]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules.cpp
2021-05-14 InspIRCd RobotUpdate copyright headers.
2021-04-27 Sadie PowellFix a bunch of weird indentation and spacing issues.
2021-04-19 Sadie PowellImprove the messages sent when loading/unloading/reload...
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-12-04 Sadie PowellAdd a typedef for the data provider map.
2020-12-04 Sadie PowellImprove the logging of service adding/deleting.
2020-12-04 Sadie PowellFire service deregistration events properly.
2020-11-10 Sadie PowellSkip module tags which don't have a module specified.
2020-11-03 Sadie PowellOnly assign NewServices once the duplicate check is...
2020-10-06 Sadie PowellRecheck users for xlines when their real hostname changes.
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-03-27 Sadie PowellFix expanding module names.
2020-02-14 Sadie PowellClean up ModuleDLLManager from the Module::cull() method.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-22 Sadie PowellAdd an event for when a command is blocked before execu...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-10-17 Peter PowellAdd an event which is fired when the server shuts down.
2019-09-02 Peter PowellDocument ConfigStatus and add a way to detect the initi...
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-20 Peter PowellDeduplicate dirent.h inclusion.
2019-05-06 niaRe-order the includes to fix C++03 builds.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
2019-04-04 Peter PowellDocument OnUserInit properly and add OnUserPostInit.
2019-02-20 Peter PowellSplit reading module initialisation and configuration...
2019-02-05 Peter PowellDelete the old broken test suite.
2019-02-05 Peter PowellModule: Initialise 'ModuleDLLManager' and 'dying' corre...
2018-11-15 Peter PowellFix the OnSendWhoLine event being completely broken...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
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-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-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-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-25 Peter PowellConvert the remaining things away from the caller/handl...
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-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-10-27 AdamConfigReader: fix compilers optimizing NULL check in...
2017-10-18 Peter PowellClean up OnCleanup.
2017-10-18 Peter PowellIgnore <module> tags for modules that are already loaded.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-29 Attila MolnarUnregister modes before unhooking extensions when unloa...
2016-08-29 Attila MolnarDeduplicate mode unregistering code in ModuleManager...
2016-08-17 Attila MolnarMerge insp20
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'
2015-11-26 Attila MolnarHandle module reloading in core_reloadmodule entirely
2015-11-23 Attila MolnarImplement ExtensionItem::RegisterService()
2015-11-23 Attila MolnarImplement ModeHandler::RegisterService()
2015-11-23 Attila MolnarImplement Command::RegisterService()
2015-11-23 Attila MolnarAdd ServiceProvider::RegisterService(), call it from...
2015-11-23 Attila MolnarExtract code that manipulates the ModuleManager::DataPr...
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-22 Attila MolnarFix some oversights
2015-05-20 Attila MolnarAllow modules to be called as "foo" instead of "m_foo.so"
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila MolnarRemove support for non-unloadable (VF_STATIC) modules
2015-05-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-20 Attila MolnarMerge insp20
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-15 Attila MolnarEliminate constant return value of the all events versi...
2015-02-15 Attila MolnarRemove I_BEGIN from enum Implementation
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-11 Attila MolnarRemove class Event and the OnEvent hook
2015-02-11 Attila MolnarAllow dynrefs to have an OnCapture() hook
2015-02-11 Attila MolnarEnsure all dynrefs with the same target resolve to...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
next