]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_user/cmd_nick.cpp
Use CommandBase::Params instead of std::vector<std::string>.
[user/henk/code/inspircd.git] / src / coremods / core_user / cmd_nick.cpp
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-07-10 Peter PowellAdd a silent option to <options:restrictbannedusers>.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-21 Peter PowellMerge pull request #1370 from clinew/insp30+openssl-crl
2017-12-20 Peter PowellMerge pull request #1444 from B00mX0r/master+missingsno
2017-12-20 Peter PowellMerge pull request #1445 from B00mX0r/master+nickmsg
2017-12-19 B00mX0rClarify error message when attempting to /NICK while...
2017-12-11 Peter PowellMerge branch 'insp20' into master.
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-06-27 Attila MolnarMerge pull request #1187 from SaberUK/master+431
2016-06-27 Peter PowellFix a minor oversight in ERR_NONICKNAMEGIVEN.
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-27 Attila MolnarMerge pull request #1182 from SaberUK/master+431
2016-06-22 Peter PowellFix sending the wrong numeric when an empty new nick...
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
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-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-07-03 Attila MolnarMove calling the OnUserPreNick() hook and the restrictb...
2014-07-03 Attila Molnarcore_user Deduplicate code that calls the OnUserRegiste...
2014-07-03 Attila Molnarcore_user Inherit CommandNick from SplitCommand, only...
2014-04-07 Attila MolnarMerge insp20
2014-03-05 Attila MolnarCreate the core_user module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/