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/pl/autogen/user | |
parent | 80b980b2af71faa9a2d825c61a5d41d7ace0dc60 (diff) | |
download | weechat-d290de2cbab37e55234dadee96d54a4d94bd3149.zip |
relay: add option relay.weechat.commands (closes #928)
Diffstat (limited to 'doc/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/relay_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
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"+` |