-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SASL support connecting to a remote irc server #356
Comments
Not sure how easy it would be for us to do. Just leaving this here as initial documentation of the IRC SASL protocol. http://ircv3.net/specs/extensions/sasl-3.1.html |
I'm going to close this issue, since I don't think there's enough interest to get it implemented. I don't mind a PR though :) |
Going to re-open this issue, since it seems like Freenode blacklist AWS IP blocks. (Information from #convos on freenode) |
EXTERNAL and PLAIN SASL support is implemented in 5.07. Further enhanced should be added, but I choose to close this issue for now. |
How to test: 1. Connect without SASL enabled 2. Send these commands to NickServ /msg NickServ REGISTER <secret> /msg NickServ CERT ADD # Might be optional, but does not hurt 3. Edit connection settings: Username = REGISTER nick/username Password = REGISTER secret SASL authentication mechanism = Plain 4. Update (and reconnect) to the server
How to test: 1. Connect without SASL enabled 2. Send these commands to NickServ /msg NickServ REGISTER <secret> /msg NickServ CERT ADD # Might be optional, but does not hurt 3. Edit connection settings: Username = REGISTER nick/username Password = REGISTER secret SASL authentication mechanism = Plain 4. Update (and reconnect) to the server
Any chance of getting SASL support? freenode doesn't allow you to connect from blacklisted ip ranges without SASL auth (behind a vpn/proxy)
The text was updated successfully, but these errors were encountered: