ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/include/ircd_defs.h
(Generate patch)

Comparing ircd-hybrid-7.2/include/ircd_defs.h (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 923 by michael, Mon Nov 12 19:15:27 2007 UTC

# Line 37 | Line 37
37  
38   /* Right out of the RFC */
39   #define IRCD_BUFSIZE    512     /* WARNING: *DONT* CHANGE THIS!!!!         */
40 < #define HOSTLEN         63      /* Length of hostname.  Updated to         */
41 <                                /* comply with RFC1123                     */
40 > #define HOSTLEN          63     /* Length of hostname. Updated to comply
41 >                                   with RFC 1123 */
42 > #define USERLEN          10
43   #define PORTNAMELEN 6  /* ":31337" */
44  
44 #define USERLEN         10
45   #define REALLEN         50
46   #define KILLLEN         90
47 < #define CHANNELLEN      50
47 > #define LOCAL_CHANNELLEN 50
48 > #define CHANNELLEN      200
49   #define REASONLEN       120
50   #define KICKLEN         160
51   #define AWAYLEN         160

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)