summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-10 18:27:59 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-10 18:29:22 +0100
commit508f224af95501ccc9efb56306be788d3edc8061 (patch)
treecc264793b575f28f1d54d3b484407e0fcc3723fd /doc/it/autogen
parent2b70d71aa1c891f2f251aa775cf239e5611576d5 (diff)
downloadweechat-508f224af95501ccc9efb56306be788d3edc8061.zip
relay: add forbidden commands /wait and /repeat in weechat protocol (issue #928)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/user/relay_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/relay_options.adoc b/doc/it/autogen/user/relay_options.adoc
index d990c1167..63d54ed32 100644
--- a/doc/it/autogen/user/relay_options.adoc
+++ b/doc/it/autogen/user/relay_options.adoc
@@ -186,4 +186,4 @@
** 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 some commands are not allowed (they could lead to denial of service or remote code execution if the client is not trusted)]
** tipo: stringa
** valori: qualsiasi stringa
-** valore predefinito: `+"*,!exec,!fset,!set,!unset,!plugin,!script,!python,!perl,!ruby,!lua,!tcl,!guile,!javascript,!php,!secure,!upgrade,!quit"+`
+** valore predefinito: `+"*,!exec,!fset,!guile,!javascript,!lua,!perl,!php,!plugin,!python,!quit,!repeat,!ruby,!script,!secure,!set,!tcl,!unset,!upgrade,!wait"+`