index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coremods
/
core_xline
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2021-03-01
Fix sending Q-line notices to snomask `a` instead of snomask `x`.
Sadie Powell
2020-10-30
Update copyright headers.
InspIRCd Robot
2020-10-06
Recheck users for xlines when their real hostname changes.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-08
Move XLine garbage collection to core_xline.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-02-18
Start using DurationString() in X-line additions and
Matt Schatz
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-01-24
Add the reason to xline removal notices. (#1545)
Matt Schatz
2019-01-14
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
linuxdaemon
2019-01-09
Improve X-line text consistency.
Matt Schatz
2018-12-21
Only parse valid durations, don't treat invalid multipliers as seconds (#1538)
linuxdaemon
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-16
Add range checking to ConfigTag::getFloat.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-10-12
Merge the latest changes from insp20 into master.
Peter Powell
2016-12-30
Remove remaining doxygen doc for "pcnt" parameters
Attila Molnar
2016-12-30
Penalize commands that had 0 penalty
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-12-28
Fix some whitespace issues
Attila Molnar
2014-06-20
Check Q-Lines on nick change in core_xline
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-03-12
Deduplicate and move the *MatchesEveryone() functions to core_xline
Attila Molnar
2014-03-05
Create the core_xline module
Attila Molnar
2014-03-05
Move src/commands/cmd_*.cpp to src/coremods[/core_*]/
Attila Molnar