Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
"${env:SHELL}" (closes #1356)
|
|
|
|
|
|
relay client (user's guide)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
guide)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For consistency, the option xfer.network.speed_limit has been renamed to
xfer.network.speed_limit_send.
|
|
Command line debug options are now documented:
* --no-dlclose: do not call the function dlclose after plugins are unloaded
* --no-gnutls: do not call the init and deinit functions of GnuTLS library
* --no-gcrypt: do not call the init and deinit functions of Gcrypt library
These options must not be used in production, they're for debug only and can be
used with tools like Valgrind or electric-fence.
|
|
|
|
exist any more
|
|
any more
|
|
|
|
|
|
(issue #1327)
|
|
This is required for add_library() with INTERFACE library type.
|
|
|
|
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
ssl_fingerprint option
|
|
|
|
|
|
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).
|
|
|
|
(closes #1322)
|
|
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
|
|
|