diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-10 11:49:34 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-10 12:48:13 +0000 |
commit | ea0d5c4d70990108c00275818e767f0158dab655 (patch) | |
tree | 93f0f19a78c3e20a4716f5eca3a1a76b69a0b819 /data | |
parent | b96dbfc9ba4f9c1072a773813210f8c72c49af15 (diff) |
Add a config option for disabling the nil XML-RPC extension.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index e3cd7ad22..b645693cb 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -805,6 +805,16 @@ module /* Web service to use. Requires httpd. */ server = "httpd/main" + + /* + * Whether to enable the use of XML-RPC extensions. + * + * By default Anope will use some extended XML-RPC types. If your XML-RPC + * client can not handle these you will need to disable them. + * + * If nil is disabled an empty struct will be used instead. + */ + #enable_nil = no } /* |