Closed Nodens- closed 2 years ago
Hi! It's a known issue with MAM, and they run some ancient version of their irc server which I don't think helps. It works fine for main nick, but no ungrouped ones.
I have some ideas to test but haven't gotten to it yet but will update when I have some updates.
You could try not sending QUIT
in response to failure but AUTHENTICATE '*'
to abort. Then proceed with NICK
and USER
, and try authenticating with Nickserv. This should work according to the 3.1 capability specification.
It's the underlying IRC library that handles it so we can't do much in autobrr, other than change or make it configurable how auth is made. It's been on the todo for quite some time but will try and finally get it done this weekend.
Describe the bug
Notice that I am unable to use SASL on that particular server with mIRC as well. No idea why it also fails. Nickserv auth works fine but autobrr has no option to select and tries SASL only if the server aknowledges SASL capability.
To Reproduce Steps to reproduce the behavior:
No idea if SASL auth is broken just for me or there's an issue with their IRC daemon, but without an option to ignore SASL it's impossible to login.
Expected behavior Ability to select auth mechanism.