Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
horizontal bar separators only
|
|
same name (for same command name in many plugins)
|
|
|
|
(bug #32216)
|
|
weechat.look.input_cursor_scroll (bug #21391)
|
|
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
|
|
|
|
is executed without argument"
This reverts commit 3cd267ab23ff25c89204cb5be0f019c1254ac83f.
With this fix, upgrade was not possible any more if WeeChat was run without path,
ie for example "weechat-curses" running "/usr/bin/weechat-curses".
|
|
executed without argument
|
|
|
|
|
|
|
|
|
|
|
|
upgrade
|
|
Order of alias, pair and rgb is free and semicolon is not required any more
before or after pair.
|
|
option "weechat.color.chat_nick_colors" (comma separated list of colors)
|
|
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
|
|
terminal
|
|
"weechat_color"
|
|
|
|
|
|
|
|
|
|
|
|
string_has_highlight_regex in plugin API (task #10321)
|
|
|
|
|
|
|
|
and weechat.look.item_time_format
|
|
wrong port or server with SSL problems (bug #27487)
|
|
Fix: some data was sometimes missing (not sent to callback).
Improvement: use a 64KB buffer for child output and send data to callback only
when buffer is full.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Day of month is saved in a variable to be used later (after signal is sent).
So that is content of static structure has changed, it will not be a problem,
it will not be used any more after signal.
|
|
|
|
values in hashtable are NULL
|