summaryrefslogtreecommitdiff
path: root/src/coremods/core_oper/cmd_oper.cpp
AgeCommit message (Expand)Author
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-14Minor cleanup and documentation improvements.Matt Schatz
2020-04-09Prevent a trailing space in the failed oper SNOTICE.Matt Schatz
2020-01-11Update copyright headers.InspIRCd Robot
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-07-20Remove Log() calls made unnecessary by the previous commit.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2014-07-16Move typedef OperIndex to ServerConfig::OperIndexAttila Molnar
2014-03-05Create the core_oper moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar