summaryrefslogtreecommitdiff
path: root/src/coremods/core_info/cmd_commands.cpp
AgeCommit message (Collapse)Author
2020-07-30Update copyright headers.InspIRCd Robot
2020-05-09Fix an inverted mode check.Sadie Powell
2020-05-07Don't show privileged commands to unprivileged users in COMMANDS.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
2017-09-06Change the numerics used by /COMMANDS to avoid a collision.Peter Powell
2016-02-25cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Attila Molnar
parameters
2014-06-22Change all occurrences of plain sort() to std::sort()Attila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object ↵Attila Molnar
containing it
2014-06-13Add CommandParser::GetCommands() and typedef CommandMap and use it instead ↵Attila Molnar
of directly accessing cmdlist
2014-03-05Create the core_info moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar