]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_info/cmd_commands.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / coremods / core_info / cmd_commands.cpp
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_*]/