Age | Commit message (Collapse) | Author |
|
|
|
|
|
311/312/327 (whois) and 314 (whowas)
|
|
|
|
#1737)
|
|
|
|
(issue #1680)
|
|
|
|
weechat.look.hotlist_sort (closes #1733)
The "hotlist" pointer in buffers was lost, it is now set again after switching
to the newly sorted hotlist.
|
|
|
|
Option relay.network.compression_level is renamed to relay.network.compression
and is now a percentage between 0 (no compression) to 100 (best compression,
slowest).
Compression is now disabled by default in weechat protocol and must be enabled
via the `handshake` command (option `compression` has been removed from `init`
command).
|
|
For example this MOTD message is properly displayed (empty line):
:server.example.com 372 nick :
|
|
|
|
|
|
|
|
password"
|
|
|
|
|
|
|
|
when multiple "strip_items" are given
|
|
|
|
|
|
|
|
/msg nickserv register
|
|
expressions on GNU/Hurd
|
|
|
|
created
|
|
|
|
|
|
|
|
|
|
arrays in hdata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This preserves trailing spaces at the end of the message.
|
|
|
|
|
|
|