mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 20:43:12 +02:00
- Changed password length from 32 to 48, is allocated dynamically anyway.
This commit is contained in:
@@ -1443,3 +1443,4 @@
|
||||
dre, patch provided by djGrrr.
|
||||
- Fixed SAPART causing a flood of notices from all servers, fun. Reported and patch
|
||||
provided by djGrrr.
|
||||
- Changed password length from 32 to 48, is allocated dynamically anyway.
|
||||
|
||||
+1
-1
@@ -172,7 +172,7 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define REALLEN 50
|
||||
#define TOPICLEN 307
|
||||
#define CHANNELLEN 32
|
||||
#define PASSWDLEN 32 /* orig. 20, changed to 32 for nickpasswords */
|
||||
#define PASSWDLEN 48 /* was 20, then 32, now 48. */
|
||||
#define KEYLEN 23
|
||||
#define LINKLEN 32
|
||||
#define BUFSIZE 512 /* WARNING: *DONT* CHANGE THIS!!!! */
|
||||
|
||||
Reference in New Issue
Block a user