Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-09-18 | debian: bump Standards-Version to 4.6.0.1 | Sébastien Helleu | |
2021-03-19 | core: do not force build of JavaScript plugin in CI | Sébastien Helleu | |
2021-03-08 | debian: update debian/ubuntu patches with new Standards-Version | Sébastien Helleu | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-06-13 | javascript: disable build by default and remove Debian packaging of ↵ | Sébastien Helleu | |
JavaScript plugin (issue #360) | |||
2020-05-22 | core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions | Sébastien Helleu | |
2020-04-26 | debian: add patch to build on Ubuntu Groovy | Sébastien Helleu | |
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-12-08 | debian: fix debian/wheezy and ubuntu/trusty patches | Sébastien Helleu | |
2019-11-28 | core: exit makedist.sh script if command "cd" failed | Sébastien Helleu | |
2019-11-28 | core: replace "! -z" by "-n" in build-debian.sh | Sébastien Helleu | |
2019-11-28 | core: replace "-o" by "||" in tools scripts | Sébastien Helleu | |
2019-11-28 | core: run command and check return code on same line in tools scripts | Sébastien Helleu | |
2019-11-28 | core: double quote variables in tools scripts | Sébastien Helleu | |
2019-11-11 | debian: disable javascript plugin on Debian Sid and Ubuntu Eoan | Sébastien Helleu | |
2019-10-20 | debian: disable javascript plugin on Ubuntu Focal | Sébastien Helleu | |
2019-09-25 | debian: switch to Guile 2.2 in Debian build | Sébastien Helleu | |
Guile 2.2 is now used by default in Debian/Ubuntu builds, except on these old distribution versions where only Guile 2.0 is available: - Debian Stretch - Debian Jessie - Debian Wheezy - Ubuntu Xenial - Ubuntu Trusty | |||
2019-09-16 | debian: fix build of packages on Debian Jessie (issue #916, issue #956) | Sébastien Helleu | |
With the new errors on missing libraries in CMake, the PHP plugin must be explicitly disabled. | |||
2019-07-08 | debian: disable Javascript plugin on Debian Buster/Bullseye (closes #1374) | Sébastien Helleu | |
2019-07-07 | debian: switch from Lua 5.1 to 5.3 in Debian build | Sébastien Helleu | |
2019-07-01 | core: compile with Python 3 by default | Sébastien Helleu | |
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2 first then fallback on Python 3. In the same way, the configure option --enable-python3 is renamed to --enable-python2, to use Python 2 first then fallback on Python 3. | |||
2019-03-29 | core: move coverage.info in parent directory | Sébastien Helleu | |
2019-03-29 | core: move upload of code coverage from build-test.sh to .travis.yml | Sébastien Helleu | |
2019-03-29 | core: fix upload of code coverage to codecov.io | Sébastien Helleu | |
2019-03-29 | core: upload code coverage on codecov.io in Travis CI | Sébastien Helleu | |