aboutsummaryrefslogtreecommitdiffstats
path: root/main/ngircd
diff options
context:
space:
mode:
Diffstat (limited to 'main/ngircd')
-rw-r--r--main/ngircd/client_user_len.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/ngircd/client_user_len.patch b/main/ngircd/client_user_len.patch
deleted file mode 100644
index 34884acbbb..0000000000
--- a/main/ngircd/client_user_len.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/ngircd/defines.h.orig
-+++ ./src/ngircd/defines.h
-@@ -96,7 +96,7 @@
- #define CLIENT_PASS_LEN 21
-
- /** Max. length of user name ("login"; incl. NULL), RFC 2812, section 1.2.1. */
--#define CLIENT_USER_LEN 10
-+#define CLIENT_USER_LEN 64
-
- /** Max. length of "real names" (including NULL). */
- #define CLIENT_NAME_LEN 32