View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005717 | unreal | ircd | public | 2020-06-24 12:34 | 2020-06-26 07:24 |
Reporter | armyn | Assigned To | syzop | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0.5.1 | ||||
Target Version | 5.0.6 | ||||
Summary | 0005717: Whox limit | ||||
Description | By putting this in set : set { ... who-limit 0; ... } The whox is still limited to 100 it looks like. I still get this error: WHO output too large, truncated | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Zero is not mentioned in the (current) documentation at https://www.unrealircd.org/docs/Set_block#set::who-limit Simply set the limit to 1000 or whatever (positive) value you like :) |
|
Side note: most clients don't need to have this limit enlarged. The limit is not applied to 'WHO #channel' requests (so if the limit is 100 and there are 500 users in the channel and you do "WHO #channel" then you will see 500). The limit is also not applied to IRCOps. So needing more is... well... a bit uncommon. |
|
The config parser now checks for 0 and will throw an error ("value must be at least 1"). Thanks for the report. commit faeb644b82140843ce78dabefe4fc1c36126df95 (HEAD -> unreal50) Author: Bram Matthys <[email protected]> Date: Fri Jun 26 07:23:12 2020 +0200 Require set::who-limit to be 1 or higher. Confusion reported by armyn in https://bugs.unrealircd.org/view.php?id=5717 |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-06-24 12:34 | armyn | New Issue | |
2020-06-24 12:57 | syzop | Note Added: 0021631 | |
2020-06-24 13:00 | syzop | Note Added: 0021632 | |
2020-06-26 07:24 | syzop | Assigned To | => syzop |
2020-06-26 07:24 | syzop | Status | new => resolved |
2020-06-26 07:24 | syzop | Resolution | open => fixed |
2020-06-26 07:24 | syzop | Note Added: 0021642 | |
2020-06-26 07:24 | syzop | Target Version | => 5.0.6 |