summaryrefslogtreecommitdiff
path: root/doc/fr/autogen/user/relay_options.adoc
AgeCommit message (Collapse)Author
2019-03-11relay: use empty value by default for option relay.weechat.commands (issue #928)Sébastien Helleu
The relay client is supposed to be safe by default, and the relay connection should be protected by the different ways (restriction on IP address, SSL, strong password, Time-based One-Time Password, local bind address and use of SSH tunnel…). So this option lets the user add extra security by allowing only some commands (whitelist), or allowing any commands except a list of given commands (blacklist).
2019-03-10relay: add forbidden commands /wait and /repeat in weechat protocol (issue #928)Sébastien Helleu
2019-03-09relay: add extra forbidden commands in weechat protocol (issue #928)Sébastien Helleu
Commands were already forbidden (option relay.weechat.commands): - /exec - /upgrade - /quit These extra commands are now forbidden by default: - /fset - /set - /unset - /plugin - /script - /python - /perl - /ruby - /lua - /tcl - /guile - /javascript - /php - /secure
2019-02-28relay: add option relay.weechat.commands (closes #928)Sébastien Helleu
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-04Merge pull request #1273 from half-duplex/masterSébastien Helleu
Fix regex in relay.network.allowed_ips doc
2018-11-04core: update translationsSébastien Helleu
2018-10-23Fix regex in relay allowed_ips docTrevor Bergeron
2017-10-20relay: fix typo in French translation of /help ↵Sébastien Helleu
relay.network.websocket_allowed_origins
2016-12-18doc: display default values of options on a separate line (user's guide)Sébastien Helleu
2016-05-18relay: add option relay.network.allow_empty_password (closes #735)Sébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu