[Konversation-devel] [Bug 174143] Reconnect fails on password protected channels
Nach
NachMS at gmail.com
Tue Nov 4 20:12:22 CET 2008
http://bugs.kde.org/show_bug.cgi?id=174143
--- Comment #4 from Nach <NachMS gmail com> 2008-11-04 20:12:21 ---
Okay, I did some debugging.
On initial connect, Konversation sends:
"JOIN
#zsnes,#nsrt,#snes,#zsnes-docs,#secret0,#nesvideos,#secret1,#secret2,#vba-m
.,.,.,.,pass0,.,pass1,pass2"
I obviously edited the channel names and passwords to protect secret channels.
On reconnect it sends:
"JOIN
#zsnes,#nsrt,#snes,#zsnes-docs,#secret0,#nesvideos,#secret1,#secret2,#vba-m
.,.,.,.,pass0,.,10,pass2"
For #secret1 it's sending "10", for no apparent reason. Except perhaps that the
channel is limited to 10 users...
I imagine that's somehow getting mixed up in the channel settings somewhere.
I'll look into that and see if I can pinpoint it more.
Oh, and why is the code dropping off the last channel if a password is not
needed? If all the latter unpassworded channels don't need to be listed, and
Konversation is looking to not send what isn't needed, if (passwords.last() ==
".") passwords.pop_back(); should be: while (passwords.last() == ".")
passwords.pop_back();
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Konversation-devel
mailing list