Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exist any more
|
|
any more
|
|
|
|
|
|
|
|
|
|
This fixes a crash when sending "/plugin reload relay" from a relay client.
|
|
(issue #1327)
|
|
(issue #928)
|
|
This is required for add_library() with INTERFACE library type.
|
|
The problem is that on 32-bit arch (like GNU/Hurd), the number 42000000000000
is converted to 42000000000000L in Python, which is causing troubles in other
languages like Perl.
The fix is to use a smaller number. Such large size for function
string_format_size is tested in the C++ test suite anyway.
|
|
|
|
|
|
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
|
|
|
|
|
|
|
|
ssl_fingerprint option
|
|
|
|
|
|
current buffer is not an irc buffer (closes #1325)
|
|
|
|
|
|
|
|
(closes #1324)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The whole command with arguments and the full buffer name are now displayed in
the warning message (in debug mode only).
|
|
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)
|