ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot complete registration

ekimekim opened this issue · comments

A connecting user sends USER and NICK, but nothing happens. They are then disconnected with ERROR :Closing Link: None@<host> [Registration timeout]

I did a bisect which traced it back to this commit:
ef9ca0b

The commit before works correctly, that commit exhibits this behaviour, as does every commit between that and current dev/0.3 (7191f63)

I had this issue yesterday but the latest version should have fixed that.

More specifically, this commit: 9fa047c

My dev/0.3 was out of date. Issue not present in 293e122

Herp. I just realized I commented on a closed issue. This is why Heufy shouldn't comment on things 5 minutes after waking up.