summaryrefslogtreecommitdiff
path: root/src/coremods/core_info/cmd_motd.cpp
AgeCommit message (Expand)Author
2020-04-09Set the minimum length to 1 for most config items with a default.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-22Tweak the default motd/opermotd slightly.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-01-28Fix not checking for server names case insensitively.Peter Powell
2018-12-10Fix overly escaping MOTDs if they are in more than one connect class.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2016-03-29core_info Deduplicate code by inheriting some commands from ServerTargetCommandAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2015-04-20Merge insp20Attila Molnar
2014-10-27Merge insp20Attila Molnar
2014-03-05Create the core_info moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar