View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006642 | unreal | ircd | public | 2026-08-27 20:48 | 2026-08-29 14:42 |
| Reporter | PeGaSuS | Assigned To | syzop | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 6.2.7 | ||||
| Summary | 0006642: Add support for ASN (~asn) and some other extbans on WHO command | ||||
| Description | From IRC:<Jellis> Any way to search for who is using specific ASN? Eg /who * ~asn:35467 or something? <Jellis> * TLINE: Users matching mask '~asn:35467': global: 3/859 (0.35%), local: 2/454 (0.44%). -- TLINE gives the information but not who | ||||
| 3rd party modules | |||||
|
|
Great idea, done! https://github.com/unrealircd/unrealircd/commit/b1b0f021578ee17ac174dc5ba216d3af706575ce commit b1b0f021578ee17ac174dc5ba216d3af706575ce (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Sat Aug 29 14:40:01 2026 +0200 Support for "WHO ~asn:64496", "WHO ~country:NL", etc for IRCOps Basically all of https://www.unrealircd.org/docs/Extended_server_bans This requires the client:see:who:extended-server-ban operclass permission. All IRCOps have this by default, that is: if you use the default shipped operclasses. Regular users cannot use this because it can potentially reveal information that is not shown publicly in WHOIS. Suggested by Jellis and reported by PeGaSuS on https://bugs.unrealircd.org/view.php?id=6642 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-08-27 20:48 | PeGaSuS | New Issue | |
| 2026-08-29 14:42 | syzop | Assigned To | => syzop |
| 2026-08-29 14:42 | syzop | Status | new => resolved |
| 2026-08-29 14:42 | syzop | Resolution | open => fixed |
| 2026-08-29 14:42 | syzop | Fixed in Version | => 6.2.7 |
| 2026-08-29 14:42 | syzop | Note Added: 0023702 |