summaryrefslogtreecommitdiff
path: root/src/coremods/core_reloadmodule.cpp
AgeCommit message (Collapse)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
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
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
GCCs warnings for this are much better than Clangs.
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
parameters
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 ↵Attila Molnar
reloading another mod
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 ↵Attila Molnar
module names
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar