summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2025-08-09 10:54:48 +0100
committerLuke Bratch <luke@bratch.co.uk>2025-08-09 10:54:48 +0100
commit2136716bdf99b108d64268088742f258ed79fe29 (patch)
tree30e42b5fac978f97ae5d0f0c04948d12738f2826 /structures.h
parentb2089e21606aed1a6aaa9644dbe0d2fe998ae1e0 (diff)
List all missing required configuration file options at startup.
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h1
1 files changed, 1 insertions, 0 deletions
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];