edmund-huber / ergonomadic

DISCONTINUED, see orogono
MIT License
132 stars 10 forks source link

Allow empty/blank passwords #20

Closed enmand closed 8 years ago

enmand commented 9 years ago

This PR adds support for making the "password" optional for connecting to an IRC server. If the password is not provided, the server will not issue a EmptyPasswordError, but will instead issue a InvalidPasswordError if the base64 decoded password is < 60 bytes

edmund-huber commented 9 years ago

Can you explain the reasoning for this a little better? What can't you currently do?

edmund-huber commented 8 years ago

ditto @enmand