1
0
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:
Sébastien Helleu
2024-05-07 13:58:31 +02:00
parent 44c96f6abf
commit da8353c54f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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"
+1 -1
View File
@@ -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);