]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_ison.cpp
Use !empty() instead of 'size() > 0' when checking parameter count.
[user/henk/code/inspircd.git] / src / coremods / core_ison.cpp
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarAdd RPL_ISON, RPL_USERIP and RPL_USERHOST to the list...
2016-02-22 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge pull request #1139 from johanna-a/master
2016-02-20 Attila MolnarMerge pull request #1142 from SaberUK/master+fixes
2016-02-20 Peter PowellFix build errors on CentOS 6 and OpenBSD.
2016-01-03 Attila MolnarMerge branch 'master+numericbuilder'
2015-12-30 Attila Molnarcore_ison Switch to Numeric::Builder
2015-12-30 Attila Molnarcore_ison Inherit handler from SplitCommand
2015-12-30 Attila Molnarcore_ison Simplify handler
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-22 Attila Molnarcore_ison Use iterators
2014-06-22 Attila Molnarcore_ison Extract duplicated code into a function
2014-06-22 Attila Molnarcore_ison Truncate string after sending it on overflow...
2014-06-22 Attila Molnarcore_ison Don't deduplicate nicks
2014-06-22 Attila Molnarcore_ison Remove check that is always true
2014-04-07 Attila MolnarMerge insp20
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/