summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2017-06-21Convert ModuleReturn to an enum classAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-01-28Update copyright to 2016. This was done with:Robby
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-03-12Update cmake version parsing code to deal with recent build version changesAdam
2015-02-03Make module version system workAdam
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-11-24Rewrite serializable to have field level granularityAdam
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-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
2014-04-20New event systemAdam
2014-04-18Remove unused event.Adam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-26new event OnSetDisplayedHostDukePyrolator
2013-09-20Merge the two memo del events into one. Since they had the same name it was c...Adam
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-08-07Revert "Shrink to fit module event vectors when modules are removed from them"Adam
2013-08-07Shrink to fit module event vectors when modules are removed from themAdam
2013-08-07Add m_sql_logAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-08added protocol support for incoming NOTICEsDukePyrolator
2013-07-03Allow channels on access listsAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-06-01Move OnJoinChannel event to trigger after the user has completely joined and ...Adam
2013-06-01Move CheckKick event to Channel and make os_forbid use it instead of kicking ...Adam
2013-05-28Fixup last commit. We have events in log's destructor so we cant log messages...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-18Add botserv bot usermode config optionAdam
2013-05-17Add Redis database supportAdam
2013-05-08Fixed some issues and desyncs with creating empty permanent channels on start...Adam
2013-05-05Cleanup of dns stuff based on stuff found making inspircd's moduleAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-14Allow assigning service bots via /inviteAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-06Remove the runtime module directory on non-windows because we no longer overw...Adam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...Adam