Skip to content
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

Add SASL authentication for IRC #277

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Add SASL authentication for IRC #277

merged 1 commit into from
Feb 8, 2022

Conversation

raucao
Copy link
Member

@raucao raucao commented Feb 8, 2022

For now, we just assume that all authenticated connections use SASL.

I was able to use this to successfully connect to Libera from my VPN, which they require SASL for. 🎉

Tested with and depends on sockethub/sockethub#673. Also required adding the sasl property to the RS module's schema (already published as 2.2.0).

closes #240

For now, we just assume that all authenticated connections use SASL.
@raucao raucao changed the title Add SASL auth for IRC Add SASL authentication for IRC Feb 8, 2022
Copy link
Member

@silverbucket silverbucket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried and seems to be working great, LGTM!

@raucao raucao merged commit 9a61e68 into master Feb 8, 2022
@raucao raucao deleted the feature/irc_sasl_auth branch February 8, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authenticate via SASL (instead of NickServ)
2 participants