Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-06 | script: add option script.scripts.download_enabled (closes #1548) | Sébastien Helleu | |
2020-09-02 | script: do not automatically download list of scripts on startup if the file ↵ | Sébastien Helleu | |
is too old (closes #1548) The repository file is downloaded anyway if too old on any /script action. | |||
2020-08-29 | tests: fix compilation with CppUTest ≥ 4.0 | Sébastien Helleu | |
MemoryLeakWarningPlugin::turnOnNewDeleteOverloads is replaced by MemoryLeakWarningPlugin::turnOnThreadSafeNewDeleteOverloads, which is available in both CppUTest 3.x and 4.0. | |||
2020-08-28 | spell: also skip IRC color attributes codes when checking words in input ↵ | Sébastien Helleu | |
(issue #1547) | |||
2020-08-25 | irc: add comments in functions irc_color_decode and irc_color_encode | Sébastien Helleu | |
2020-08-25 | spell: skip IRC color codes when checking words in input (closes #1547) | Sébastien Helleu | |
2020-08-24 | spell: use dynamic string functions to return modified string | Sébastien Helleu | |
2020-08-23 | api: add argument "bytes" in function string_dyn_concat | Sébastien Helleu | |
2020-08-22 | spell: properly skip WeeChat color codes when checking words in input ↵ | Sébastien Helleu | |
(closes #1547) | |||
2020-08-22 | api: add function string_color_code_size (issue #1547) | Sébastien Helleu | |
2020-08-20 | fset: fix refresh of option values in fset buffer (issue #1553) | Sébastien Helleu | |
2020-08-17 | irc: replace calls to malloc by calloc | Sébastien Helleu | |
After these calls to malloc the memory is set to zero, so it's better to call calloc that does it already. | |||
2020-08-17 | core: replace calls to malloc by calloc | Sébastien Helleu | |
After these calls to malloc the memory is set to zero, so it's better to call calloc that does it already. | |||
2020-08-16 | core: set notify_level to 3 if highlight is forced in gui_line_hook_update ↵ | Sébastien Helleu | |
(only if tag "notify_none" is not in the line) (issue #1529) | |||
2020-08-16 | core: set notify_level to 3 in case of highlight in gui_line_hook_update ↵ | Sébastien Helleu | |
only if tag "notify_none" is not in the line (issue #1529) | |||
2020-08-16 | core: set notify_level to 3 in case of highlight only if tag "notify_none" ↵ | Sébastien Helleu | |
is not in the line (issue #1529) | |||
2020-08-15 | core: set "notify_level" to 3 if there is a highlight in the line (closes #1529) | Sébastien Helleu | |
2020-08-13 | doc: update German auto-generated file | Sébastien Helleu | |
2020-08-11 | core: update German translations | Nils Görs | |
2020-08-09 | fset: add option fset.look.auto_refresh (closes #1553) | Sébastien Helleu | |
2020-08-05 | irc: send all channels in a single JOIN command when reconnecting to the ↵ | Sébastien Helleu | |
server (closes #1551) | |||
2020-08-05 | tests: fix name of some unit tests | Sébastien Helleu | |
2020-08-05 | core: replace "unit" by module for changes in unit tests | Sébastien Helleu | |
2020-08-04 | tests: add tests on GUI line functions | Sébastien Helleu | |
Functions tested: - gui_line_lines_alloc - gui_line_lines_free - gui_line_tags_alloc - gui_line_tags_free - gui_line_is_displayed - gui_line_has_tag_no_filter - gui_line_search_tag_starting_with - gui_line_get_nick_tag | |||
2020-08-04 | core: check that line is not NULL in functions gui_line_is_displayed and ↵ | Sébastien Helleu | |
gui_line_get_nick_tag | |||
2020-08-04 | core: check that line_data is not NULL in functions gui_line_tags_alloc and ↵ | Sébastien Helleu | |
gui_line_has_tag_no_filter | |||
2020-08-04 | core: rename functions to allocate/free lines | Sébastien Helleu | |
2020-08-01 | doc: add instructions to build WeeChat with address sanitizer (user's guide) | Sébastien Helleu | |
2020-08-01 | core: disable debug by default in autotools build | Sébastien Helleu | |
2020-07-31 | trigger: fix recursive calls to triggers using regex (closes #1546) | Sébastien Helleu | |
2020-07-21 | doc: update German auto-generated file | Sébastien Helleu | |
2020-07-21 | core: update German translations | Nils Görs | |
2020-07-21 | core: update ChangeLog (issue #1535, issue #1538) | Sébastien Helleu | |
2020-07-21 | doc: add "irc_nick" in hashtable sent to hook_focus callback (plugin API ↵ | Sébastien Helleu | |
reference) (issue #1538) | |||
2020-07-21 | irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes ↵ | Simmo Saan | |
#1535) | |||
2020-07-20 | irc: allow to send text on buffers with commands /allchan, /allpv and /allserv | Sébastien Helleu | |
2020-07-20 | irc: evaluate command executed by commands /allchan, /allpv and /allserv ↵ | Sébastien Helleu | |
(closes #1536) The extra variables are now replaced (in addition to `$server`, `$channel` and `$nick`): - `${irc_server.xxx}`: variable xxx in server - `${irc_channel.xxx}`: variable xxx in channel | |||
2020-07-20 | doc: improve description of tags "notify_xxx" in chapter on lines tags ↵ | Sébastien Helleu | |
(user's guide) (issue #1529) | |||
2020-07-20 | trigger: check that tag "notify_none" is not present in message to run ↵ | Sébastien Helleu | |
command of default trigger beep (issue #1529) | |||
2020-07-20 | core: do not add line with highlight and tag "notify_none" to hotlist ↵ | Sébastien Helleu | |
(closes #1529) | |||
2020-07-18 | Version 3.0-dev | Sébastien Helleu | |
2020-07-18 | Version 2.9 | Sébastien Helleu | |
2020-07-11 | doc: replace wildcard command by list of included files in Makefile.am files | Sébastien Helleu | |
This fixes the `make distcheck` command. | |||
2020-07-07 | core: add contributor in AUTHORS.adoc (issue #1537) | Sébastien Helleu | |
2020-07-07 | core: update ChangeLog (issue #1537) | Sébastien Helleu | |
2020-07-07 | Add $weechat_sharedir/python for global python package import | Marco Sirabella | |
Related: #1461 Some scripts (eg weechat-matrix) ship directories that need to be imported from the script. Rather than globally installing the python packages to python's `site-packages` the directories can be installed alongside the script in `WEECHAT_SHAREDIR/python`. This change adds that directory to the `$PYTHONPATH` to import successfully. | |||
2020-07-05 | Version 2.9-rc1 | Sébastien Helleu | |
2020-07-04 | doc: update German auto-generated file | Sébastien Helleu | |
2020-07-04 | core: update German translations | Nils Görs | |
2020-06-30 | doc: fix description of "_chat_bol" and "_chat_eol" in function hook_focus ↵ | Sébastien Helleu | |
(plugin API reference) |