summaryrefslogtreecommitdiff
path: root/src/coremods/core_ison.cpp
AgeCommit message (Expand)Author
2019-04-19Demote core_ison and core_userhost to commands in core_user.Peter Powell
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2018-09-23Switch all core modules still using COMMAND_INIT to MODULE_INIT.Peter Powell
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
2016-02-25Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numericsAttila Molnar
2016-02-20Fix build errors on CentOS 6 and OpenBSD.Peter Powell
2015-12-30core_ison Switch to Numeric::BuilderAttila Molnar
2015-12-30core_ison Inherit handler from SplitCommandAttila Molnar
2015-12-30core_ison Simplify handlerAttila Molnar
2014-06-22core_ison Use iteratorsAttila Molnar
2014-06-22core_ison Extract duplicated code into a functionAttila Molnar
2014-06-22core_ison Truncate string after sending it on overflow instead of recreating itAttila Molnar
2014-06-22core_ison Don't deduplicate nicksAttila Molnar
2014-06-22core_ison Remove check that is always trueAttila Molnar
2014-04-07Merge insp20Attila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar