Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | core: remove "wee-" prefix from source files in src/core and src/core/hook | Sébastien Helleu | |
2024-03-05 | plugins: move scripting API constants to plugin-script.c | Sébastien Helleu | |
2024-03-05 | doc: move script doc/python_stub.py to tools/generate_python_stub.py | Sébastien Helleu | |
2024-02-02 | core: disable CJSON in Debian/buster, Raspbian/buster and Ubuntu/focal ↵ | Sébastien Helleu | |
builds (issue #2066) This is because in these versions the libcjson-dev package doesn't provide pkg-config file. | |||
2024-02-01 | relay: add "api" protocol (HTTP REST API) (issue #2066) | Sébastien Helleu | |
2024-01-01 | core: update copyright dates | Sébastien Helleu | |
2023-12-24 | debian: exclude directories ".git", "build" and "release" from source package | Sébastien Helleu | |
2023-08-22 | build: update build dependency from libncursesw5-dev to libncurses-dev | Sébastien Helleu | |
2023-08-15 | core: convert scripts local variables to lower case | Sébastien Helleu | |
2023-06-12 | core: replace Debian Bullseye by Bookworm in Debian build script | Sébastien Helleu | |
2023-05-17 | core: add variable CTEST_OUTPUT_ON_FAILURE in release script | Sébastien Helleu | |
2023-04-15 | core: hide error when git tag does not exist | Sébastien Helleu | |
2023-04-15 | core: add missing space before trailing backslash | Sébastien Helleu | |
2023-04-15 | core: fix description of script bump_version.sh | Sébastien Helleu | |
2023-04-15 | core: add quote around stable/devel versions | Sébastien Helleu | |
2023-04-08 | core: improve description of arguments in bump version script | Sébastien Helleu | |
2023-04-08 | core: remove WEECHAT_DEVEL_FULL from version.sh | Sébastien Helleu | |
2023-04-07 | core: fix comment in bump version script | Sébastien Helleu | |
2023-04-03 | core: ensure tag/commit are not done upon startup, do not undo tag/commit in ↵ | Sébastien Helleu | |
case of error | |||
2023-04-02 | core: add script release.sh | Sébastien Helleu | |
2023-04-02 | core: add script bump_version.sh | Sébastien Helleu | |
2023-03-31 | doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵ | Sébastien Helleu | |
docs (closes #1901) | |||
2023-03-30 | doc: update Ubuntu Bionic Debian patch to remove asciidoctor option | Sébastien Helleu | |
The option "--failure-level" has been added in Asciidoctor 1.5.7 and the version in Ubuntu Bionic is 1.5.5. | |||
2023-03-25 | core: remove build of .bz2 and .zst files in `make dist` | Sébastien Helleu | |
2023-03-23 | core: replace `set -e` by `set -o errexit` in shell scripts | Sébastien Helleu | |
2023-01-08 | core: remove build with autotools | Sébastien Helleu | |
CMake is now the only way to build WeeChat. | |||
2023-01-06 | debian: add symbolic link weechat_raspbian_buster.patch pointing to Debian ↵ | Sébastien Helleu | |
Buster patch | |||
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: 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: 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-01 | core: update copyright dates | Sébastien Helleu | |
2022-11-19 | debian: change dependency guile-2.2-dev to guile-3.0-dev | Sébastien Helleu | |
2022-09-29 | debian: remove ubuntu/xenial patch (distro not supported any more) | Sébastien Helleu | |
As zstd is too old in ubuntu/xenial (0.5.1 while min version is 0.8.1), this distro is not supported any more. | |||
2022-09-18 | build: update version of Debian/Ubuntu distros in examples | Sébastien Helleu | |
2022-09-18 | build: remove patches for Debian/Raspbian Stretch | Sébastien Helleu | |
2022-03-29 | debian: add dependency on ruby-pygments.rb | Sébastien Helleu | |
2022-02-19 | debian: change dependency libargon2-0-dev to libargon2-dev (debian bug #1005703) | Sébastien Helleu | |
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-12-24 | relay: add zstd compression in weechat protocol | Sébastien Helleu | |
Option relay.network.compression_level is renamed to relay.network.compression and is now a percentage between 0 (no compression) to 100 (best compression, slowest). Compression is now disabled by default in weechat protocol and must be enabled via the `handshake` command (option `compression` has been removed from `init` command). | |||
2021-12-13 | core: add build of zst archive in make dist | Sébastien Helleu | |
2021-11-20 | core: add build with CMake and Ninja in CI | Sébastien Helleu | |
2021-11-20 | build: add targets "changelog" and "rn" to build HTML version of ChangeLog ↵ | Sébastien Helleu | |
and release notes (CMake build only) | |||
2021-11-20 | build: improve error management in build of tarballs | Sébastien Helleu | |