1
0
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:
Bram Matthys
2007-02-06 15:33:12 +00:00
parent fe34c10de2
commit 8c6bb314c5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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!!!! */