[Konversation-devel] [Bug 174143] [patch] Reconnect fails on password protected channels

Travis McHenry wordsizzle at gmail.com
Thu Jun 18 15:45:36 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=174143


Travis McHenry <wordsizzle at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wordsizzle at gmail.com
         Resolution|                            |FIXED




--- Comment #19 from Travis McHenry <wordsizzle gmail com>  2009-06-18 15:45:29 ---
@#13 Ah, I was creating 12 channels with passwords and couldn't reproduce,
slipped my mind that there needed to be 2 parameters set to provoke it, thanks
for testing though.

As far as the removing .'s thing goes, the while() approach is the wrong one.
When I was making this last night, I assumed because it was in the foreach,
every time it was getting a new password added it was checking and removing if
it was a "." However, upon further inspection I've noticed it's inside the if,
so it's only when it's too big for one line. I believe it should be moved to
before the if statement, I'll give this more thought when I've woken up a bit
more.

...*10 minutes later* Wait, so the join command is like so:
JOIN #asdf,#asdf2,#asdf3 pass1,pass2,pass3

Assume you have no password for #asdf2, you can't remove it, or the password
for #asdf3 will be applied to #asdf2 like so:
JOIN #asdf,#asdf2,#asdf3 pass1,pass3

But, if #asdf3 doesn't need a pass you can safely remove it like so:
JOIN #asdf,#asdf2,#asdf3 pass1,pass2

That's my understanding, please let me know if you disagree.

@#15 Thank you for the patch!

@#17 It would seem you're running konversation from inside it's build
directory, for whatever reason (a reason not isolated to konversation) you need
to install it before you get the various custom context menus. 

@#18 Tabs are moved with middle click, I believe the button choice is a KDE
thing. If you think it should be left click please file a wishlist bug report.
:)

Thanks again for helping out, sorry it took so long!

-- 
Configure bugmail: https://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