Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
the socket can not be created
|
|
|
|
relay_config_check_path_length
|
|
relay.port.* and relay.path.* are changed with /set
|
|
|
|
|
|
|
|
relay_config_check_path_cb (not needed)
|
|
|
|
|
|
|
|
relay_config_create_option_port_path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
argument (closes #1296)
|
|
cchar_t, setcchar and wbkgrndset are actually widec ncurses features,
not ext-colors features, but NCURSES_WIDECHAR doesn't accurately reflect
their existence so NCURSES_EXT_COLORS is used instead.
|
|
|
|
|
|
|
|
|
|
(issue #1343)
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
Multiple options can now be given in a single flag, for example:
weechat -ast
Following formats were allowed for command line argument with a value:
weechat -d /tmp/weechat
weechat --dir /tmp/weechat
Now these extra formats are supported as well:
weechat -d/tmp/weechat
weechat --dir=/tmp/weechat
|
|
This is required after changes on functions hook_info and info_get.
|
|
#931)
|
|
|
|
|
|
|
|
|
|
|
|
"irc_server_isupport_value"
|
|
|
|
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
|
|
|
|
|
|
|
|
This fixes a crash when sending "/plugin reload relay" from a relay client.
|
|
(issue #1327)
|