summaryrefslogtreecommitdiff
path: root/modules/sasl.cpp
AgeCommit message (Collapse)Author
2025-03-03Rename sasl to ns_sasl, move to nickserv.example.conf.Sadie Powell
2025-03-03Move SASL protocol messages to the SASL header.Sadie Powell
2025-03-02Return references instead of pointers from the config system.Sadie Powell
We used to return NULL from these methods but now we return an empty block so this can never actually be null now.
2025-02-25Deduplicate some SASL logic.Sadie Powell
2025-02-23If a user is already connected on SASL fail just call BadPassword.Sadie Powell
2025-02-23Fix resetting the SASL password limit.Sadie Powell
2025-02-20Improve SASL log messages for post-connection authentication.Sadie Powell
2025-02-20Apply bad password logic to SASL too.Sadie Powell
2025-02-20Clean up some session code in the SASL module.Sadie Powell
2025-02-05Use fallback certs when doing SASL authentication.Sadie Powell
2025-02-05Merge the SASL data and ext parameters.Sadie Powell
There might be more than this so its better to just store it in a 1+ parameter vector.
2025-02-05Make it easier to fail and delete SASL sessions.Sadie Powell
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
2024-06-03Avoid NickAlias lookups by storing a pointer in the NickCore.Sadie Powell
2024-06-03Fix a null pointer dereference in the sasl module.Sadie Powell
2024-05-09Remove CanSVSLogout and implement logout support on Plexus.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-11Remove the time_t parameter from Tick and TickTimers.Sadie Powell
Most uses of Tick do not use the parameter and even when it is used it is always the same as CurTime.
2024-02-11Remove the now parameter from the Timer class.Sadie Powell
This was never actually changed from the default.
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell