X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/2c00fbc2522a44891208fbc52f683968263415c8..964a842d8f29eb5767e64d2028a36cc40ccec911:/src/hash.h diff --git a/src/hash.h b/src/hash.h index 6b5f26e..42faab7 100644 --- a/src/hash.h +++ b/src/hash.h @@ -5,7 +5,7 @@ * * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -75,6 +75,8 @@ #define FLAGS_HIDDEN_HOST 0x2000 /* user's host is masked by their account */ #define FLAGS_REGNICK 0x4000 /* user owns their current nick */ #define FLAGS_REGISTERING 0x8000 /* user has issued account register command, is waiting for email cookie */ +#define FLAGS_CLOAKHOST 0x10000 /* user has cloaked host */ +#define FLAGS_CLOAKIP 0x20000 /* user has cloaked ip */ #define IsOper(x) ((x)->modes & FLAGS_OPER) #define IsService(x) ((x)->modes & FLAGS_SERVICE) @@ -106,7 +108,7 @@ #define REALLEN 50 #define TOPICLEN 250 #define CHANNELLEN 200 -#define MARKLEN 20 +#define MARKLEN 200 #define MAXOPLEVEL 999 #define MAXMODEPARAMS 6