Bug 403609

Summary: Znc password issue
Product: [Applications] konversation Reporter: Marco Londero <the.sonda90>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal CC: kiril
Priority: NOR    
Version: 1.7.5   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marco Londero 2019-01-25 23:26:27 UTC
Hi, i've tried to log into my znc service but it was telling me that there was an invalid password. I tried to change it removing the space character in it, now i can log into znc without any problem. So the issue i think is due to the blank space character.
Comment 1 Kiril Vladimirov 2019-12-03 20:05:09 UTC
Several clients started suffering from that due to not sending `:` before the password.

See https://github.com/znc/znc/issues/1531
Comment 2 Peter Simonsson 2019-12-03 20:32:27 UTC
Git commit f5c953c28a36af98498e3d1fdb12c480f6a9cf84 by Peter Simonsson.
Committed on 03/12/2019 at 20:27.
Pushed by psn into branch 'master'.

Follow standard for string handling when sending PASS command

This fixes passwords containing spaces or colons in combination with
at least newer znc.

M  +2    -2    src/irc/server.cpp

https://commits.kde.org/konversation/f5c953c28a36af98498e3d1fdb12c480f6a9cf84