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