]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_info/cmd_commands.cpp
Check for errors after calling IOHookProvider::OnAccept()
[user/henk/code/inspircd.git] / src / coremods / core_info / cmd_commands.cpp
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila Molnarcmd_commands Send the RPL_COMMANDS numeric with User...
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-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-04-07 Attila MolnarMerge insp20
2014-03-05 Attila MolnarCreate the core_info module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/