View Issue Details

IDProjectCategoryView StatusLast Update
0005945unrealircdpublic2021-06-30 10:07
ReporterValware Assigned Tosyzop  
PrioritynoneSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version5.2.1-rc1 
Summary0005945: ./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)
TagsNo tags attached.
3rd party modules

Activities

syzop

2021-06-30 10:03

administrator   ~0022058

Ah ok, or maybe we should just change the wording of the error message then :)

syzop

2021-06-30 10:07

administrator   ~0022059

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

Issue History

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