summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-17doc: update German auto-generated fileSébastien Helleu
2020-06-16core: update German translationsNils Görs
2020-06-16tests: add tests on IRC command ACCOUNT with colon before the account nameSébastien Helleu
2020-06-15irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526)Sébastien Helleu
2020-06-15irc: skip semicolon before account name in ACCOUNT messageSébastien Helleu
2020-06-13javascript: disable build by default and remove Debian packaging of ↵Sébastien Helleu
JavaScript plugin (issue #360)
2020-06-10buflist: add "window" pointer in bar item evaluation only if it's not NULL ↵Sébastien Helleu
(if bar type is "window")
2020-06-07core: update ChangeLog (issue #1514)Sébastien Helleu
2020-06-07core: add contributor in AUTHORS.adoc (issue #1514)Sébastien Helleu
2020-06-07guile: fix compiler warning (issue #1514)Sébastien Helleu
2020-06-07guile: fix memory leak in output portJoram Schrijver
2020-06-07guile: re-enable "/guile eval" (issue #1098)Joram Schrijver
With the output port now properly implemented for Guile >= 2.2, this command works again.
2020-06-07guile: fix printing of output to buffer (issue #1098)Joram Schrijver
The support for Guile 2.2 did not implement the custom port correctly, and did not configure it to be the default output port. This caused output from Guile to be printed straight to the TTY, breaking the WeeChat interface. Note that the port is unbuffered, so that code like (display "test") immediately results in output, without an explicit call to force-output.
2020-06-07api: fix use of pointer after free in function key_unbindSébastien Helleu
2020-06-06doc: remove tag "translation missing" in French plugin API referenceSébastien Helleu
2020-06-06doc: add URL to the Debian download page in user's guideSébastien Helleu
2020-06-04irc: fix add of ignore with flags in regex, display full ignore mask in list ↵Sébastien Helleu
of ignores (closes #1518)
2020-06-03doc: update auto-generated files (issue #1250)Sébastien Helleu
2020-06-03core: update translations (issue #1250)Sébastien Helleu
2020-06-03core: update ChangeLog (issue #1250)Sébastien Helleu
2020-06-03irc: display account messages in buffersMax Teufel
2020-06-02core: update ChangeLog (issue #1517)Sébastien Helleu
2020-06-02core: add contributor in AUTHORS.adoc (issue #1517)Sébastien Helleu
2020-06-02Add Alacritty title escape sequence supportChristian Duerr
2020-06-01doc: add missing p-path pointer in hdata example (relay protocol)Sébastien Helleu
2020-06-01doc: fix example of NULL pointer (relay protocol)Sébastien Helleu
2020-05-31tests: fix memory leak in test of function string_hex_dumpSébastien Helleu
2020-05-30doc: use a single line for some object examples (relay protocol)Sébastien Helleu
2020-05-29doc: update German documentationNils Görs
2020-05-27doc: mention callback argument "callback_pointer" in differences with C API ↵Sébastien Helleu
(scripting guide)
2020-05-22core: add CI with GitHub Actions, move codecov.io upload to GitHub ActionsSébastien Helleu
2020-05-22doc: update German auto-generated filesSébastien Helleu
2020-05-22core: update German translationsNils Görs
2020-05-21doc: add missing "id" in commands input, sync, desync, ping and quit (relay ↵Sébastien Helleu
protocol)
2020-05-21tests: add tests on function string_input_for_buffer with custom command charsSébastien Helleu
2020-05-21tests: add tests on function string_is_command_char with custom command charsSébastien Helleu
2020-05-21tests: add test on function string_base64_decode with truncated base64 stringSébastien Helleu
2020-05-21tests: add test on function string_base16_decode with a char >= 0xA0Sébastien Helleu
2020-05-21core: add base 16/32/64 encoding/decoding in evaluation of expressionsSébastien Helleu
2020-05-21core: move functions string_base_encode and string_base_decode from ↵Sébastien Helleu
plugin-api.c to wee-string.c
2020-05-21core: return -1 in case of error in functions string_base16_decode and ↵Sébastien Helleu
string_base64_decode
2020-05-20core: split function eval_replace_vars_cb into multiple functionsSébastien Helleu
2020-05-19irc: do not remove spaces at the end of users messages received (closes #1513)Sébastien Helleu
The regression was introduced in version 2.5 by commit 2b70d71aa1c891f2f251aa775cf239e5611576d5.
2020-05-18doc: add missing non-breaking spaces before colons and semicolons in French docsSébastien Helleu
2020-05-17tests: run tests on plugins only if the plugins are enabled and compiledSébastien Helleu
2020-05-17core: update ChangeLog (issue #592)Sébastien Helleu
2020-05-17trigger: add (void) before calls to trigger_callback_execute when the ↵Sébastien Helleu
returned value is ignored
2020-05-17trigger: only return trigger's return code when condition evaluates to trueSimmo Saan
2020-05-16core: update ChangeLog (issue #1509)Sébastien Helleu
2020-05-16Fix /window scroll_beyond_end when buffer has fewer lines than terminal heightTrygve Aaberge