View Issue Details

IDProjectCategoryView StatusLast Update
0006642unrealircdpublic2026-08-29 14:42
ReporterPeGaSuS Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version6.2.7 
Summary0006642: Add support for ASN (~asn) and some other extbans on WHO command
DescriptionFrom 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

Activities

syzop

2026-08-29 14:42

administrator   ~0023702

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

Issue History

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