index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
sasl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch modules from reference<> to shared_ptr<> and weak_ptr<>.
Sadie Powell
2026-03-29
1
-9
/
+9
*
General clean up of the sasl module.
Sadie Powell
2026-03-25
1
-52
/
+50
*
Use server tracking from the services module in the sasl module.
Sadie Powell
2026-03-25
1
-95
/
+20
*
Change ServerList to return a list of Server* not a duplicate class.
Sadie Powell
2026-03-15
1
-2
/
+2
*
Clean up the casemapping checking and comparison code.
Sadie Powell
2026-03-13
1
-2
/
+2
*
Replace IS_* with member functions.
•••
- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
Sadie Powell
2026-03-08
1
-1
/
+1
*
Rename ServiceProvider methods to avoid shadowing issues.
Sadie Powell
2026-03-02
1
-2
/
+2
*
Require an exact server name in <sasl:target>.
Sadie Powell
2025-04-02
1
-1
/
+1
*
Make the server protocol APIs use a reference instead of a pointer.
Sadie Powell
2024-09-19
1
-5
/
+6
*
Merge branch 'insp4' into master.
Sadie Powell
2024-08-29
1
-0
/
+6
*
Shuffle the modules about a bit.
Sadie Powell
2024-07-17
1
-0
/
+467