From 2136716bdf99b108d64268088742f258ed79fe29 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 9 Aug 2025 10:54:48 +0100 Subject: List all missing required configuration file options at startup. --- structures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'structures.h') diff --git a/structures.h b/structures.h index 60292ed..c4d20e0 100644 --- a/structures.h +++ b/structures.h @@ -32,6 +32,7 @@ #define MAXCONFARR 40 // Max number of entries that a configuration array can have #define MAXCHANNICKS 8192 // Maximum number of nicks to track per channel #define AUTHTIMEOUT 130 // How many seconds to give clients to authenticate, checked at most every SELECTTIMEOUT seconds +#define STDERRMAX 8192 // Maximum number of bytes we're willing to build into STDERR output struct ircdstate { char greeting001[MAXDATASIZE]; -- cgit v1.2.3