Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97727 - RFC not-compliant IRC server
Summary: RFC not-compliant IRC server
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-02 08:38 UTC by Thomas
Modified: 2005-07-02 08:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
longnickname support for the ebuild (irc-server-2.10.3_p3.ebuild-longnickname.patch,514 bytes, patch)
2005-07-02 08:39 UTC, Thomas
Details | Diff
patch to ircd for long nicknames (ircd-2.10.3p7-nicktopiclen.patch,786 bytes, patch)
2005-07-02 08:40 UTC, Thomas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2005-07-02 08:38:02 UTC
I will attach a patch to the ebuild and the path to ircd, taken from the SuSE 
source rpm. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
(currently nickname and topic are limited to 9 characters) 


I tested the patches with net-irc/irc-server-2.10.3_p3.
Comment 1 Thomas 2005-07-02 08:39:42 UTC
Created attachment 62479 [details, diff]
longnickname support for the ebuild
Comment 2 Thomas 2005-07-02 08:40:14 UTC
Created attachment 62480 [details, diff]
patch to ircd for long nicknames
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-07-02 08:42:08 UTC
nelchael@nelchael ~$ eix irc-server
* net-irc/irc-server 
     Available versions:  2.10.3_p3 ~2.10.3_p7 
     Installed:           no
     Homepage:            http://www.irc.org/
     Description:         RFC compliant IRC server


Found 1 matches
nelchael@nelchael ~$ 

You'll need to change the Description to "RFC not-compliant IRC server".
Comment 4 Markus Nigbur (RETIRED) gentoo-dev 2005-07-02 08:43:35 UTC
It's an RFC compilant IRC server.

To quote RFC1459 - Internet Relay Chat Protocol:

1.2 Clients

   A client is anything connecting to a server that is not another
   server.  Each client is distinguished from other clients by a unique
   nickname having a maximum length of nine (9) characters.  See the
   protocol grammar rules for what may and may not be used in a
   nickname.  In addition to the nickname, all servers must have the
   following information about all clients: the real name of the host
   that the client is running on, the username of the client on that
   host, and the server to which the client is connected.
Comment 5 Thomas 2005-07-02 08:45:06 UTC
I would like to use long nicknames in ircd, with more than 9 characters. 
Comment 6 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-07-02 08:48:29 UTC
(In reply to comment #5)
> I would like to use long nicknames in ircd, with more than 9 characters. 

That's not possible with current irc-server - upstream would refuse such patch
that break compatibility with RFC. If You must - use it from overlay.