summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2017-04-20buflist: add example in /help buflist.look.display_conditionsSébastien Helleu
2017-04-20buflist: remove foreground color from default value of option buflist.format....Sébastien Helleu
2017-04-20buflist: fix refresh of buflist bar item when the option buflist.look.display...Sébastien Helleu
2017-04-07irc: fix double decoding of IRC colors in messages sent/displayed by commands...Sébastien Helleu
2017-04-04buflist: move set of "nick_prefix" in hashtableSébastien Helleu
2017-04-02buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_emptySébastien Helleu
2017-04-01aspell: add options to control delimiters in suggestions (closes #940)Sébastien Helleu
2017-04-01api: return pointer to string in function string_dyn_free() if argument "free...Sébastien Helleu
2017-03-31script: move default mouse keys for script plugin from core to script-mouse.cSébastien Helleu
2017-03-31buflist: add key "__quiet" in hashtable for function key_bindSébastien Helleu
2017-03-30buflist: add mouse supportSébastien Helleu
2017-03-29buflist: add option buflist.format.numberSébastien Helleu
2017-03-26relay: check buffer pointer received in "sync" and "desync" commands (weechat...Sébastien Helleu
2017-03-26relay: remove buffer from synchronized buffers when it is closed (fix memory ...Sébastien Helleu
2017-03-25buflist: add option buflist.look.display_conditionsSébastien Helleu
2017-03-25buflist: add option buflist.look.signals_refreshSébastien Helleu
2017-03-25core: update translationsSébastien Helleu
2017-03-25buflist: add command /buflistSébastien Helleu
2017-03-25buflist: add formats for hotlistSébastien Helleu
2017-03-25irc: fix type of values for hashtable extra_vars in irc_server_get_default_msgSébastien Helleu
2017-03-25buflist: add option "buflist.format.lag" and variable "format_lag" for buffer...Sébastien Helleu
2017-03-25irc: send signal "irc_server_lag_changed", store lag in server bufferSébastien Helleu
2017-03-25buflist: use hotlist pointer in buffer hdataSébastien Helleu
2017-03-25buflist: add option buflist.look.sortSébastien Helleu
2017-03-25api: add arraylist functionsSébastien Helleu
2017-03-25buflist: add hotlist format options (for color according to hotlist priority)Sébastien Helleu
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu
2017-03-25buflist: new plugin "buflist" (bar with list of buffers)Sébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
2017-03-25trigger: check that regex pointers are not NULL in function "trigger_regex_free"Sébastien Helleu
2017-03-25script: check that script pointer is not NULL in function "script_repo_free"Sébastien Helleu
2017-03-25relay: check that pointers received in arguments are not NULL in "free" funct...Sébastien Helleu
2017-03-25logger: check that logger buffer pointer is not NULL in function "logger_buff...Sébastien Helleu
2017-03-25irc: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-03-25alias: check that alias pointer is not NULL in function "alias_free"Sébastien Helleu
2017-03-12core: fix typo: refreshs -> refreshesSébastien Helleu
2017-02-19irc: fix parsing of message 324 (modes) when there is a colon before the mode...Sébastien Helleu
2017-02-18irc: add function irc_server_get_max_modesSébastien Helleu
2017-02-18irc: update error message, update translationsSébastien Helleu
2017-02-18irc: send current modes/masks if next mask doesn't fit in the stringSébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/579'Sébastien Helleu
2017-02-18irc: compact some codeSébastien Helleu
2017-02-18irc: move initialization of variables "inclusive"Sébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/572'Sébastien Helleu
2017-01-29irc: reorder conditions for mode smart filtering, add a commentSébastien Helleu
2017-01-29irc: don't smart filter modes given to you (closes #530)arza
2017-01-22core, alias: add xgettext comment on some command help stringsSébastien Helleu
2017-01-15fifo: remove conditional directive breaking condition (closes #875)Romero B. de S. Malaquias
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-11relay: make HTTP headers case-insensitive for WebSocket connections (closes #...Sébastien Helleu