| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump actions/checkout from 3 to 4 (#2062)•••Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | dependabot[bot] | 2023-10-01 | 1 | -1/+1 |
| * | Import regex_pcre2 from inspircd-contrib.•••The original plan was to make the PCRE2 switch happen in v3 but it
seems that distributions are beginning to unpackage the old pcre
library already.
| Sadie Powell | 2022-12-05 | 1 | -1/+2 |
| * | Switch the Ubuntu CI to use ubuntu-latest. | Sadie Powell | 2022-11-30 | 1 | -1/+1 |
| * | Bump actions/checkout from 2 to 3•••Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2022-04-16 | 1 | -1/+1 |
| * | Improve CI scripts.•••- Add support for skipping CI on specific platforms with commit comments.
- Add support for testing on Alpine (which uses musl instead of glibc).
- Rename "Linux CI" to "Ubuntu CI" now we test other Linux distros.
- Properly add packages to the PATH and LD_LIBRARY_PATH on macOS.
| Sadie Powell | 2022-01-15 | 1 | -4/+24 |
| * | Switch -std=c++14 for -std=c++17 in CI.•••This better matches with the master branch which uses C++17.
| Sadie Powell | 2021-11-04 | 1 | -1/+1 |
| * | Run CI once per week to check for issues with updated packages. | Sadie Powell | 2021-11-04 | 1 | -2/+4 |
| * | Disable fail-fast in GitHub Actions. | Sadie Powell | 2021-06-06 | 1 | -0/+1 |
| * | Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••The Argon2 PPA is broken again and I don't want to deal with the
stress of working out why. The 16.04 image is EOL soon (see
actions/virtual-environments/#1084) so switching off it is just
easier.
| Sadie Powell | 2021-05-07 | 1 | -2/+2 |
| * | Fix building the argon2 module on CI due to a broken PPA package. | Sadie Powell | 2020-10-16 | 1 | -1/+1 |
| * | Implement support for Argon2 password hashing.•••Resolves #1540. | ShutterQuick | 2020-10-10 | 1 | -2/+2 |
| * | Improve manually enabling extra modules.•••- Allow modules to be specified without their prefix and extensions
in --{disable,enable}-extras.
- Allow modules to be space delimited in --{disable,enable}-extras.
| Sadie Powell | 2020-01-18 | 1 | -1/+1 |
| * | Migrate from Travis CI to GitHub Actions.•••This brings shiny new GitHub integrations as well as allowing us to
bring back the macOS builds which were disabled because of the very
broken Travis CI macOS infrastructure.
| Sadie Powell | 2020-01-17 | 1 | -0/+27 |