Age | Commit message (Collapse) | Author |
|
digits (when set to non-empty value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GUI_BUFFERS_MAX (10000)
|
|
|
|
|
|
|
|
(task #10847, task #13031)
The function hook_set has been added in script API.
|
|
|
|
|
|
|
|
|
|
using regular expressions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Andrew Potter for the patch.
|
|
|
|
"shared_string" (bug #41104)
|
|
|
|
|
|
On OpenBSD, the variable "tv_sec" in struct timeval has type "long"
(type "time_t" under Linux).
So we need to copy this value to a temporary variable before using its
pointer with function localtime().
|
|
|
|
notices/messages
|
|
|
|
|
|
created and merged
|
|
|
|
|
|
New default value is now used for these options:
- weechat.color.chat_inactive_buffer: "default"
- weechat.color.chat_inactive_window: "default"
- weechat.color.chat_nick_offline: "default"
- weechat.color.chat_nick_offline_highlight_bg: "blue"
- weechat.color.chat_prefix_buffer_inactive_buffer: "default"
- irc.color.topic_old: "default"
- logger.color.backlog_end: "default"
- logger.color.backlog_line: "default"
- script.color.text_delimiters: "default"
|
|
|
|
|
|
This fixes a compilation problem on Illumos.
|
|
|
|
default when terminal becomes too small for windows
|
|
channel welcome notices
|
|
|
|
|
|
filter
|
|
|
|
irc.look.highlight_tags to irc.look.highlight_tags_restrict
The buffer property "highlight_tags" is renamed to "highlight_tags_restrict".
New behavior for buffer property "highlight_tags": force highlight on tags.
Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict.
|