summaryrefslogtreecommitdiff
path: root/src/coremods/core_reloadmodule.cpp
AgeCommit message (Expand)Author
2018-09-23Switch all core modules still using COMMAND_INIT to MODULE_INIT.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-25Convert the remaining things away from the caller/handler API.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-08-27Remove module file extensions from user-visible messages.Peter Powell
2016-08-30Change Membership:hasMode() to accept a PrefixModeAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-11-26core_reloadmodule Allow modules to handle reload failures of other modsAttila Molnar
2015-11-26core_reloadmodule Allow modules to save and restore their own data when reloa...Attila Molnar
2015-11-26core_reloadmodule Save and restore module state (modes, extensions) on reloadAttila Molnar
2015-11-26Handle module reloading in core_reloadmodule entirelyAttila Molnar
2015-04-20Merge insp20Attila Molnar
2014-03-06Update detection in module loading commands that relied on old command module...Attila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar