-
Notifications
You must be signed in to change notification settings - Fork 152
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 #470
Comments
SASL specifications:
I think the issue would be better named as SASL PLAIN support for now and possibly later have separate issue for SASL EXTERNAL (aka/or CertFP (#459)) and I recommend my recommendation on ignoring ECDSA-NIST256p-CHALLENGE from #82 (comment) because of znc/znc#746 (comment). |
TODO: Rewrite this part When matrix-org/matrix-appservice-irc#470 is done and there is actually standardized and more universal method for logging in automatically.
!storepass is currently not supported on the Rizon bridge. |
Worth pointing out tthe upstream library supports this! It just needs careful integration. |
SASL PLAIN is now supported. |
Is it possible to re-open this issue? I would say that #689 still being an issue means that SASL support isn't really baked in yet. |
@Half-Shot I would also request reopening this issue until users can actually use SASL to login. I think it would be more clear for majority of users for this to be open than pointing to #673. |
Still waiting for it to start the migration to the matrix. Is there any ETA? |
I think this is required for most (if not even all) |
Any news on this? Also SASL for the Matrixbot seems to fail when the IRC network (like Ergo.chat based ones) only supports real SASL login and not the fallback via server password it seems. Edit: actually Ergo does support this, not sure why it still fails. Edit: I set the bridge to force SASL and the bot still fails to use the SASL account on my Ergo IRC network and rather switches to an unregistered alt-nick. Something about the way this bridge does SASL is not standard conformant it seems. Edit: So... apparently it works for user accounts but not the bridge bot... |
Attempting to connect to a freenode from a AS running in AWS leads to this error:
{"command":"ERROR","rawCommand":"ERROR","commandType":"normal","args":["Closing Link: ec2-34-192-170-23.compute-1.amazonaws.com (SASL access only)"]}
Edit: Should probably just rename this to a feature request asking for SASL support in reality. Please feel free to do so if that is the case! :)
The text was updated successfully, but these errors were encountered: