From 8e67ecd6c8b1fa16418a33da5dea6fb6dc57b1f8 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 15 Jun 2025 04:08:37 -0400 Subject: [PATCH] config updates --- default.yaml | 4 ++-- irc/help.go | 2 +- traditional.yaml | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/default.yaml b/default.yaml index 22fd27fd..6c32e95b 100644 --- a/default.yaml +++ b/default.yaml @@ -1087,11 +1087,11 @@ history: # e.g., ERGO__SERVER__MAX_SENDQ=128k. see the manual for more details. allow-environment-overrides: true -# experimental IRC metadata support for setting key/value data on channels and nicknames. +# metadata support for setting key/value data on channels and nicknames. metadata: # can clients store metadata? enabled: true - # how many keys can a client subscribe to? + # how many keys can a client subscribe to? # set to 0 to disable subscriptions or -1 to allow unlimited subscriptions. max-subs: 100 # how many keys can a user store about themselves? set to -1 to allow unlimited keys. diff --git a/irc/help.go b/irc/help.go index d516c43e..55aef6cf 100644 --- a/irc/help.go +++ b/irc/help.go @@ -342,7 +342,7 @@ specification.`, }, "metadata": { text: `METADATA [...] - + Retrieve and meddle with metadata for the given target. Have a look at https://ircv3.net/specs/extensions/metadata for interesting technical information.`, }, diff --git a/traditional.yaml b/traditional.yaml index 55f16ea7..f32018c4 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -1058,12 +1058,15 @@ history: # e.g., ERGO__SERVER__MAX_SENDQ=128k. see the manual for more details. allow-environment-overrides: true -# experimental IRC metadata support for setting key/value data on channels and nicknames. +# metadata support for setting key/value data on channels and nicknames. metadata: - # can clients use the metadata command? + # can clients store metadata? enabled: true # how many keys can a client subscribe to? - max-subs: 1000 + # set to 0 to disable subscriptions or -1 to allow unlimited subscriptions. + max-subs: 100 + # how many keys can a user store about themselves? set to -1 to allow unlimited keys. + max-keys: 1000 # experimental support for mobile push notifications # see the manual for potential security, privacy, and performance implications.