summaryrefslogtreecommitdiff
path: root/src/coremods/core_xline/cmd_zline.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-02-18Start using DurationString() in X-line additions andMatt Schatz
2019-01-24Add the reason to xline removal notices. (#1545)Matt Schatz
2019-01-09Improve X-line text consistency.Matt Schatz
2018-12-21Only parse valid durations, don't treat invalid multipliers as seconds (#1538)linuxdaemon
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-10-12Merge the latest changes from insp20 into master.Peter Powell
2016-12-30Penalize commands that had 0 penaltyAttila Molnar
2014-03-12Deduplicate and move the *MatchesEveryone() functions to core_xlineAttila Molnar
2014-03-05Create the core_xline moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar