]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Increase password length limit to 64 characters
authorAlexander Barton <alex@barton.de>
Fri, 8 Mar 2013 18:31:57 +0000 (19:31 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 8 Mar 2013 18:31:57 +0000 (19:31 +0100)
Closes bug #154.

src/ngircd/defines.h

index 3850b5810a0c8ad67e379339207bfe45ada45b97..6b92a699ffa9b0c7c8e57ca9fa05ca9427a5d499 100644 (file)
@@ -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