KiwiIRC
KiwiIRC copied to clipboard
Kiwi IRC retries connection over and over again, when Invalid password is used... it also strips @ from the username
I'm trying to connect to my local znc with sasl authentication using a [email protected] username. There's 2 issues I have here:
- as seen in the log below, Kiwi strips the @ from the username, making the auth fail
- this log snipped repeats over and over again until I restart kiwi, i.e. it keeps retrying even though it knows that the password is wrong (even says so in the front-end)
2015-11-01 20:59:11 - debug: (connection 3) Socket connected 2015-11-01 20:59:11 - debug: (connection 3) Raw C: CAP LS 2015-11-01 20:59:11 - debug: (connection 3) Raw C: PASS REDACTED 2015-11-01 20:59:11 - debug: (connection 3) Raw C: NICK [email protected] 2015-11-01 20:59:11 - debug: (connection 3) Raw C: USER userdomain.tld 0 0 :[email protected]@my.fancy.long.dsl.dns.name 2015-11-01 20:59:11 - debug: (connection 3) Raw S: :irc.znc.in CAP unknown-nick LS :userho st-in-names multi-prefix znc.in/server-time-iso znc.in/batch znc.in/self-message 2015-11-01 20:59:11 - debug: (connection 3) Raw C: CAP REQ :multi-prefix znc.in/server-tim e-iso 2015-11-01 20:59:11 - debug: (connection 3) Raw S: :irc.znc.in CAP [email protected] ACK :multi-prefix znc.in/server-time-iso 2015-11-01 20:59:11 - debug: (connection 3) Raw C: CAP END 2015-11-01 20:59:11 - debug: (connection 3) Raw S: :irc.znc.in 464 [email protected] :Inv alid Password 2015-11-01 20:59:11 - debug: (connection 3) Socket closed 2015-11-01 20:59:11 - debug: (connection 3) Socket reconnecting
it's an error somewhere between the user that znc is using the the kiwi one. You can fix this by changing a couple lines in the config to look like this conf.default_gecos = '%n'; conf.default_ident = '%n';
@luxifr Did @hormigas solution work for you? I remember you getting something working but can't remember exactly..