View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005109 | unreal | public | 2018-06-27 16:35 | 2019-10-14 18:48 | |
Reporter | PeGaSuS | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | Unix | OS | Ubuntu | OS Version | 18.04 LTS |
Product Version | 4.0.18 | ||||
Target Version | 4.2.4 | Fixed in Version | 5.0.0-beta1 | ||
Summary | 0005109: Whitelist stats flags (reverse of oper-only-stats) | ||||
Description | Currently the "set::oper-only-stats" is set to ALL ("*"), which means we need to tweak it to allow users to use "/stats j" (to display the list of official channels) an that's not an easy task. Would be nice to have something like "set::user-only-stats", so we would put in there the stats we want to allow users to see. Any thoughts about this? | ||||
Tags | conf, ircd | ||||
3rd party modules | |||||
|
set::user-only-stats would be a misnomer though, since it is not only for users, but also for opers. Perhaps something like: set { oper-only-stats "!abc"; }; Nah.. we'll think of something... but not for next release :D => 4.2.4 |
|
Or something like set::user-avail(able)-stats? For me, => 4.2.4 is fine. Is just that's a easier way to make some info publicly available while protecting other. Cheers |
|
Or as the current title kinda suggest, set::whitelist-stats "flags" |
|
Turns out this is a duplicate of 0003375, but since this one has more discussion I'll close 0003375. |
|
commit d0b9b02d0506555ce56b5fd6ffbd7395f889f75e (HEAD -> unreal50, origin/unreal50) Author: Bram Matthys <[email protected]> Date: Mon Oct 14 18:46:14 2019 +0200 We no longer use a blacklist for stats (set::oper-only-stats) but have a whitelist now instead (set::allow-user-stats). Suggested by tabrisnet, The_Myth and Jobe in https://bugs.unrealircd.org/view.php?id=3375 and https://bugs.unrealircd.org/view.php?id=5109 |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-06-27 16:35 | PeGaSuS | New Issue | |
2018-06-27 16:35 | PeGaSuS | Tag Attached: conf | |
2018-06-27 16:35 | PeGaSuS | Tag Attached: ircd | |
2019-04-22 21:00 | syzop | Summary | [Feature Request] Option to allow override of "oper-only-stats" option => Whitelist stats flags (reverse of oper-only-stats) |
2019-04-22 21:02 | syzop | Note Added: 0020599 | |
2019-04-22 21:03 | syzop | Status | new => acknowledged |
2019-04-22 21:03 | syzop | Target Version | => 4.2.4 |
2019-04-22 22:53 | PeGaSuS | Note Added: 0020601 | |
2019-04-22 22:58 | PeGaSuS | Note Added: 0020602 | |
2019-10-14 15:51 | syzop | Note Added: 0020985 | |
2019-10-14 15:51 | syzop | Relationship added | has duplicate 0003375 |
2019-10-14 18:48 | syzop | Assigned To | => syzop |
2019-10-14 18:48 | syzop | Status | acknowledged => resolved |
2019-10-14 18:48 | syzop | Resolution | open => fixed |
2019-10-14 18:48 | syzop | Fixed in Version | => 5.0.0-beta1 |
2019-10-14 18:48 | syzop | Note Added: 0021038 |