summaryrefslogtreecommitdiff
path: root/include/modules
AgeCommit message (Expand)Author
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-10-27Beginning of new module dependency stuff, seems to compile and link. Move som...Adam
2015-07-08Fix a ton of typos.Peter Powell
2015-07-07Fix various Clang compiler warnings.Peter Powell
2015-03-11Redesign m_ldap to no longer rely on undefined behaviorAdam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-28Mark pure virtual functions with anope_abstractAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-20Speed up akill xline checksAdam
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-03-22Do not allow SASL login to suspended nicksAdam
2014-03-01Export interface for cs_entrymsgAdam
2014-02-24Log successful SASL authsAdam
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam
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-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
2014-02-07Allow other modules to suspend nicknames and channels without having to subcl...Adam
2014-02-07Allow other modules to be able to view and modify cs and ns set_misc dataAdam
2014-01-02Have db_old load news.db tooAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-01Fix crash from loading exceptions with db_old and then unloading db_oldAdam
2013-09-27Fix compile warnings and errors found by clangAdam
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam
2013-08-12Fix some issues with suspendAdam
2013-08-11Add DNS Notify supportAdam
2013-08-10Support DNS ANY query typeAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-20Fix more compile warnings found on newer g++ versionsAdam
2013-07-08Fix deleting badwords/modes/logs etcAdam
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with i...Adam
2013-07-04Fix deleting mode locksAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-18Fix Windows buildAdam
2013-05-17Add Redis database supportAdam
2013-05-05Move module header files to include/modules to fix naming conflicts with syst...Adam