summaryrefslogtreecommitdiff
path: root/modules/m_sasl.cpp
AgeCommit message (Expand)Author
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-10-16Validate credentials sent via sasl moreAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-04-20New event systemAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-22SASL: Also disallow suspended nicks to login using EXTERNAL mechanism. Improv...Robby-
2014-02-24Log successful SASL authsAdam
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam
2014-02-14sasl.h, m_sasl.cpp: Move IdentifyRequest to the headerDaniel Vassdal
2014-02-14sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active se...Daniel Vassdal
2014-02-12Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.Adam