summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-02-28 20:24:25 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-02-28 20:24:25 +0100
commitd290de2cbab37e55234dadee96d54a4d94bd3149 (patch)
tree4846815609d9e65c3c4ddace3ffa4df4a23e1e3e /doc
parent80b980b2af71faa9a2d825c61a5d41d7ace0dc60 (diff)
downloadweechat-d290de2cbab37e55234dadee96d54a4d94bd3149.zip
relay: add option relay.weechat.commands (closes #928)
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/relay_options.adoc6
-rw-r--r--doc/en/autogen/user/relay_options.adoc6
-rw-r--r--doc/fr/autogen/user/relay_options.adoc6
-rw-r--r--doc/it/autogen/user/relay_options.adoc6
-rw-r--r--doc/ja/autogen/user/relay_options.adoc6
-rw-r--r--doc/pl/autogen/user/relay_options.adoc6
6 files changed, 36 insertions, 0 deletions
diff --git a/doc/de/autogen/user/relay_options.adoc b/doc/de/autogen/user/relay_options.adoc
index 2ae15aa30..6aa5677b4 100644
--- a/doc/de/autogen/user/relay_options.adoc
+++ b/doc/de/autogen/user/relay_options.adoc
@@ -181,3 +181,9 @@
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette
** Standardwert: `+""+`
+
+* [[option_relay.weechat.commands]] *relay.weechat.commands*
+** Beschreibung: 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)]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"*,!exec,!upgrade,!quit"+`
diff --git a/doc/en/autogen/user/relay_options.adoc b/doc/en/autogen/user/relay_options.adoc
index 649cb4c35..c47fbbb87 100644
--- a/doc/en/autogen/user/relay_options.adoc
+++ b/doc/en/autogen/user/relay_options.adoc
@@ -181,3 +181,9 @@
** type: string
** values: any string
** default value: `+""+`
+
+* [[option_relay.weechat.commands]] *relay.weechat.commands*
+** description: 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)]
+** type: string
+** values: any string
+** default value: `+"*,!exec,!upgrade,!quit"+`
diff --git a/doc/fr/autogen/user/relay_options.adoc b/doc/fr/autogen/user/relay_options.adoc
index f945be833..9192d8349 100644
--- a/doc/fr/autogen/user/relay_options.adoc
+++ b/doc/fr/autogen/user/relay_options.adoc
@@ -181,3 +181,9 @@
** type: chaîne
** valeurs: toute chaîne
** valeur par défaut: `+""+`
+
+* [[option_relay.weechat.commands]] *relay.weechat.commands*
+** description: pass:none[liste des commandes autorisées/interdites lorsque qu'une entrée de données (texte ou commande) est reçue du client (séparées par des virgules) ; "*" signifie toutes les commandes, un nom commençant par "!" est une valeur négative pour empêcher une commande d'être exécutée, le caractère joker "*" est autorisé dans les noms ; par défaut toutes les commandes sont autorisées sauf /exec, /upgrade et /quit (ce qui pourrait conduire à un déni de service ou l'exécution de commandes à distance si le client n'est pas sûr)]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"*,!exec,!upgrade,!quit"+`
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"+`
diff --git a/doc/ja/autogen/user/relay_options.adoc b/doc/ja/autogen/user/relay_options.adoc
index 6ce74024a..84235c4cc 100644
--- a/doc/ja/autogen/user/relay_options.adoc
+++ b/doc/ja/autogen/user/relay_options.adoc
@@ -181,3 +181,9 @@
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+""+`
+
+* [[option_relay.weechat.commands]] *relay.weechat.commands*
+** 説明: 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)]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"*,!exec,!upgrade,!quit"+`
diff --git a/doc/pl/autogen/user/relay_options.adoc b/doc/pl/autogen/user/relay_options.adoc
index dbc994977..fb0cf5d8c 100644
--- a/doc/pl/autogen/user/relay_options.adoc
+++ b/doc/pl/autogen/user/relay_options.adoc
@@ -181,3 +181,9 @@
** typ: ciąg
** wartości: dowolny ciąg
** domyślna wartość: `+""+`
+
+* [[option_relay.weechat.commands]] *relay.weechat.commands*
+** opis: 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)]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"*,!exec,!upgrade,!quit"+`