Your message dated Fri, 26 May 2006 00:48:53 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ngircd
Version: 0.9.2-2
Severity: wishlist
Tags: patch
It'd be nice if the maximum for nicks and usernames was longer than 9
(it's a compiled-in thing). I've included a patch to increase it to 15.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Versions of packages ngircd depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ngircd recommends no packages.
-- no debconf information
diff --context -r ngircd-0.9.2/src/ngircd/defines.h ngircd-0.9.2-new/src/ngircd/defines.h
*** ngircd-0.9.2/src/ngircd/defines.h 2005-07-05 23:58:25.000000000 +0100
--- ngircd-0.9.2-new/src/ngircd/defines.h 2006-03-05 00:45:35.000000000 +0000
***************
*** 41,49 ****
#define CONNECTION_POOL 100 /* size of default connection pool */
#define CLIENT_ID_LEN 64 /* max. length of an IRC ID; see RFC 2812, 1.1 and 1.2.1 */
! #define CLIENT_NICK_LEN 10 /* max. nick length; see. RFC 2812, 1.2.1 */
#define CLIENT_PASS_LEN 21 /* max. password length */
! #define CLIENT_USER_LEN 10 /* Max. length of user name ("login")
see RFC 2812, section 1.2.1 */
#define CLIENT_NAME_LEN 32 /* max. length of "real names" */
#define CLIENT_HOST_LEN 64 /* max. host name length */
--- 41,49 ----
#define CONNECTION_POOL 100 /* size of default connection pool */
#define CLIENT_ID_LEN 64 /* max. length of an IRC ID; see RFC 2812, 1.1 and 1.2.1 */
! #define CLIENT_NICK_LEN 16 /* max. nick length; see. RFC 2812, 1.2.1 */
#define CLIENT_PASS_LEN 21 /* max. password length */
! #define CLIENT_USER_LEN 16 /* Max. length of user name ("login")
see RFC 2812, section 1.2.1 */
#define CLIENT_NAME_LEN 32 /* max. length of "real names" */
#define CLIENT_HOST_LEN 64 /* max. host name length */
--- End Message ---
--- Begin Message ---
Ok, I removed it from the official package, poorwise I wrote the wrong
bugnumber to the changelog to close it so I do it now...
--- End Message ---