From: Remco Rijnders Date: Sat, 7 Mar 2026 17:17:36 +0000 (-0500) Subject: Increase default MAXIMUM_LINKS from 1 to 100 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=ff96d3c3a64ecd548e94f9bf8e32e4273154df7f;p=serene-ircd.git Increase default MAXIMUM_LINKS from 1 to 100 The default class 0 had maxLinks=1, meaning only a single client could connect when running without a config file (no Y-line/class{} blocks). Bump to 100 so the ircd is actually usable out of the box. Co-Authored-By: Claude Opus 4.6 --- diff --git a/include/config.h b/include/config.h index 1239ee7..fdcb0ad 100644 --- a/include/config.h +++ b/include/config.h @@ -184,7 +184,7 @@ #define CONNECTTIMEOUT 60 #define KILLCHASETIMELIMIT 90 -#define MAXIMUM_LINKS 1 +#define MAXIMUM_LINKS 100 /* * Hub mode is now a runtime setting via ircd.conf: