summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-01-17 13:01:34 +0000
committerAlexander Barton <alex@barton.de>2005-01-17 13:01:34 +0000
commitb6690df2bef601828ecfb2c4109e42393221c19c (patch)
tree60b2fd06580607497dee602236938e7d399b4a69 /src
parent6dacec7ded09397cbb9b4c3c810dc0431c937e5c (diff)
downloadngircd-b6690df2bef601828ecfb2c4109e42393221c19c.tar.gz
ngircd-b6690df2bef601828ecfb2c4109e42393221c19c.zip
Raised the maximum length of passwords to 20 characters.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h
index 34951aee..214b037c 100644
--- a/src/ngircd/defines.h
+++ b/src/ngircd/defines.h
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.46 2004/05/07 11:19:21 alex Exp $
+ * $Id: defines.h,v 1.47 2005/01/17 13:01:34 alex Exp $
  *
  * Global defines of ngIRCd.
  */
@@ -39,7 +39,7 @@
 
 #define CLIENT_ID_LEN 64		/* max. ID-Laenge; vgl. RFC 2812, 1.1 und 1.2.1 */
 #define CLIENT_NICK_LEN 10		/* max. Nick-Laenge; vgl. RFC 2812, 1.2.1 */
-#define CLIENT_PASS_LEN 9		/* max. Laenge des Passwortes */
+#define CLIENT_PASS_LEN 21		/* max. Laenge des Passwortes */
 #define CLIENT_USER_LEN 9		/* max. Laenge des Benutzernamen ("Login") */
 #define CLIENT_NAME_LEN 32		/* max. Laenge des "langen Benutzernamen" */
 #define CLIENT_HOST_LEN 64		/* max. Laenge des Hostname */