aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sasl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix AUTHENTICATE bug (SASL)Gravatar Bram Matthys2016-09-031-0/+6
* Fix possible SASL crash caused by remote server, reported by grawity•••(#4219). Gravatar Bram Matthys2014-01-121-1/+1
* - Use a more robust method of learning the server origin for a SASL agent.Gravatar William Pitcock2012-10-271-4/+7
* - Added missing Mod_Header to m_sasl.cGravatar Bram Matthys2012-08-171-0/+9
* - SASL now needs to be enabled explicitly by setting a set::sasl-server.••• If this is not set, then SASL is off and not advertised. If the specified server is not connected, then SASL is off as well. This prevents unnecessary delay (and the inability for some clients to get online) when SASL is not in use or when the SASL server is down. Gravatar Bram Matthys2012-05-071-4/+4
* - Fixed another SASL crash bug. Always use HookAddEx, not HookAdd!••• Crash occured after the first quit of a user after a REHASH. Reported by Dave (#4108). Gravatar Bram Matthys2012-05-071-2/+2
* - Some more SASL fixes, and more...Gravatar Bram Matthys2012-03-261-1/+1
* - Some more SASL fixesGravatar Bram Matthys2012-03-251-13/+13
* - Tweak SASL code to conform to current coding style.Gravatar Bram Matthys2012-03-251-22/+23
* - Fix crash in AUTHENTICATE (SASL commit from an hour or so ago).Gravatar Bram Matthys2012-03-251-1/+1
* Some really minor SASL tweaksGravatar Bram Matthys2012-03-251-2/+3
* - Added support for SASL, patch from nenolod (#4079).Gravatar Bram Matthys2012-03-251-0/+321