Age | Commit message (Collapse) | Author |
|
config_file_section_insert_in_config (issue #1012)
|
|
|
|
function hdata_update
|
|
|
|
This is better for symmetry of comparison callback (comparing buffer1 and
buffer2 will give same as comparing buffer2 and bufer1).
Thanks to Simmo Saan for reporting the problem.
|
|
gui_bar_get_min_height (issue #1012)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prompt (closes #1010)
|
|
|
|
|
|
|
|
signal/modifier hooks
|
|
core: remove config_look_hotlist_add_buffer_if_away completely
|
|
|
|
|
|
|
|
|
|
insensitive comparison
|
|
weechat_hdata_compare
|
|
|
|
|
|
|
|
|
|
mechanism
|
|
This should make refresh of buflist bar item a bit faster.
|
|
(closes #998)
The function hdata_search (which evaluates a condition for each item in a list)
is too slow to search server and channel on each buffer. It is replaced by a
manual search in the list (using weechat_hdata_string to get the name), much
faster.
|
|
|
|
|
|
|
|
Variables base_word and nick can not be NULL here.
|
|
|
|
|
|
|