| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -5/+5 | |
| | | |||||
| * | Add a quick method for adding a generic RPL_STATS row. | 2021-12-24 | 1 | -1/+1 | |
| | | |||||
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -5/+10 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -8/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -2/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -15/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 1 | -0/+1 | |
| |\| | |||||
| | * | Send RPL_SAVENICK from irc2 when renaming a user to their UUID. | 2020-12-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -19/+19 | |
| |\| | |||||
| | * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 1 | -19/+19 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -3/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 1 | -21/+17 | |
| |\| | |||||
| | * | Generalise XLine stats numerics using RPL_STATS from aircd. | 2020-02-18 | 1 | -2/+25 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+8 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -2/+9 | |
| |\| | |||||
| | * | Only skip applying more X-lines to a user if they have been killed. | 2019-05-17 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | This fixes an issue with the previous commit where if a user had a non-killing X-line applied to them (e.g. Q-line) they would not have any further X-lines applied to them. Thanks to @linuxdaemon for pointing this out. | ||||
| | * | Fix applying pending xlines to online users. | 2019-05-16 | 1 | -2/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -22/+43 | |
| |\| | |||||
| | * | Fix BanCache entries existing after X-line expiry. | 2019-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | When DefaultApply() adds a hit to the BanCache it uses the X-line duration to set a duration on the entry. This can result in an entry lasting longer than the X-line itself. Fix this by setting the entry duration to the time left on the X-line. | ||||
| | * | Improve the handling of config X-lines and filters. (#1583) | 2019-02-22 | 1 | -19/+40 | |
| | | | |||||
| | * | X-line expiries: use the new DurationString() function. | 2019-02-18 | 1 | -2/+2 | |
| | | | |||||
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -1/+3 | |
| |\| | |||||
| | * | Add the reason to xline removal notices. (#1545) | 2019-01-24 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | Show the reason in manual xline removal SNOTICEs, just like expiry SNOTICEs do. This modifies XLineManager::DelLine() to require another string reference passed to it. Requested by @Robby-. | ||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -5/+5 | |
| |/ | |||||
| * | Improve X-line text consistency. | 2019-01-09 | 1 | -6/+6 | |
| | | | | | | | | | | | - Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> | ||||
| * | Store durations as unsigned long not long in XLine and m_filter. | 2018-12-13 | 1 | -5/+5 | |
| | | |||||
| * | Show reasons in xline expiry messages. | 2018-10-14 | 1 | -2/+2 | |
| | | |||||
| * | Don't sync xlines defined in the config and expire them on rehash. | 2018-09-23 | 1 | -1/+22 | |
| | | | | | Closes #1427. | ||||
| * | Merge tag 'v2.0.26' into master. | 2018-04-22 | 1 | -4/+0 | |
| |\ | |||||
| | * | Fix ELine::Matches returning false on existing match | 2018-04-06 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When checking for an E-Line match, we want to actually check for a current match even if we previously matched and are set exempt. This fixes situations where you have an E-Lined CGI:IRC address, a G-Lined IP range for some area/host/etc and a smaller E-Lined IP range for known good clients. Currently when CGI:IRC changes the IP, E-Lines are rechecked but because the user is already exempt (from the CGI:IRC E-Line), they are set no longer exempt and match a G-Line, when they should match an E-Line. This exact change has been done before in commit 'c8b344e' and shortly reverted in 'c490a90' to fix issue #989 (CGI:IRC users remaining exempt when the CGI:IRC address is E-Lined but they are not). The actual cause to this issue was likely that the user's hostname was not changed from the CGI:IRC hostname/IP prior to rechecking E-Lines. This is being fixed in a separate commit. | ||||
| * | | Move OnStats from the core to a cross-module event. | 2018-04-08 | 1 | -0/+1 | |
| | | | | | | | | | | | Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. | ||||
| * | | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -5/+5 | |
| | | | | | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -3/+3 | |
| | | | | | | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | | Merge the latest changes from insp20 into master. | 2017-10-12 | 1 | -9/+3 | |
| |\| | |||||
| | * | Fix killing elined clients on [gkz]line in some cases. | 2017-09-11 | 1 | -8/+3 | |
| | | | |||||
| | * | Revert c8b344ea748d62d9f37cacd4dd785f15b186725c to fix regression | 2015-04-16 | 1 | -0/+3 | |
| | | | | | | | | | Fixes issue #989 reported by @B00mX0r | ||||
