]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_channel/cmd_kick.cpp
Add channel TS to server-to-server INVITE to detect and drop unauthorized invites
[user/henk/code/inspircd.git] / src / coremods / core_channel / cmd_kick.cpp
2014-06-10 Attila Molnarcmd_kick Assign a value to the kick reason string more...
2014-06-10 Attila MolnarUse the iterator version of Channel::KickUser() in...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-10 Attila MolnarMove pre-kick checks from core to cmd_kick (core_channel)
2014-04-07 Attila MolnarMerge insp20
2014-03-05 Attila MolnarCreate the core_channel module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/