mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
config updates
This commit is contained in:
parent
4dcbc48159
commit
8e67ecd6c8
3 changed files with 9 additions and 6 deletions
|
|
@ -1087,11 +1087,11 @@ history:
|
||||||
# e.g., ERGO__SERVER__MAX_SENDQ=128k. see the manual for more details.
|
# e.g., ERGO__SERVER__MAX_SENDQ=128k. see the manual for more details.
|
||||||
allow-environment-overrides: true
|
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:
|
metadata:
|
||||||
# can clients store metadata?
|
# can clients store metadata?
|
||||||
enabled: true
|
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.
|
# set to 0 to disable subscriptions or -1 to allow unlimited subscriptions.
|
||||||
max-subs: 100
|
max-subs: 100
|
||||||
# how many keys can a user store about themselves? set to -1 to allow unlimited keys.
|
# how many keys can a user store about themselves? set to -1 to allow unlimited keys.
|
||||||
|
|
|
||||||
|
|
@ -342,7 +342,7 @@ specification.`,
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
text: `METADATA <target> <subcommand> [<everything else>...]
|
text: `METADATA <target> <subcommand> [<everything else>...]
|
||||||
|
|
||||||
Retrieve and meddle with metadata for the given target.
|
Retrieve and meddle with metadata for the given target.
|
||||||
Have a look at https://ircv3.net/specs/extensions/metadata for interesting technical information.`,
|
Have a look at https://ircv3.net/specs/extensions/metadata for interesting technical information.`,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1058,12 +1058,15 @@ history:
|
||||||
# e.g., ERGO__SERVER__MAX_SENDQ=128k. see the manual for more details.
|
# e.g., ERGO__SERVER__MAX_SENDQ=128k. see the manual for more details.
|
||||||
allow-environment-overrides: true
|
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:
|
metadata:
|
||||||
# can clients use the metadata command?
|
# can clients store metadata?
|
||||||
enabled: true
|
enabled: true
|
||||||
# how many keys can a client subscribe to?
|
# 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
|
# experimental support for mobile push notifications
|
||||||
# see the manual for potential security, privacy, and performance implications.
|
# see the manual for potential security, privacy, and performance implications.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue