View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004882 | unreal | ircd | public | 2017-02-20 16:57 | 2017-10-18 15:26 |
Reporter | dyfrgi | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | ||||
Product Version | 4.0.9 | ||||
Fixed in Version | 4.0.16 | ||||
Summary | 0004882: isupport does not update maxbans | ||||
Description | When rehashing the config with a new value, maxbans does not update in the ISUPPORT MAXLIST (numeric 005) returned by the server. | ||||
Steps To Reproduce | Start Unreal Observer current maxbans in ISUPPORT return (/VERSION, or look on connect) Edit maxbans in set block Rehash /VERSION or reconnect | ||||
Additional Information | Looks like IsupportSetValue was missed in s_conf.c. Confirmed code is still the same in 4.0.11, I assume the bug is still present. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Thanks for the report. commit f8cab0d093c3b435f3eee9f568a2e224571ff762 Author: Bram Matthys <[email protected]> Date: Wed Oct 18 15:22:33 2017 +0200 isupport does not update maxbans. Reported by dyfrgi (0004882). https://github.com/unrealircd/unrealircd/commit/f8cab0d093c3b435f3eee9f568a2e224571ff762 |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-02-20 16:57 | dyfrgi | New Issue | |
2017-10-18 15:26 | syzop | Assigned To | => syzop |
2017-10-18 15:26 | syzop | Status | new => resolved |
2017-10-18 15:26 | syzop | Resolution | open => fixed |
2017-10-18 15:26 | syzop | Fixed in Version | => 4.0.16 |
2017-10-18 15:26 | syzop | Note Added: 0019926 |