Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | buflist: add example in /help buflist.look.display_conditions | Sébastien Helleu | |
2017-04-20 | buflist: remove foreground color from default value of option ↵ | Sébastien Helleu | |
buflist.format.buffer_current (closes #954) The foreground is not needed because it is overriden by the hotlist color. | |||
2017-04-20 | buflist: fix refresh of buflist bar item when the option ↵ | Sébastien Helleu | |
buflist.look.display_conditions is reset | |||
2017-04-07 | irc: fix double decoding of IRC colors in messages sent/displayed by ↵ | Sébastien Helleu | |
commands /msg and /query (issue #943) | |||
2017-04-04 | buflist: move set of "nick_prefix" in hashtable | Sébastien Helleu | |
2017-04-02 | buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty | Sébastien Helleu | |
The option buflist.look.signals_refresh is not an extra list of signals for refresh, so it is empty by default. The default list of signals is handled directly by buflist and not visible to the user. | |||
2017-04-01 | aspell: add options to control delimiters in suggestions (closes #940) | Sébastien Helleu | |
New options: - aspell.color.suggestion_delimiter_dict - aspell.color.suggestion_delimiter_word - aspell.look.suggestion_delimiter_dict - aspell.look.suggestion_delimiter_word Option renamed: - aspell.color.suggestions -> aspell.color.suggestion | |||
2017-04-01 | api: return pointer to string in function string_dyn_free() if argument ↵ | Sébastien Helleu | |
"free_string" is 0 | |||
2017-03-31 | script: move default mouse keys for script plugin from core to script-mouse.c | Sébastien Helleu | |
2017-03-31 | buflist: add key "__quiet" in hashtable for function key_bind | Sébastien Helleu | |
2017-03-30 | buflist: add mouse support | Sébastien Helleu | |
New options: - buflist.look.mouse_jump_visited_buffer - buflist.look.mouse_move_buffer - buflist.look.mouse_wheel New keys added by buflist plugin: - @item(buflist):button1* => hsignal:buflist_mouse - @item(buflist):button2* => hsignal:buflist_mouse - @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse - @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse | |||
2017-03-29 | buflist: add option buflist.format.number | Sébastien Helleu | |
2017-03-26 | relay: check buffer pointer received in "sync" and "desync" commands ↵ | Sébastien Helleu | |
(weechat protocol) (closes #936) | |||
2017-03-26 | relay: remove buffer from synchronized buffers when it is closed (fix memory ↵ | Sébastien Helleu | |
leak) | |||
2017-03-25 | buflist: add option buflist.look.display_conditions | Sébastien Helleu | |
2017-03-25 | buflist: add option buflist.look.signals_refresh | Sébastien Helleu | |
2017-03-25 | core: update translations | Sébastien Helleu | |
2017-03-25 | buflist: add command /buflist | Sébastien Helleu | |
2017-03-25 | buflist: add formats for hotlist | Sébastien Helleu | |
New options: - buflist.format.hotlist - buflist.format.hotlist_separator | |||
2017-03-25 | irc: fix type of values for hashtable extra_vars in irc_server_get_default_msg | Sébastien Helleu | |
2017-03-25 | buflist: add option "buflist.format.lag" and variable "format_lag" for ↵ | Sébastien Helleu | |
buffer line format | |||
2017-03-25 | irc: send signal "irc_server_lag_changed", store lag in server buffer | Sébastien Helleu | |
The lag is stored in the local variable "lag" of the server buffer. When there is no lag, the local variable does not exist. | |||
2017-03-25 | buflist: use hotlist pointer in buffer hdata | Sébastien Helleu | |
2017-03-25 | buflist: add option buflist.look.sort | Sébastien Helleu | |
2017-03-25 | api: add arraylist functions | Sébastien Helleu | |
New functions: - arraylist_new - arraylist_size - arraylist_get - arraylist_search - arraylist_insert - arraylist_add - arraylist_remove - arraylist_clear - arraylist_free | |||
2017-03-25 | buflist: add hotlist format options (for color according to hotlist priority) | Sébastien Helleu | |
2017-03-25 | buflist: load plugin after some other plugins by shifting plugins priority | Sébastien Helleu | |
2017-03-25 | buflist: new plugin "buflist" (bar with list of buffers) | Sébastien Helleu | |
2017-03-25 | api: add dynamic string functions (string_dyn_*) | Sébastien Helleu | |
New functions: - string_dyn_alloc - string_dyn_copy - string_dyn_concat - string_dyn_free | |||
2017-03-25 | trigger: check that regex pointers are not NULL in function "trigger_regex_free" | Sébastien Helleu | |
2017-03-25 | script: check that script pointer is not NULL in function "script_repo_free" | Sébastien Helleu | |
2017-03-25 | relay: check that pointers received in arguments are not NULL in "free" ↵ | Sébastien Helleu | |
functions Functions: - relay_irc_free - relay_client_outqueue_free - relay_raw_message_free - relay_weechat_msg_free - relay_weechat_nicklist_item_free - relay_weechat_nicklist_free - relay_weechat_free | |||
2017-03-25 | logger: check that logger buffer pointer is not NULL in function ↵ | Sébastien Helleu | |
"logger_buffer_free" | |||
2017-03-25 | irc: check that pointers received in arguments are not NULL in "free" functions | Sébastien Helleu | |
Functions: - irc_channel_nick_speaking_time_free - irc_ignore_free - irc_notify_free - irc_raw_message_free - irc_server_outqueue_free | |||
2017-03-25 | alias: check that alias pointer is not NULL in function "alias_free" | Sébastien Helleu | |
2017-03-12 | core: fix typo: refreshs -> refreshes | Sébastien Helleu | |
2017-02-19 | irc: fix parsing of message 324 (modes) when there is a colon before the ↵ | Sébastien Helleu | |
modes (closes #913) | |||
2017-02-18 | irc: add function irc_server_get_max_modes | Sébastien Helleu | |
2017-02-18 | irc: update error message, update translations | Sébastien Helleu | |
2017-02-18 | irc: send current modes/masks if next mask doesn't fit in the string | Sébastien Helleu | |
2017-02-18 | Merge remote-tracking branch 'origin/pr/579' | Sébastien Helleu | |
2017-02-18 | irc: compact some code | Sébastien Helleu | |
2017-02-18 | irc: move initialization of variables "inclusive" | Sébastien Helleu | |
2017-02-18 | Merge remote-tracking branch 'origin/pr/572' | Sébastien Helleu | |
2017-01-29 | irc: reorder conditions for mode smart filtering, add a comment | Sébastien Helleu | |
2017-01-29 | irc: don't smart filter modes given to you (closes #530) | arza | |
2017-01-22 | core, alias: add xgettext comment on some command help strings | Sébastien Helleu | |
The help on commands /window and /alias contain percent chars, so we have to force xgettext to NOT use "c-format", using the string "xgettext:no-c-format". | |||
2017-01-15 | fifo: remove conditional directive breaking condition (closes #875) | Romero B. de S. Malaquias | |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu | |
Some includes were missing in .h files, and the tests must be linked with intl and execinfo on FreeBSD. | |||
2017-01-11 | relay: make HTTP headers case-insensitive for WebSocket connections (closes ↵ | Sébastien Helleu | |
#888) |