flowdock / oulu

Flowdock IRC Gateway
MIT License
76 stars 16 forks source link

PASS authentication feature added #31

Closed SmuliS closed 11 years ago

SmuliS commented 11 years ago

Optional authenticate using PASS command during connection handshake.

OsQu commented 11 years ago

Tried this locally, and for some reason irssi is closing the connection (or at least it says "Not connected to server") after joining to channels when connecting like this:

/connect localhost 5002 "email pass"

Any ideas what's wrong? @mutru @SmuliS

mutru commented 11 years ago

Interesting, I can verify @OsQu's issue. It connects fine, but then disconnects before I can send any messages to my channels. The entire server doesn't crash, though. Needs more debugging.

tsilen commented 11 years ago

The problem is that motd and other server registration messages are not sent when using PASS authentication.