X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=8feb5b86e21687c8144fa4d62742f4e7b6d73ede;hb=02b0a5151719d04081af2db01e8266a1eafb8537;hp=d02ca5bdeac12cefdd64af02470b7215ba85376e;hpb=43d644ed92600770e9f5a3008adbf4e74754c01d;p=ngircd-alex.git diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index d02ca5bd..8feb5b86 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: defines.h,v 1.53 2005/07/02 14:33:45 alex Exp $ + * $Id: defines.h,v 1.55 2005/07/08 16:18:39 alex Exp $ */ @@ -50,7 +50,8 @@ #define CLIENT_NICK_LEN 10 /* Max. nick length, see. RFC 2812 section 1.2.1 */ #define CLIENT_PASS_LEN 21 /* Max. password length */ -#define CLIENT_USER_LEN 9 /* Max. length of user name ("login") */ +#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 */ #define CLIENT_MODE_LEN 8 /* Max. lenth of all client modes */ @@ -121,8 +122,8 @@ #define CUT_TXTSUFFIX "[CUT]" /* Suffix for oversized messages that have been shortened and cut off. */ -#ifdef RENDEZVOUS -#define RENDEZVOUS_TYPE "_ircu._tcp." /* Service type to register with mDNS */ +#ifdef ZEROCONF +#define MDNS_TYPE "_ircu._tcp." /* Service type to register with mDNS */ #endif