Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|