summaryrefslogtreecommitdiff
path: root/src/coremods/core_xline
AgeCommit message (Expand)Author
2019-02-18Start using DurationString() in X-line additions andMatt Schatz
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-01-24Add the reason to xline removal notices. (#1545)Matt Schatz
2019-01-14Redo OnSetEndPoint logic to fix duplicate clones (#1549).linuxdaemon
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
2018-04-16Add range checking to ConfigTag::getFloat.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-12Merge the latest changes from insp20 into master.Peter Powell
2016-12-30Remove remaining doxygen doc for "pcnt" parametersAttila Molnar
2016-12-30Penalize commands that had 0 penaltyAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-12-28Fix some whitespace issuesAttila Molnar
2014-06-20Check Q-Lines on nick change in core_xlineAttila Molnar
2014-03-15Add UserManager::GetUsers()Attila 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