42wim/matterircd

Unable to connect with irssi

CountMurphy opened this issue · 1 comments

Not sure if this is an irssi issue, or a matterircd issue to be honest. When using irssi v1.4.2, the connection to the local server gets dropped.

Text from irssi:

13:42 -!- Irssi: Looking up 127.0.0.1
13:42 -!- Irssi: Connecting to 127.0.0.1 [127.0.0.1] port 6667
13:42 Waiting for CAP LS response...
13:42 -!- Irssi: Connection to 127.0.0.1 established
13:42 -!- Irssi: Not connected to server
13:42 -!- Irssi: Connection lost to 127.0.0.1

Messages from matterircd:

INFO[2022-10-31T13:33:28-05:00] Running version 0.25.0                        module=matterircd
INFO[2022-10-31T13:33:28-05:00] Listening on 127.0.0.1:6667                   module=matterircd
INFO[2022-10-31T13:33:34-05:00] New connection: 127.0.0.1:45980               module=matterircd
ERRO[2022-10-31T13:33:44-05:00] Failed to join: handshake failed              module=matterircd
ERRO[2022-10-31T13:33:44-05:00] msg: <nil> err: read tcp 127.0.0.1:6667->127.0.0.1:45980: use of closed network connection  module=matterircd

Since irssi seems to be able to connect to all my other servers I figured the issue may lie with matterircd. Previous versions of irssi can connect fine.

42wim commented

@CountMurphy this is already fixed in master and will soon be available in a new release.

rebuild using: go install github.com/42wim/matterircd@master