1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-02-23 20:50:01 +00:00

Increase password length limit to 64 characters

Closes bug #154.
This commit is contained in:
Alexander Barton 2013-03-08 19:31:57 +01:00
parent 3e35857080
commit b33da9b8f3

View 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