View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006304 | unreal | ircd | public | 2023-07-13 19:13 | 2026-06-08 13:45 |
| Reporter | BlackBishop | Assigned To | syzop | ||
| Priority | low | Severity | feature | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 6.2.6 | ||||
| Summary | 0006304: Gline hit stats | ||||
| Description | I was just curious if there's a way to see last hit on a gline. This way I could delete it if it didn't hit for a month for example. If it hits 3 times a day, I'd think to leave it there instead of removing and adding it again and again. | ||||
| 3rd party modules | |||||
|
|
Yeah I would be fine with that in a future version. |
|
|
Done in https://github.com/unrealircd/unrealircd/commit/d5b799d3de7e5caa50bacf7d21e060777e36cd67 Thanks for the suggestion :) Commit d5b799d3de7e5caa50bacf7d21e060777e36cd67 (HEAD -> unreal60_dev) Author: Bram Matthys <[email protected]> Date: Mon Jun 8 13:27:00 2026 +0200 Server bans and Spamfilters now track how often they are hit and the time of the last hit, eg in `STATS gline` for GLINEs. These counts happen on each individual server and are not network-wide. This allows IRCOps to see which entries never get any hits and can potentially be removed. * Important exception: config-based spamfilters/bans lose their counters on `REHASH` and restart atm. * For non-config TKLs, the hit count and last hit timestamp are preserved across reboots (via tkldb). * Again, see *Developers and protocol* for the exact STATS field. The spamfilter hits already existed but all the rest is new. Suggested by BlackBishop in https://bugs.unrealircd.org/view.php?id=6304 (in particular, time of the last hit) |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-07-13 19:13 | BlackBishop | New Issue | |
| 2023-07-13 19:25 | syzop | Issue cloned: 0006305 | |
| 2023-07-13 19:27 | syzop | Summary | Gline hit stats, big kline list, dnsbl timeout and order, skip from recheck? => Gline hit stats |
| 2023-07-13 19:27 | syzop | Description Updated | |
| 2023-09-09 11:24 | syzop | Assigned To | => syzop |
| 2023-09-09 11:24 | syzop | Status | new => acknowledged |
| 2023-09-09 11:24 | syzop | Note Added: 0023025 | |
| 2023-09-09 11:24 | syzop | Note Edited: 0023025 | |
| 2026-06-07 17:57 | syzop | Status | acknowledged => assigned |
| 2026-06-08 13:45 | syzop | Status | assigned => resolved |
| 2026-06-08 13:45 | syzop | Resolution | open => fixed |
| 2026-06-08 13:45 | syzop | Fixed in Version | => 6.2.6 |
| 2026-06-08 13:45 | syzop | Note Added: 0023673 |