summaryrefslogtreecommitdiff
path: root/src/coremods/core_oper/cmd_die.cpp
AgeCommit message (Expand)Author
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-02-05Quit users during cleanup instead of when /DIE is executed.Peter Powell
2018-12-19Make more modules rehash atomically (#1535)linuxdaemon
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2016-09-12Change type of log messages to MODNAME in several modulesAttila Molnar
2016-09-12Undocument <power> and set the default to the server name.Peter Powell
2015-05-17Move InspIRCd::SendError() to cmd_dieAttila Molnar
2015-05-17Move code that quits all users from InspIRCd::Cleanup() to cmd_dieAttila Molnar
2014-03-07Read the die and restart password and their hash type on demandAttila Molnar
2014-03-05Create the core_oper moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar