summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-27tests: add eval tests on conditions with leading and trailing spaces (ignored)Sébastien Helleu
2020-01-27tests: add eval tests on "regex not matching" comparisonSébastien Helleu
2020-01-27tests: add eval tests with hdata list name and pointerSébastien Helleu
2020-01-27tests: add eval tests with buffer local variablesSébastien Helleu
2020-01-27tests: add eval tests on options with different typesSébastien Helleu
2020-01-27tests: add eval test with empty value for "date:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "modifier:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "repeat:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "cut:" and "cutscr:"Sébastien Helleu
2020-01-27tests: add eval test with invalid value for "hide:"Sébastien Helleu
2020-01-27tests: add eval test with invalid regex groupSébastien Helleu
2020-01-27tests: add evaluation tests with ternary operator and escape of prefix ("$")Sébastien Helleu
2020-01-27tests: add other calc tests with multiple operatorsSébastien Helleu
The order of operators are different from the initial test, so this increases the code coverage in wee-calc.c.
2020-01-25logger: fix crash when disabling logging on a buffer (closes #1444)Sébastien Helleu
Crash happens if the log file was deleted before disabling logging and if the option logger.file.info_lines is on.
2020-01-20core: flush stdout/stderr before forking in hook_process function (closes #1441)Sébastien Helleu
2020-01-12core: reset variable "old_full_name" after send of signal "buffer_renamed" ↵Sébastien Helleu
(issue #1428)
2020-01-12relay: update buffers synchronization when buffers are renamed (closes #1428)Sébastien Helleu
2020-01-12core: add variable "old_full_name" in buffer, set before the buffer is ↵Sébastien Helleu
renamed (issue #1428)
2020-01-11irc: case-insensitive comparison on incoming CTCP command, force upper case ↵Sébastien Helleu
on CTCP replies (closes #1439)
2020-01-05doc: remove space in example of hsignal irc_redirect_command (plugin API ↵Sébastien Helleu
reference)
2020-01-04xfer: send signal "xfer_ended" after the received file has been renamed ↵Sébastien Helleu
(closes #1438)
2020-01-04core: update copyright datesSébastien Helleu
2019-12-26buflist: add pointer "window" in bar item evaluationSébastien Helleu
2019-12-23doc: update German auto-generated fileSébastien Helleu
2019-12-23core: update German translationsNils Görs
2019-12-21relay: reject client with weechat protocol if password or totp is received ↵Sébastien Helleu
in init command but not set in WeeChat (closes #1435)
2019-12-18core: fix evaluation of condition with nested "if" (closes #1434)Sébastien Helleu
2019-12-18core: add debug option "-d" in command /eval (issue #1434)Sébastien Helleu
2019-12-18core: add missing variable "proxy" in function hook_connect_print_logSébastien Helleu
2019-12-15doc: update German auto-generated filesSébastien Helleu
2019-12-15core: update German translationsNils Görs
2019-12-15irc: fix memory leak when the channel topic is changedSébastien Helleu
2019-12-14php: add detection of PHP 7.4Sébastien Helleu
2019-12-13core: update ChangeLog (issue #1433)Sébastien Helleu
2019-12-13core: update translations (issue #1433)Sébastien Helleu
2019-12-13core: add contributor in AUTHORS.adoc (issue #1433)Sébastien Helleu
2019-12-13api: add info "weechat_headless"Matthew Horan
2019-12-13core: fix version in ChangeLogSébastien Helleu
2019-12-13core: update ChangeLog (issue #1431)Sébastien Helleu
2019-12-13core: update translationsSébastien Helleu
2019-12-13irc: add GnuTLS >= 3.1.0 requirement to ssl_password option help (issue #115)Simmo Saan
2019-12-13irc: fix compilation with GnuTLS < 3.1.0 (issue #115)Simmo Saan
Due to this ssl_password will be partially unused with GnuTLS < 3.1.0. In that case an encrypted SSL client cert import will simply fail.
2019-12-08core: add directory /usr/share/applications/ in cygwin package "weechat"Sébastien Helleu
2019-12-08Version 2.8-devSébastien Helleu
2019-12-08Version 2.7Sébastien Helleu
2019-12-08core: remove obsolete file FindTCL.cmake from root Makefile.amSébastien Helleu
2019-12-08debian: fix debian/wheezy and ubuntu/trusty patchesSébastien Helleu
2019-12-08debian: update changelogSébastien Helleu
2019-12-08debian: bump Standards-Version to 4.4.0Sébastien Helleu
2019-12-01doc: update Polish auto-generated filesSébastien Helleu