View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005945 | unreal | ircd | public | 2021-06-30 09:50 | 2021-06-30 10:07 |
Reporter | Valware | Assigned To | syzop | ||
Priority | none | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 5.2.1-rc1 | ||||
Summary | 0005945: ./unrealircd genlinkblock - refuses to generate a link block with no tls | ||||
Description | ./unrealircd genlinkblock Error: You don't have any listen { } blocks that are serversonly. It is recommended to have at least one. Add this to your configuration file: listen { ip *; port 6900; options { tls; serversonly; }; }; in config: listen { ip *; port 7000; options { serversonly; } } noticed by mistake (I use tls) | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Ah ok, or maybe we should just change the wording of the error message then :) |
|
https://github.com/unrealircd/unrealircd/commit/a44b1cb63eb74f3f73eff926c281006db91bf9fa With a nice typo in the commit log... commit a44b1cb63eb74f3f73eff926c281006db91bf9fa (HEAD -> unreal52, origin/unreal52, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Wed Jun 30 10:05:51 2021 +0200 Fix ./unralircd genlinkblock printing out a confusing error message if you have serversonly listen block without tls. Reported by Valware in https://bugs.unrealircd.org/view.php?id=5945 |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-30 09:50 | Valware | New Issue | |
2021-06-30 10:03 | syzop | Note Added: 0022058 | |
2021-06-30 10:07 | syzop | Assigned To | => syzop |
2021-06-30 10:07 | syzop | Status | new => resolved |
2021-06-30 10:07 | syzop | Resolution | open => fixed |
2021-06-30 10:07 | syzop | Fixed in Version | => 5.2.1-rc1 |
2021-06-30 10:07 | syzop | Note Added: 0022059 |