Age | Commit message (Collapse) | Author |
|
This fixes the compilation warning:
weechat-guile.c: In function ‘weechat_plugin_init’:
weechat-guile.c:1270:5: warning: ‘scm_install_gmp_memory_functions’ is deprecated [-Wdeprecated-declarations]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function ngettext
|
|
#1751)
|
|
|
|
free content, add function printf_y_date_tags (closes #1746)
|
|
prnt_date_tags
|
|
Functions moved and renamed:
- gui_chat_build_string_prefix_message -> gui_line_build_string_prefix_message
- gui_chat_build_string_message_tags -> gui_line_build_string_message_tags
|
|
|
|
|
|
|
|
|
|
|
|
As far as I can see, this option is not used anywhere and should have
been removed in commit 6e69f7f3c.
|
|
|
|
|
|
chars (issue #1739)
|
|
There is no problem in practice because the possible URL prefixes are hardcoded
in the spell plugin and don't contain any UTF-8 char on more than one byte.
|
|
There is no problem in practice because this server nonce is generated by
WeeChat itself and encoded to base64, so it never contains any UTF-8 char on
more than one byte.
|
|
|
|
in function hashtable_add_from_infolist (issue #1739)
|
|
weechat.look.command_incomplete is on (issue #1739)
|
|
|
|
|
|
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
|
|
|
|
|