Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-08 | Version 3.9-dev | Sébastien Helleu | |
2023-01-08 | Version 3.8 | Sébastien Helleu | |
2023-01-08 | core: add note about case insensitive comparison improved in release notes | Sébastien Helleu | |
2023-01-07 | core: update entries related to CI in ChangeLog | Sébastien Helleu | |
2023-01-07 | ci: remove use of repository ppa:ondrej/php | Sébastien Helleu | |
Now the CI uses the standard PHP version (8.1) from Ubuntu 22.04. | |||
2023-01-07 | php: add proper detection of PHP 8.2 in all cases | Sébastien Helleu | |
2023-01-06 | debian: add symbolic link weechat_raspbian_buster.patch pointing to Debian ↵ | Sébastien Helleu | |
Buster patch | |||
2023-01-06 | core: add CMake test called "notests" when tests are not compiled | Sébastien Helleu | |
Now the command `make test` executes properly and returns 0 when test are not compiled. | |||
2023-01-06 | Revert "core: add a fake target "test" so that `make test` successes when ↵ | Sébastien Helleu | |
tests are not compiled" This reverts commit 129860fd52f3c0c040229a52371798c026fed4ab. | |||
2023-01-05 | core: add a fake target "test" so that `make test` successes when tests are ↵ | Sébastien Helleu | |
not compiled | |||
2023-01-05 | core: rename script build-test.sh to build_test.sh | Sébastien Helleu | |
2023-01-05 | core: rename script build-debian.sh to build_debian.sh | Sébastien Helleu | |
2023-01-05 | core: rename script git-version.sh to set_git_version.sh | Sébastien Helleu | |
2023-01-05 | core: add message after checking Curl symbols: "all good" or number of errors | Sébastien Helleu | |
2023-01-05 | core: add example with Curl repository cloned locally | Sébastien Helleu | |
2023-01-04 | core: install flake8 in CI | Sébastien Helleu | |
2023-01-04 | core: add script check_scripts.sh | Sébastien Helleu | |
This script is now used in CI to check all shell scripts (*.sh) and Python scripts (*.py) that are in git repository. Tools used: - shell scripts: shellcheck - Python scripts: flake8 + pylint + bandit | |||
2023-01-04 | core: add script check_curl_symbols.py | Sébastien Helleu | |
This script is used to check Curl symbols defined in WeeChat vs exposed Curl symbols. Usage: curl https://raw.githubusercontent.com/curl/curl/master/docs/libcurl/symbols-in-versions | ./tools/check_curl_symbols.py | |||
2023-01-04 | core: fix Curl version in comments | Sébastien Helleu | |
2023-01-04 | core: remove useless "exit 0" | Sébastien Helleu | |
This fixes the following shellcheck error: SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). | |||
2023-01-04 | core: double quote $JOBS | Sébastien Helleu | |
This fixes the following shellcheck error: SC2086 (info): Double quote to prevent globbing and word splitting. | |||
2023-01-04 | core: don't use eval to run commands in scripts | Sébastien Helleu | |
This fixes the following shellcheck error: SC2294 (warning): eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string). | |||
2023-01-04 | tests: fix long lines in scripting API tests | Sébastien Helleu | |
2023-01-04 | tests: ignore module level import not at top of file (flake8 E402) | Sébastien Helleu | |
2023-01-04 | tests: mark methods is_bool and is_number as static | Sébastien Helleu | |
2023-01-03 | api: add Curl options for versions 7.64.0 to 7.87.0 | Sébastien Helleu | |
2023-01-03 | plugins: change priority of scripting plugins | Sébastien Helleu | |
Use a step of 10 between each scripting plugin priority. | |||
2023-01-03 | core: fix crash or infinite loop in /allbuf command | Sébastien Helleu | |
A crash could occur if the command closes buffers. An infinite loop could occur if the command creates new buffers. | |||
2023-01-03 | core: add variable list_size to prevent computing arraylist size in each ↵ | Sébastien Helleu | |
iteration | |||
2023-01-03 | irc: properly rename private buffer on notice messages | Sébastien Helleu | |
2023-01-02 | Version 3.8-rc1 | Sébastien Helleu | |
2023-01-02 | core: fix line wrapping in Polish translations | Sébastien Helleu | |
2023-01-02 | irc: properly rename private buffer on nick changes or private message when ↵ | Sébastien Helleu | |
new nick is the same with different case | |||
2023-01-02 | irc: replace "private window" by "private buffer" in comments | Sébastien Helleu | |
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2023-01-01 | tests: add tests on gui input functions | Sébastien Helleu | |
2023-01-01 | core: check that buffer is not NULL in function gui_input_clipboard_copy | Sébastien Helleu | |
2022-12-31 | core: move function gui_input_move_to_buffer to gui-buffer.c | Sébastien Helleu | |
2022-12-30 | core: fix color when the delimiter is not followed by a background color ↵ | Sébastien Helleu | |
(closes #1867) | |||
2022-12-30 | doc: update Polish auto-generated files | Sébastien Helleu | |
2022-12-30 | core: updated Polish translation | Krzysztof Korościk | |
2022-12-29 | doc: update German auto-generated file | Sébastien Helleu | |
2022-12-29 | core: update German translations | Nils Görs | |
2022-12-29 | core: fix French translation of "read marker" | Sébastien Helleu | |
2022-12-29 | core: add option weechat.look.chat_space_right (issue #1862) | Sébastien Helleu | |
2022-12-28 | doc: updated polish translation | Krzysztof Korościk | |
2022-12-28 | doc: update German auto-generated file | Sébastien Helleu | |
2022-12-28 | core: update German translations | Nils Görs | |
2022-12-26 | doc: update German auto-generated files | Sébastien Helleu | |
2022-12-26 | core: update German translations | Nils Görs | |