Bug 72412 - IRC plugin does not support ! + & channel specifiers
Summary: IRC plugin does not support ! + & channel specifiers
Status: RESOLVED DUPLICATE of bug 72391
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-11 20:41 UTC by Rick Kunath
Modified: 2004-01-12 03:34 UTC (History)
0 users

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 Rick Kunath 2004-01-11 20:41:18 UTC
Version:           0.8 Beta CVS (using KDE KDE 3.1.4)
Installed from:    Mandrake RPMs

The Kopete 0.8 Beta CVS IRC plugin does not allow channel names beginning with other than the # character.

The characters !,+,&, and # are acceptable channel specifiers.

Per IRC RFC 2811 - Quoted

2.1 Namespace

   Channels names are strings (beginning with a '&', '#', '+' or '!'
   character) of length up to fifty (50) characters.  Channel names are
   case insensitive.

   Apart from the the requirement that the first character being either
   '&', '#', '+' or '!' (hereafter called "channel prefix"). The only
   restriction on a channel name is that it SHALL NOT contain any spaces
   (' '), a control G (^G or ASCII 7), a comma (',' which is used as a
   list item separator by the protocol).  Also, a colon (':') is used as
   a delimiter for the channel mask.  The exact syntax of a channel name
   is defined in "IRC Server Protocol" [IRC-SERVER].

   The use of different prefixes effectively creates four (4) distinct
   namespaces for channel names.  This is important because of the
   protocol limitations regarding namespaces (in general).  See section
   6.1 (Labels) for more details on these limitations.
Comment 1 Thiago Macieira 2004-01-12 03:34:34 UTC
Those RFCs are far from authoritative over the IRC protocol.

*** This bug has been marked as a duplicate of 72391 ***