aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci-macos.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-07-221-1/+1
|\
| * Bump actions/checkout from 6 to 7Gravatar dependabot[bot]2026-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-6/+14
| |
* | Build and install in on CI one job.Gravatar Sadie Powell2026-04-161-15/+2
| |
* | Move enabling extra modules to their own CI step.Gravatar Sadie Powell2026-04-161-1/+4
| |
* | Add the new module manager.Gravatar Sadie Powell2026-04-161-1/+1
| |
* | Merge branch 'insp4'Gravatar Sadie Powell2026-04-091-16/+18
|\|
| * General clean up of the Alpine, macOS, and Ubuntu CI workflows.Gravatar Sadie Powell2026-04-081-16/+18
| | | | | | | | | | [skip irctest ci] [skip windows ci]
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-1/+1
|\|
| * Bump actions/checkout from 5 to 6Gravatar dependabot[bot]2025-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-09-301-3/+3
|\|
| * Bump actions/checkout from 4 to 5Gravatar dependabot[bot]2025-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * Revert "Demote the regex_tre module to inspircd-contrib".Gravatar Sadie Powell2025-08-191-2/+2
| | | | | | | | | | | | TRE is now maintained again so we can revive this. This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f.
* | Add the hash_gnutls module.Gravatar Sadie Powell2025-04-061-1/+1
| | | | | | | | | | This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear.
* | Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-061-1/+1
| |
* | Allow using signals to rehash any module instead of just TLS.Gravatar Sadie Powell2025-03-191-1/+1
| |
* | Vendor yyjson.Gravatar Sadie Powell2025-02-271-2/+2
|/
* Allow building log_json against yyjson.Gravatar Sadie Powell2024-08-231-1/+1
| | | | | | This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it.
* Rename regex_pcre back to regex_pcre2.Gravatar Sadie Powell2024-06-071-1/+1
| | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore.
* Move ssl_mbedtls to inspircd-contrib.Gravatar Sadie Powell2024-04-151-2/+2
| | | | Closes #2088.
* Run the macOS runners on Apple Silicon.Gravatar Sadie Powell2024-01-301-1/+6
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-10-021-1/+1
|\
| * Bump actions/checkout from 3 to 4 (#2062)Gravatar dependabot[bot]2023-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-171-6/+0
|\|
| * Revert "Work around Homebrew MySQL being broken".Gravatar Sadie Powell2023-06-111-6/+0
| | | | | | | | | | | | This is now fixed upstream. This reverts commit 686027909474c9ed3e98006b7a43f4fe3a10b796.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-051-1/+1
|\|
| * Use the default Homebrew OpenSSL on macOS CI.Gravatar Sadie Powell2023-06-051-1/+1
| |
| * Work around Homebrew MySQL being broken.Gravatar Sadie Powell2023-05-101-0/+6
| | | | | | | | | | | | [skip alpine ci] [skip ubuntu ci] [skip windows ci]
* | Work around Homebrew MySQL being broken.Gravatar Sadie Powell2023-05-071-0/+6
| | | | | | | | | | | | [skip alpine ci] [skip ubuntu ci] [skip windows ci]
* | Add support for using the Public Suffix List in cloak_sha256.Gravatar Sadie Powell2023-01-141-1/+1
| | | | | | | | Closes #1658.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-051-0/+2
|\|
| * Attempt to speed up package installation on the macOS CI.Gravatar Sadie Powell2022-12-051-0/+2
| |
| * Import regex_pcre2 from inspircd-contrib.Gravatar Sadie Powell2022-12-051-2/+2
| | | | | | | | | | | | 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.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-031-2/+2
|\|
| * Improve the usability of the macOS CI.Gravatar Sadie Powell2022-09-011-2/+3
| | | | | | | | | | | | [skip alpine ci] [skip ubuntu ci] [skip windows ci]
* | Update UNIX CI images to use the latest tooling.Gravatar Sadie Powell2022-06-151-1/+1
| | | | | | | | Windows is not yet updated as the SDKs are not updated.
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-2/+2
| |
* | Rewrite the entire logging system.Gravatar Sadie Powell2022-05-011-1/+1
| | | | | | | | | | | | - Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-161-1/+1
|\|
| * Bump actions/checkout from 2 to 3Gravatar dependabot[bot]2022-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-241-1/+1
|\|
| * Work around the deprecation of manual DH params in OpenSSL 3.0.0.Gravatar Sadie Powell2022-01-211-1/+1
| | | | | | | | | | | | As of this version specifying custom DH parameters is deprecated and should not be used. Instead, a default (secure) DH parameters will be used.
* | Separate core modules from modules in CI.Gravatar Sadie Powell2022-01-221-0/+4
| | | | | | | | [skip windows ci]
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-151-5/+14
|\|
| * Improve CI scripts.Gravatar Sadie Powell2022-01-151-5/+16
| | | | | | | | | | | | | | - 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.
* | Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-051-2/+4
|\|
| * Switch -std=c++14 for -std=c++17 in CI.Gravatar Sadie Powell2021-11-041-1/+1
| | | | | | | | This better matches with the master branch which uses C++17.
| * Run CI once per week to check for issues with updated packages.Gravatar Sadie Powell2021-11-041-2/+4
| |
| * Disable fail-fast in GitHub Actions.Gravatar Sadie Powell2021-06-061-0/+1
| |