Open
Description
This mod uses LuaIRC which hard codes the deprecated protocol tlsv1 for secure connections. As of Ubuntu 20.04, tlsv1 is no longer available. I have added a pull request to the upstream LuaIRC project which fixes this problem.
In the meantime, to workaround this problem, users can edit irc/irc/init.lua and change line 111 from
params = {mode = "client", protocol = "tlsv1"}
to
params = {mode = "client", protocol = "any"}
Metadata
Metadata
Assignees
Labels
No labels