View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005235 | unreal | ircd | public | 2019-03-23 16:58 | 2019-11-27 13:26 |
Reporter | vectr0n | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.2 | ||||
Fixed in Version | 5.0.0-rc2 | ||||
Summary | 0005235: Listen Block Rehash Issue | ||||
Description | If you start the ircd with the listen blocks bound to an IP and then change the listen blocks to listen on all "*" and rehash the ircd, nothing changes /stats P still reports it is bound to those IPs and not listening on all. There is no errors or warnings produced by the ircd as well. | ||||
Steps To Reproduce | 1. Set listen blocks to be bound to IPs 2. Start IRCd 3. Check /stats P you will see the ircd bound on the IPs 3. Change listen blocks to listen on all "*" 4. /rehash IRCd 5. Run /stats P again and you will see nothing has changed and the ircd is still bound to the ips and not listening on all | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
I had this same issue the other day. It's easy to reproduce so I'll check it out on U5. |
|
Fixed in UnrealIRCd 5, thanks for the report! commit 1a1b9ddadac8b4dd0a151692caf99297f53d3bd2 (HEAD -> unreal50) Author: Bram Matthys <[email protected]> Date: Wed Nov 27 13:25:30 2019 +0100 If you changed listen::ip and rehashed it would not apply those changes if you were switching from a IP-specific listener to a * (all) listener. Reported by vectr0n in https://bugs.unrealircd.org/view.php?id=5235 |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-23 16:58 | vectr0n | New Issue | |
2019-11-20 17:20 | syzop | Assigned To | => syzop |
2019-11-20 17:20 | syzop | Status | new => confirmed |
2019-11-20 17:20 | syzop | Note Added: 0021107 | |
2019-11-20 17:20 | syzop | Relationship added | child of 0005279 |
2019-11-27 13:26 | syzop | Status | confirmed => resolved |
2019-11-27 13:26 | syzop | Resolution | open => fixed |
2019-11-27 13:26 | syzop | Fixed in Version | => 5.0.0-rc2 |
2019-11-27 13:26 | syzop | Note Added: 0021128 |