mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
relay: change default value of option "relay.network.commands" to *,!quit
This commit is contained in:
@@ -47,6 +47,7 @@ New features::
|
||||
* relay: add support of websocket extension "permessage-deflate" (issue #1549)
|
||||
* relay: add command `/remote` to manage remote WeeChat relay servers and connect to them (issue #2066)
|
||||
* relay: add option relay.api.remote_get_lines (issue #2066)
|
||||
* relay: change default value of option "relay.network.commands" to `*,!quit`
|
||||
* script: add option `enable` in command `/script`
|
||||
* script: add info "script_loaded"
|
||||
|
||||
|
||||
@@ -1599,7 +1599,7 @@ relay_config_init ()
|
||||
"if the relay client is not safe (someone could use it to run "
|
||||
"commands); for example \"*,!exec,!quit\" allows any command "
|
||||
"except /exec and /quit"),
|
||||
NULL, 0, 0, "", NULL, 0,
|
||||
NULL, 0, 0, "*,!quit", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
NULL, NULL, NULL,
|
||||
NULL, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user