diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-02-28 20:24:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-02-28 20:24:25 +0100 |
commit | d290de2cbab37e55234dadee96d54a4d94bd3149 (patch) | |
tree | 4846815609d9e65c3c4ddace3ffa4df4a23e1e3e /doc/it/autogen/user/relay_options.adoc | |
parent | 80b980b2af71faa9a2d825c61a5d41d7ace0dc60 (diff) | |
download | weechat-d290de2cbab37e55234dadee96d54a4d94bd3149.zip |
relay: add option relay.weechat.commands (closes #928)
Diffstat (limited to 'doc/it/autogen/user/relay_options.adoc')
-rw-r--r-- | doc/it/autogen/user/relay_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/autogen/user/relay_options.adoc b/doc/it/autogen/user/relay_options.adoc index 03d4e9a40..23c494af4 100644 --- a/doc/it/autogen/user/relay_options.adoc +++ b/doc/it/autogen/user/relay_options.adoc @@ -181,3 +181,9 @@ ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` + +* [[option_relay.weechat.commands]] *relay.weechat.commands* +** descrizione: pass:none[comma-separated list of commands allowed/denied when input data (text or command) is received from a client; "*" means any command, a name beginning with "!" is a negative value to prevent a command from being executed, wildcard "*" is allowed in names; by default all commands are allowed except /exec, /upgrade and /quit (which could lead to denial of service or remote code execution if the client is not trusted)] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+"*,!exec,!upgrade,!quit"+` |