Bug 403609 - Znc password issue
Summary: Znc password issue
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.7.5
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-25 23:26 UTC by Marco Londero
Modified: 2019-12-03 20:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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