summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-10Multiple updates for unreal4 protocol (#285)k4bek4be
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-12-14Fix a bunch of broken indentation.Peter Powell
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-10-12Add post init eventAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
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
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-18Remove unused event.Adam
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