summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-01Version 3.0-rc1Sébastien Helleu
2020-10-30doc: update German documentationNils Görs
2020-10-21trigger: add variable "tg_argc" in data set by command trigger (closes #1576)Sébastien Helleu
2020-10-18irc: remove SASL timeout message displayed by error after successful SASL ↵Sébastien Helleu
authentication (closes #1515) The SASL timer is removed immediately when the SASL authentication is successful or has failed.
2020-10-16doc: update German auto-generated fileSébastien Helleu
2020-10-16core: update German translationsNils Görs
2020-10-15script: allow command /script list when option ↵Sébastien Helleu
script.scripts.download_enabled is set to off (closes #1574)
2020-10-15doc: Update hotlist example to match hotlist_prefixTrygve Aaberge
hotlist_prefix defaults to "H: ", so the example should show the same to make it easier to understand what it is.
2020-10-11exec: add option "-oerr" to send stderr to buffer (now disabled by default) ↵Sébastien Helleu
(closes #1566)
2020-10-11exec: add missing option "-oc" in /help execSébastien Helleu
2020-10-11core: add terminal and terminal multiplexer in GitHub issue templateSébastien Helleu
2020-10-10core: update ChangeLog (issue #1567)Sébastien Helleu
2020-10-10trigger: add a function to set variables common to all triggers (issue #1567)Sébastien Helleu
2020-10-10doc: translate tg_trigger_name variable under triggers (issue #1567)Sébastien Helleu
2020-10-10doc: add tg_trigger_name variable under triggers (issue #1567)Simmo Saan
2020-10-10trigger: add tg_trigger_name variable to all triggers (closes #1567)Simmo Saan
2020-10-07doc: update German auto-generated fileSébastien Helleu
2020-10-05core: update German translationsNils Görs
2020-10-04core: use apt-get option --no-install-recommends instead of modifying config ↵Sébastien Helleu
file /etc/apt/apt.conf
2020-10-04tests: add missing braces around if/else in macro WEE_NICK_STRDUP_FOR_COLOR ↵Sébastien Helleu
(issue #1565)
2020-10-04api: add optional list of colors in infos "nick_color" and "nick_color_name" ↵Sébastien Helleu
(closes #1565)
2020-10-04core: add argument "num_colors" in function gui_nick_hash_color, add tests ↵Sébastien Helleu
on nick functions (issue #1565) Functions tested: - gui_nick_hash_djb2_64 - gui_nick_hash_djb2_32 - gui_nick_hash_sum_64 - gui_nick_hash_sum_32 - gui_nick_get_forced_color - gui_nick_strdup_for_color - gui_nick_find_color - gui_nick_find_color_name
2020-10-03tests: run callback when resetting options in testsSébastien Helleu
2020-09-12irc: fix again typo in English plural form of "normal"Sébastien Helleu
2020-09-12irc: fix typo in English plural form of "normal" (normals -> normal)Sébastien Helleu
2020-09-12doc: update German auto-generated fileSébastien Helleu
2020-09-08core: update German translationsNils Görs
2020-09-06script: add option script.scripts.download_enabled (closes #1548)Sébastien Helleu
2020-09-02script: 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-29tests: fix compilation with CppUTest ≥ 4.0Sébastien Helleu
MemoryLeakWarningPlugin::turnOnNewDeleteOverloads is replaced by MemoryLeakWarningPlugin::turnOnThreadSafeNewDeleteOverloads, which is available in both CppUTest 3.x and 4.0.
2020-08-28spell: also skip IRC color attributes codes when checking words in input ↵Sébastien Helleu
(issue #1547)
2020-08-25irc: add comments in functions irc_color_decode and irc_color_encodeSébastien Helleu
2020-08-25spell: skip IRC color codes when checking words in input (closes #1547)Sébastien Helleu
2020-08-24spell: use dynamic string functions to return modified stringSébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-08-22spell: properly skip WeeChat color codes when checking words in input ↵Sébastien Helleu
(closes #1547)
2020-08-22api: add function string_color_code_size (issue #1547)Sébastien Helleu
2020-08-20fset: fix refresh of option values in fset buffer (issue #1553)Sébastien Helleu
2020-08-17irc: replace calls to malloc by callocSé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-17core: replace calls to malloc by callocSé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-16core: 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-16core: 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-16core: 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-15core: set "notify_level" to 3 if there is a highlight in the line (closes #1529)Sébastien Helleu
2020-08-13doc: update German auto-generated fileSébastien Helleu
2020-08-11core: update German translationsNils Görs
2020-08-09fset: add option fset.look.auto_refresh (closes #1553)Sébastien Helleu
2020-08-05irc: send all channels in a single JOIN command when reconnecting to the ↵Sébastien Helleu
server (closes #1551)
2020-08-05tests: fix name of some unit testsSébastien Helleu
2020-08-05core: replace "unit" by module for changes in unit testsSébastien Helleu