mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2011
Posts: 476
K
KindOne Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
mIRC on rare occasions does not use the new sasl password box when changing it. It took about 45 minutes of altering the password, connecting, and disconnecting to replicate the issue.


Code
//echo -ag $server(10.10.1.6).methodpass 

prints the current and correct password
Code
 password
But mIRC attempts the previous password I had set "palolol".

Code
-> 10.10.1.6 CAP LS 302
-> 10.10.1.6 NICK KindOne
-> 10.10.1.6 USER lol 0 * :...
<- :laptop.foobar.net NOTICE * :*** Checking Ident
<- :laptop.foobar.net NOTICE * :*** Looking up your hostname...
<- :laptop.foobar.net NOTICE * :*** Couldn't look up your hostname
<- :laptop.foobar.net NOTICE * :*** No Ident response
<- :laptop.foobar.net CAP * LS :account-notify away-notify chghost extended-join multi-prefix sasl=AUTHCOOKIE,ECDH-X25519-CHALLENGE,ECDSA-NIST256P-CHALLENGE,EXTERNAL,PLAIN tls userhost-in-names account-tag cap-notify echo-message server-time
-> 10.10.1.6 CAP REQ :account-notify away-notify chghost extended-join multi-prefix sasl userhost-in-names account-tag server-time
<- :laptop.foobar.net CAP KindOne ACK :account-notify away-notify chghost extended-join multi-prefix sasl userhost-in-names account-tag server-time
-> 10.10.1.6 AUTHENTICATE PLAIN
<- AUTHENTICATE +
// base64: KindOneKindOnepalolol 
-> 10.10.1.6 AUTHENTICATE S2luZE9uZQBLaW5kT25lAHBhbG9sb2w=
<- :laptop.foobar.net 904 KindOne :SASL authentication failed
-> 10.10.1.6 AUTHENTICATE PLAIN
<- AUTHENTICATE +
-> 10.10.1.6 AUTHENTICATE *
<- :laptop.foobar.net 906 KindOne :SASL authentication aborted
-> 10.10.1.6 CAP LIST
-> 10.10.1.6 CAP END
<- :laptop.foobar.net CAP KindOne LIST :account-notify away-notify chghost extended-join multi-prefix sasl userhost-in-names account-tag cap-notify server-time
<- @time=2025-12-27T03:07:50.853Z :laptop.foobar.net 001 KindOne :Welcome to the foobar Internet Relay Chat Network KindOne



Restarting mIRC fixes the issue and it uses the current password in the sasl password box.

Joined: Dec 2002
Posts: 3,878
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,878
Thanks for your bug report. I have not been able to reproduce this yet here. However, note that there are situations where changes to server entry will not be applied to a status window, eg. if you edit a server and press the "OK" button in the Options dialog while a status window is currently in the process of connecting, logging on, authenticating, etc. In such cases, pressing the "Connect" button in the Options dialog always applies the status window settings, as it cancels any ongoing connection process and starting a new one.


Link Copied to Clipboard