summaryrefslogtreecommitdiff
path: root/src/coremods/core_ison.cpp
AgeCommit message (Collapse)Author
2017-11-21Add the override keyword in places that it is missing.Peter Powell
GCCs warnings for this are much better than Clangs.
2016-02-25Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numericsAttila Molnar
Use them instead of the raw numbers
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
Change append(" ") to push_back(' ')
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
Deduplication makes us do pointless processing for every ISON and offers no benefit at all to proper clients that send a nick only once
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