]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Added Cygwin uid kludge. (verified working)
[ngircd-alex.git] / src / ngircd / defines.h
index 5f98e806b806754f9abc0b70ae317b757d2bdf09..cccf48b43e5f719d3a19146f995956e36fd6803e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2005 Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2007 Alexander Barton (alex@barton.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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.58 2006/06/15 20:28:15 alex Exp $
+ * $Id: defines.h,v 1.62 2007/11/21 12:16:36 alex Exp $
  */
 
 
 
 #define CLIENT_ID_LEN 64               /* Max. length of an IRC ID; see RFC
                                           RFC 2812 section 1.1 and 1.2.1 */
-#define CLIENT_NICK_LEN 10             /* Max. nick length, see. RFC 2812
-                                          section 1.2.1 */
+#define CLIENT_NICK_LEN_DEFAULT 10     /* Default nick length, see. RFC 2812
+                                        * section 1.2.1 */
+#define CLIENT_NICK_LEN 32             /* Maximum nick name length */
 #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 */
-#define CLIENT_MODE_LEN 8              /* Max. lenth of all client modes */
+#define CLIENT_MODE_LEN 9              /* Max. lenth of all client modes */
 #define CLIENT_INFO_LEN 64             /* Max. length of server info texts */
 #define CLIENT_AWAY_LEN 128            /* Max. length of away messages */
 #define CLIENT_FLAGS_LEN 100           /* Max. length of client flags */
                                           connection in bytes. */
 #define WRITEBUFFER_LEN 4096           /* Size of the write buffer of a
                                           connection in bytes. */
-
-#ifdef ZLIB
-#define ZREADBUFFER_LEN 1024           /* Size of the compressed read buffer
-                                          of a connection in bytes. */
-#define ZWRITEBUFFER_LEN 4096          /* Size of the compressed write buffer
-                                          of a connection in bytes. */
-#endif
+#define WRITEBUFFER_SLINK_LEN 51200    /* Size of the write buffer of a
+                                          server link connection in bytes. */
 
 #define PROTOVER "0210"                        /* Implemented IRC protocol version,
                                           see RFC 2813 section 4.1.1. */
@@ -86,7 +82,7 @@
                                           protocol, see doc/Protocol.txt */
 
 #ifdef IRCPLUS
-# define IRCPLUSFLAGS "CL"             /* Standard IRC+ flags */
+# define IRCPLUSFLAGS "CHL"            /* Standard IRC+ flags */
 #endif
 
 #define STARTUP_DELAY 1                        /* Delay outgoing connections n seconds