X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fhash.h;h=da4b40f53b2a9628e88189078ef481a360b7354f;hb=HEAD;hp=e622975dba9d4a1a27d7c96a9737ea479179fc16;hpb=a1607b87da7b66314f864f272b9806f4b0fe8169;p=srvx.git diff --git a/src/hash.h b/src/hash.h index e622975..da4b40f 100644 --- a/src/hash.h +++ b/src/hash.h @@ -49,6 +49,7 @@ #define MODE_ACCESS 0x200000 /* +a */ #define MODE_NOFLOOD 0x400000 /* +f */ #define MODE_AUDITORIUM 0x800000 /* +u */ +#define MODE_SSLCHAN 0x1000000 /* +S */ #define MODE_REMOVE 0x80000000 #define FLAGS_OPER 0x0001 /* +o global operator */ @@ -110,7 +111,7 @@ #define MAXOPLEVEL 999 #define MAXMODEPARAMS 6 -#define MAXBANS 45 +#define MAXBANS 999 /* IDLEN is 6 because it takes 5.33 Base64 digits to store 32 bytes. */ #define IDLEN 6