-
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
!storepass doesn't work at all on OFTC #1483
Comments
Hi! I definitely agree with you on it being a documentation issue - it was very confusing, and I was pretty sure I was doing something wrong. |
Not sure if I should mention this but I got the same issue on LiberaChat. I tried on LiberaChat and it doesn't seem to work on my side as well. I did |
@TheEvilSkeleton the steps for LiberaChat are |
Thanks a lot! Btw, is this documented? I literally didn't find anything about it. |
Yes, it's documented a bit unclearly in https://matrix-org.github.io/matrix-appservice-irc/latest/usage.html |
So there's no workaround for OFTC at the moment? |
You may be interested in the issues of #1483 (comment) on actual OFTC support. I still think this should be closed as a duplicate or alternatively not an issue with matrix-appservice-irc (as the issue is in OFTC not supporting SASL or PASS) |
From a user perspective (which I am) I really don't care whose fault it is, I just need to know whether it works and if yes how. And if it doesn't work or if it does work with some workaround then this should be documented of course - but from what I get from your comment it doesn't work, yes? |
You are correct. I opened an issue to OFTC side oftc/oftc-hybrid#69, which either they can fix or this could be closed in favour of the previously mentioned #747 or #714, I don't think tracking this duplicate separately is helpful towards anyone. |
Hi there, it's been some time but given I had a few minutes of energy left in the day, #1757 now exists to solve this problem. |
Can't the bridge just gain support for automatically sending commands to nickserv? |
Describe the bug
It's impossible to store a nickserv password or certificate on OFTC.
OFTC doesn't support using server password to identify to services, which means currently there's no way to automatically reidentify after connection blips between the oftc bridge and their network. OFTC does support cert auth.
To Reproduce
Steps to reproduce the behavior:
!storepass foo
!reconnect
Expected behaviour
Nickname gets authenticated on NickServ (through certfp) on reconnection.
Actual behaviour
Nickname doesn't get authenticated, making it impossible to rejoin some channels. No error messages.
Additional context
Add any other context about the problem here.
There was #459 which got closed even though the problem still exists.
#1128 to add certfp was abandoned. #1331 which was done instead doesn't fix the issue - authentication fails even with
!username
.#747 tracks certfp support, but doesn't make clear that authentication is currently completely broken on OFTC.
The text was updated successfully, but these errors were encountered: