summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-15core: fix destruction of line prefix in weechat_print modifierSébastien Helleu
2018-08-15core: fix comparison of strings in weechat_print modifierSébastien Helleu
2018-08-15trigger: add missing initialization of variable "tags" in hook line callbackSébastien Helleu
2018-08-15doc: fix typos in plugin API referenceSébastien Helleu
2018-08-15tests: properly initialize variable argc before tests on function string_splitSébastien Helleu
2018-08-15tests: add test on function string_split with a string having only delimitersSébastien Helleu
2018-08-15api: fix memory leak in function string_splitSébastien Helleu
2018-08-15trigger: fix memory leak in hook_line trigger callbackSébastien Helleu
2018-08-15core: fix memory leak when removing a line hookSébastien Helleu
2018-08-15doc: add list of variables that can be updated by type of trigger (user guide)Sébastien Helleu
2018-08-15trigger: add missing values for line triggerSébastien Helleu
2018-08-15doc: add more info about line, print and modifier functions for new lines ↵Sébastien Helleu
(plugin API reference)
2018-08-14core: fix type of variables "buffer_name" and "buffer_type" sent to the ↵Sébastien Helleu
hook_line callback
2018-08-14core: split wee-hook.c into multiple sourcesSébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-08-12core: fix check of tags in linesSébastien Helleu
All changes: - fix check of tags in lines: check lines without tags, fix check of tags with negation ("!tag") - add string functions string_split_tags and string_free_split_tags - add tests on function gui_line_match_tags
2018-08-12doc: fix style (relay protocol)Sébastien Helleu
2018-08-12doc: add length of field "id" in binary message (relay protocol) (closes #1233)Sébastien Helleu
2018-08-11doc: add "/msg nickserv set password" in list of commands handled by default ↵Sébastien Helleu
trigger "cmd_pass" (user guide)
2018-08-11doc: fix default conditions of beep trigger (user guide)Sébastien Helleu
2018-07-29doc: update German documentationNils Görs
2018-07-29core: update weechat.org URLs to match latest version of the siteSébastien Helleu
2018-07-29doc: replace features page with remote interfaces (FAQ)Sébastien Helleu
2018-07-28core: add contributor in AUTHORS.adoc (issue #1228)Sébastien Helleu
2018-07-28Merge pull request #1228 from Redfoxmoon3/masterSébastien Helleu
don't overwrite user installed GNU auto* files
2018-07-27don't overwrite user installed GNU auto* filesØrjan Malde
autoreconf -f overwrites user installed GNU auto* files like config.sub and config.guess
2018-07-27core: update ChangeLog (issue #1162)Sébastien Helleu
2018-07-27Merge pull request #1225 from weechatter/partial_completionSébastien Helleu
gui: fix uncleared completion item (#1162)
2018-07-27core: allow partial buffer name in command /buffer close (closes #1226)Sébastien Helleu
2018-07-25scripts: fix duplicated lines in output of script eval (python, perl, ruby, ↵Sébastien Helleu
lua and guile) When there was a call to a hook callback during the eval, the output buffer was cleared too late, and displayed multiple times in the buffer. This commit clears the buffer even before we display it (this display can trigger a hook callback).
2018-07-21gui: fix uncleared completion item (#1162)Nils Görs
2018-07-15core: send signal "key_pressed" for mouse code only if the string is UTF-8 ↵Sébastien Helleu
valid (closes #1220)
2018-07-15doc: mention there is an option to enable crash core files (user's guide)Jos Ahrens
For people skimming the section, it will not be immediately clear to them, especially since everything seems to suggest this option is enabled by default.
2018-07-15core: improve instructions to report the crashJos Ahrens
2018-07-14Merge pull request #1223 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2018-07-14Version 2.3-devSébastien Helleu
2018-07-14Version 2.2Sébastien Helleu
2018-07-14doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-07-13tests: fix compiler warnings on calls to snprintfSébastien Helleu
2018-07-13lua: fix macros used to return valuesSébastien Helleu
2018-07-13relay: fix compiler warnings on calls to snprintfSébastien Helleu
2018-07-13core: fix compiler warnings on calls to snprintfSébastien Helleu
2018-07-12Version 2.2-rc2Sébastien Helleu
2018-07-12doc: update German documentationNils Görs
2018-07-12doc: updated polish translationKrzysztof Korościk
2018-07-12doc: update Japanese auto-generated filesSébastien Helleu
2018-07-12Merge pull request #1222 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-07-12python: fix crash when loading a script with Python >= 3.7 (closes #1219)Sébastien Helleu
2018-07-12python: add detection of Python 3.7Sébastien Helleu
2018-07-12doc: add a trigger to jump to buffer number ≥ 100 in FAQSébastien Helleu