]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/defines.h
Increase password length limit to 64 characters
[ngircd.git] / src / ngircd / defines.h
index 28a260b86024acabba0530eb79d732ab965d5a56..6b92a699ffa9b0c7c8e57ca9fa05ca9427a5d499 100644 (file)
@@ -78,7 +78,7 @@
 #define MOTD_FILE "/ngircd.motd"
 
 /** Name of the help file. */
-#define HELP_FILE "/ngircd.help"
+#define HELP_FILE "/Commands.txt"
 
 /** Default chroot() directory. */
 #define CHROOT_DIR ""
@@ -99,7 +99,7 @@
 #define CLIENT_NICK_LEN 32
 
 /** Max. password length (including NULL). */
-#define CLIENT_PASS_LEN 21
+#define CLIENT_PASS_LEN 65
 
 /** Max. length of user name ("login"; incl. NULL), RFC 2812, section 1.2.1. */
 #ifndef STRICT_RFC