aboutsummaryrefslogtreecommitdiff
path: root/modules/sasl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch modules over to the new TLS API.Gravatar Sadie Powell2026-04-031-10/+10
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-9/+9
|
* General clean up of the sasl module.Gravatar Sadie Powell2026-03-251-52/+50
|
* Use server tracking from the services module in the sasl module.Gravatar Sadie Powell2026-03-251-95/+20
|
* Change ServerList to return a list of Server* not a duplicate class.Gravatar Sadie Powell2026-03-151-2/+2
|
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-2/+2
|
* Replace IS_* with member functions.Gravatar Sadie Powell2026-03-081-1/+1
| | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-2/+2
|
* Require an exact server name in <sasl:target>.Gravatar Sadie Powell2025-04-021-1/+1
|
* Make the server protocol APIs use a reference instead of a pointer.Gravatar Sadie Powell2024-09-191-5/+6
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-291-0/+6
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+467