Age | Commit message (Expand) | Author |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam |
2014-10-12 | Move nick register event to make it easier for modules to determine if a newl... | Adam |
2014-08-24 | Change Channel::GetModeList to return a copy of the mode list, not a | Adam |
2014-06-26 | Change NumberList to take std::function's and use lambda closures | Adam |
2014-06-25 | Remove the rest of the 1.8 logic "let's write all of the command handler with... | Adam |
2014-06-23 | Hold a reference to the type in Serialize::Checker in the event it goes away,... | Adam |
2014-06-23 | Merge branch '2.0' into 2.1 | Adam |
2014-06-23 | Mostly working language string rewrite with new format strings | Adam |
2014-05-31 | Always log when the uplink socket errors, and give possibly helpful advise | Adam |
2014-05-30 | Fix Windows build and update library names to the newer ones. | Adam |
2014-05-28 | Mark pure virtual functions with anope_abstract | Adam |
2014-05-28 | Merge branch '2.0' into 2.1 | Adam |
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam |
2014-05-21 | Core prep for p10 stuff | Adam |
2014-05-20 | Speed up akill xline checks | Adam |
2014-05-20 | Show account names in log messages | Adam |
2014-05-14 | Fix access lists showing the wrong mask if the display nick for a group | Adam |
2014-05-13 | Sanitize nuh masks more to prevent the other side from rewriting them, which ... | Adam |
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ca... | Adam |
2014-04-26 | Accept non server sources for SQUIT | Adam |
2014-04-25 | Add "virtual mode" support | Adam |
2014-04-21 | Constify message source for OnChannelMode(Un)Set | Adam |
2014-04-20 | New event system | Adam |
2014-04-18 | Remove unused event. | Adam |
2014-04-07 | Do not clear all extension items tied to objects when unserializing. | Adam |
2014-04-06 | Do not apply module changes on rehash until after the new config has been app... | Adam |
2014-04-02 | Use std::thread for the threadengine | Adam |
2014-04-02 | Remove regex mods, use std::regex instead | Adam |
2014-04-01 | Require cmake 2.8 and C++11 support | Adam |
2014-03-31 | Small Grammar Fix | Zantox |
2014-03-22 | SASL: Also disallow suspended nicks to login using EXTERNAL mechanism. Improv... | Robby- |
2014-03-22 | Do not allow SASL login to suspended nicks | Adam |
2014-03-04 | Fix 2 crashes from removing the permanent channel mode from channels which do... | Adam |
2014-03-01 | Export interface for cs_entrymsg | Adam |
2014-02-27 | Handle nick collisions somewhat instead of blindly overwriting the nicks | Adam |
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-18 | Merge pull request #54 from attilamolnar/2.0+webcpanelfix | Adam |
2014-02-17 | Merge pull request #52 from attilamolnar/2.0+gnutls | Adam |
2014-02-18 | Turn BinarySocket::Write() into a no-op when called with l == 0 | Attila Molnar |
2014-02-17 | Fix os_ignore to work correctly with SQL | Adam |
2014-02-17 | Move most of the implementation details out of os_forbid.h, fixes crashing if... | Adam |
2014-02-17 | Move encryption.h to include/modules | Adam |
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar |
2014-02-16 | Fix Windows build | Adam |
2014-02-14 | sasl.h, m_sasl.cpp: Move IdentifyRequest to the header | Daniel Vassdal |
2014-02-14 | Anope::string: Add .data() | 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 |
2014-02-11 | Only trim newlines and carriage returns in BufferedSocket::GetLine | Adam |