Age | Commit message (Collapse) | Author |
|
|
|
This fixes a crash when sending "/plugin reload relay" from a relay client.
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix regex in relay.network.allowed_ips doc
|
|
authentication factor in weechat protocol
|
|
string_{encode,decode}_base64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it
is read-only).
|
|
|
|
The variable "irc_argv" is always set if irc_argc > 0.
|
|
creation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1040)
This fixes a bug with clients like Atomic which are sending "CAP REQ :".
|
|
|
|
ACK only if all capabilities received are OK and NAK otherwise (closes #1040)
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
|
|
|
|
|
|
|