Age | Commit message (Collapse) | Author |
|
(closes #1393)
|
|
called with "notify" property (closes #1390)
|
|
|
|
|
|
|
|
|
|
|
|
structure (issue #1387)
|
|
|
|
|
|
|
|
|
|
the nick (closes #1376, issue #1319)
|
|
|
|
|
|
|
|
|
|
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2
first then fallback on Python 3.
In the same way, the configure option --enable-python3 is renamed to
--enable-python2, to use Python 2 first then fallback on Python 3.
|
|
|
|
the plugin name followed by a colon
|
|
file weechat.upgrade is not found
|
|
|
|
hook_command (closes #538)
|
|
|
|
(closes #195)
|
|
|
|
CAP ACK (closes #151)
|
|
"${env:SHELL}" (closes #1356)
|
|
|
|
background (closes #1264)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
argument (closes #1296)
|
|
|
|
|
|
This fixes a compilation error on FreeBSD.
|
|
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
|
|
|
|
|
|
|
|
|
|
"irc_server_isupport_value"
|
|
|
|
For consistency, the option xfer.network.speed_limit has been renamed to
xfer.network.speed_limit_send.
|