summaryrefslogtreecommitdiff
path: root/src/coremods/core_loadmodule.cpp
AgeCommit message (Expand)Author
2020-03-09Fix unnecessary inlining in command handler constructors.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2018-12-19Make more modules rehash atomically (#1535)linuxdaemon
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2014-03-06Update detection in module loading commands that relied on old command module...Attila Molnar
2014-03-06Move UNLOADMODULE handler into core_loadmoduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar