]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Use IsCTCP in blockcolor for ignoring CTCPs.
[user/henk/code/inspircd.git] / include / modules.h
2021-03-05 Sadie PowellFix a bunch of really obvious unnecessary includes.
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-12-04 Sadie PowellAdd a typedef for the data provider map.
2020-10-06 Sadie PowellRecheck users for xlines when their real hostname changes.
2020-05-22 Sadie PowellModResult is a class now.
2020-05-21 Sadie PowellDocument ModResult and switch the underlying type to...
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-14 Matt SchatzUpdate user-facing text and comments of SSL to TLS.
2020-04-01 Sadie PowellDocument Module::Prioritize.
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-31 Sadie PowellBump the ABI version.
2020-01-22 Sadie PowellAdd an event for when a command is blocked before execu...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-03 Peter PowellBump the InspIRCd ABI version.
2019-10-17 Peter PowellAdd an event which is fired when the server shuts down.
2019-08-23 Peter PowellRelease v3.3.0.
2019-07-21 Peter PowellAllow modules to prevent a failed connection from being...
2019-06-24 iwalkaloneAdd OnUserPreQuit event to allow modules to change...
2019-06-18 Peter PowellMake the data provider list case insensitive.
2019-06-06 Peter PowellOnly call events on modules which aren't dying.
2019-05-17 Peter PowellRelease v3.1.0.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-19 Peter PowellBump the API revision for the previous commits.
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
2019-04-15 Peter PowellBump the API revision for the previous commit.
2019-04-04 Peter PowellFix various typos.
2019-04-04 Peter PowellBump the API revision for the previous commit.
2019-04-04 Peter PowellDocument OnUserInit properly and add OnUserPostInit.
2019-02-07 Peter PowellDocument OnUserWrite.
2019-02-06 Peter PowellRelease v3.0.0 release candidate 2.
2019-02-05 Peter PowellDelete the old broken test suite.
2019-01-07 Peter PowellRelease v3.0.0 release candidate 1.
2018-11-15 Peter PowellFix the OnSendWhoLine event being completely broken...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-21 Peter PowellFix warnings from Doxygen.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellSwitch all core modules still using COMMAND_INIT to...
2018-09-11 Peter PowellAmend OnPostCommand to specify whether the command...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellRename OnChangeLocalUserHost to OnPreChangeHost for...
2018-08-13 Peter PowellRemove the OnInfo event.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-12 Peter PowellConvert AWAY to use cross-module events and clean up...
2018-08-10 Peter PowellRemove the original line parameter of On{Pre,Post}Command.
2018-07-31 Peter PowellRemove support for static modules.
2018-07-30 Peter PowellReplace most usages of "name" with "real" or "real...
2018-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-24 Peter PowellRename IntModuleList to Module::List.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellCall OnUserMessageBlocked when a PRIVMSG or a NOTICE...
2018-04-09 Peter PowellRemove swhois messages set in the oper block on deoper.
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-02-17 Peter PowellFix building on Windows (mostly).
2018-01-06 Peter PowellRework message handling.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-03 Peter PowellMove OnSync{Channel,Network,User} to ServerEventListener.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-16 Attila MolnarAdd events which are fired when a service is added...
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-21 Peter PowellTweak the module flags in MODULES slightly.
2017-10-18 Peter PowellClean up OnCleanup.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-08-27 Peter PowellUpdate a bunch of references to the old command modules.
2017-08-26 Peter PowellFix a bunch of Doxygen warnings.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2016-09-02 Peter PowellUpdate stuff for the new versioning system.
2016-09-02 Attila MolnarMerge insp20
2016-08-29 Attila MolnarDeduplicate mode unregistering code in ModuleManager...
2016-08-29 Attila MolnarRemove unused EventHandlerIter typedef
2016-08-17 Attila MolnarMerge insp20
2016-08-11 Attila MolnarRemove virtual destructor of class Version
2016-06-27 Attila MolnarMerge pull request #1181 from SaberUK/insp20+null
2016-06-17 Attila MolnarDon't exit on rehash if the pid file cannot be written
2016-04-04 Attila MolnarMerge pull request #1167 from SaberUK/master+collision
2016-04-04 Peter PowellRename PURE_STATIC to INSPIRCD_STATIC.
2016-02-26 Attila MolnarMerge branch 'master+writenumeric-who'
2016-02-26 Attila MolnarSend WHO reply numerics with User::WriteNumeric(),...
2016-02-26 Attila MolnarReturn ModResult from the OnSendWhoLine hook
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
next