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