index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
sasl.cpp
Age
Commit message (
Expand
)
Author
2025-03-03
Rename sasl to ns_sasl, move to nickserv.example.conf.
Sadie Powell
2025-03-03
Move SASL protocol messages to the SASL header.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
2025-02-25
Deduplicate some SASL logic.
Sadie Powell
2025-02-23
If a user is already connected on SASL fail just call BadPassword.
Sadie Powell
2025-02-23
Fix resetting the SASL password limit.
Sadie Powell
2025-02-20
Improve SASL log messages for post-connection authentication.
Sadie Powell
2025-02-20
Apply bad password logic to SASL too.
Sadie Powell
2025-02-20
Clean up some session code in the SASL module.
Sadie Powell
2025-02-05
Use fallback certs when doing SASL authentication.
Sadie Powell
2025-02-05
Merge the SASL data and ext parameters.
Sadie Powell
2025-02-05
Make it easier to fail and delete SASL sessions.
Sadie Powell
2025-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2024-06-03
Avoid NickAlias lookups by storing a pointer in the NickCore.
Sadie Powell
2024-06-03
Fix a null pointer dereference in the sasl module.
Sadie Powell
2024-05-09
Remove CanSVSLogout and implement logout support on Plexus.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-02-11
Remove the time_t parameter from Tick and TickTimers.
Sadie Powell
2024-02-11
Remove the now parameter from the Timer class.
Sadie Powell
2024-01-24
Rename several modules to remove the m_ prefix.
Sadie Powell