[Konversation-devel] [Bug 246321] New: JOIN sent during autojoin has useless channel keys

Nicolás Alvarez nicolas.alvarez at gmail.com
Sat Jul 31 02:36:22 CEST 2010


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

           Summary: JOIN sent during autojoin has useless channel keys
           Product: konversation
           Version: Git
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: protocol
        AssignedTo: konversation-devel at kde.org
        ReportedBy: nicolas.alvarez at gmail.com


When Konversation connects to a server and auto-joins channels, it sends a
command like:

JOIN #konvi-test,#konvi-test2,#konvi-test3 .,.,.

The ".,.,." at the end are channel keys. "." means "no key"; but none of the
channels here has a key, so that whole argument is unnecessary.

<Sho_> imagine you want to join channels #a, #b and #c
<Sho_> of these, only #c needs a key to join it
<Sho_> in that case the client is supposed to send #a,#b,#b .,.,key
<Sho_> iow, . is the placeholder for "no key"
<Sho_> however, trailing dot segments aren't needed and shouldn't be composed

I'm using Konversation from git, revision bb9a0fca (plus some personal
patches).

-- 
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