summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-28relay: add option relay.weechat.commands (closes #928)Sébastien Helleu
2019-02-28api: add function command_options (issue #928)Sébastien Helleu
2019-02-27php: fix memory leak in functions using hashtable parametersSébastien Helleu
Functions fixed in PHP plugin: - string_eval_expression - string_eval_path_home - key_bind - hook_process_hashtable - hook_hsignal_send - info_get_hashtable - hdata_update
2019-02-27doc: fix typo in plugin API referenceSébastien Helleu
2019-02-27core: remove function gui_buffer_match_list_split, use function ↵Sébastien Helleu
string_match_list
2019-02-27core: use function string_match_list for the autoload of pluginsSébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-02-26core: remove parentheses after function names in ChangeLogSébastien Helleu
2019-02-26Merge pull request #1318 from arza-zara/typosSébastien Helleu
fset: fix typo in /help fset.format.option2
2019-02-26fset: fix typo in /help fset.format.option2arza
2019-02-26doc: move spell chapter after scripts in user's guideSébastien Helleu
2019-02-25core: clarify changes on option weechat.completion.nick_completer in release ↵Sébastien Helleu
notes
2019-02-24core: fix alignment of images in READMESébastien Helleu
2019-02-24core: add WeeChat logo in READMESébastien Helleu
2019-02-24relay: remove obsolete commentSébastien Helleu
2019-02-24doc: update German auto-generated filesSébastien Helleu
2019-02-23core: update German translationsNils Görs
2019-02-23core: update ChangeLog (issue #1055, issue #1312)Sébastien Helleu
2019-02-23core: update translations (issue #1055, issue #1312)Sébastien Helleu
2019-02-23core: add /filter addreplace (closes #1055)Simmo Saan
2019-02-23core: update ChangeLog (issue #1309, issue #1311)Sébastien Helleu
2019-02-23core: merge two comments in a single one (issue #1309, issue #1311)Sébastien Helleu
2019-02-23Merge remote-tracking branch 'origin/pr/1311'Sébastien Helleu
2019-02-22core: replace "Desired behavior" by "Expected behavior" in bug report templateSébastien Helleu
2019-02-22fset: fix slow refresh of fset buffer during /reload (closes #1313)Sébastien Helleu
2019-02-22core: move "Current behavior" after "Steps to reproduce" in bug report templateSébastien Helleu
2019-02-21gui: fix use after free bug in /filter del (issue #1309)Simmo Saan
Deleting (freeing) a filter also frees its buffers, so refilter must happen before freeing. Disabling the filter temporarily fixes the bug. This fix disables the filter before filter_removing signal, though.
2019-02-21gui: only refilter affected buffers on filter change (closes #1309)Simmo Saan
2019-02-20doc: update German auto-generated filesSébastien Helleu
2019-02-20core: update German translationsNils Görs
2019-02-20core: update German translationsNils Görs
2019-02-19core: add command to change key alt+s in release notesSébastien Helleu
2019-02-19core: add command /spell and default key alt+s in release notesSébastien Helleu
2019-02-19core: add reason of aspell renaming in release notesSébastien Helleu
2019-02-19core: add extra instructions about spell plugin in release notesSébastien Helleu
2019-02-19core: update translations (issue #1299)Sébastien Helleu
2019-02-19core: force new API version to prevent the old aspell plugin to load (issue ↵Sébastien Helleu
#1299)
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict
2019-02-19core: update ChangeLog (issue #1306, issue #1307)Sébastien Helleu
2019-02-19Merge remote-tracking branch 'origin/pr/1307'Sébastien Helleu
2019-02-18core: fix compilation on Mac OS (closes #1308)Sébastien Helleu
This adds the missing include "unistd.h" for function "mkdtemp" (required on Mac OS only).
2019-02-18aspell: optimize stripping of nick_completer (issue #1306)Simmo Saan
2019-02-18aspell: strip trailing spaces from nick_completer (closes #1306)Simmo Saan
2019-02-17Version 2.5-devSébastien Helleu
2019-02-17Version 2.4Sébastien Helleu
2019-02-16core: add contributor in AUTHORS.adoc (issue #1304)Sébastien Helleu
2019-02-16Merge pull request #1304 from ZethJack/patch-1Sébastien Helleu
Fix czech translation kick message
2019-02-15Fix czech translation kick messageZethJack
original: <op> byl vykopnut <user> results in confusing message caused by mistranslation: op was kicked user proposed fix: <op> vykopnul <user> should result in more understandeable message: op has kicked user
2019-02-09doc: update Polish auto-generated filesSébastien Helleu
2019-02-09updated polish translationKrzysztof Korościk