199 Commits

Author SHA1 Message Date
Sadie Powell
eaac5cebe1 Run irctest on AArch64.
This should help us catch portability weirdnesses.

[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
2025-01-17 09:32:35 +00:00
Sadie Powell
46106fd29d Merge branch 'insp3' into insp4. 2024-12-23 15:40:58 +00:00
Sadie Powell
ab87955de3 Silence a compiler error on Alpine. 2024-12-23 15:34:06 +00:00
Sadie Powell
bc3ad1ba6d Update the Windows dependencies. 2024-12-23 15:26:12 +00:00
Sadie Powell
ffb60af7f0 Update the checklist in the pull request template. 2024-12-19 16:20:24 +00:00
Sadie Powell
57dde703a2 Convert the issue templates to YAML.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
2024-11-04 14:23:27 +00:00
Sadie Powell
26310018b6 Merge branch 'insp3' into insp4. 2024-11-03 09:26:56 +00:00
Sadie Powell
cf87603832 Update irctest. 2024-11-03 09:25:33 +00:00
Sadie Powell
bce693bfe3 Update the Windows packages.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
2024-10-26 16:16:46 +01:00
Sadie Powell
73bc08d743 Merge branch 'insp3' into insp4. 2024-10-17 12:33:11 +01:00
Sadie Powell
7763a034a8 Tell people to connect to Teranova directly instead of our alias. 2024-10-13 09:44:53 +01:00
Sadie Powell
b9b3c03ccd Target actions updates to the default branch. 2024-10-10 15:04:50 +01:00
Sadie Powell
ca6ccac8b0 Merge branch 'insp3' into insp4. 2024-10-10 15:03:21 +01:00
Sadie Powell
522c202a9c Revert "Tell people to use the main ChatSpike domain not our alias".
This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045.
2024-10-08 01:31:09 +01:00
dependabot[bot]
3a9ff2563f Bump peter-evans/create-pull-request from 6 to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 14:18:49 +01:00
Sadie Powell
a3668d75d6 Use -I for the vendor directory instead of -isystem.
Fixes {fmt} from the system conflicting with our local vendored
copy of {fmt}.

Thanks to @slimture for testing.

Closes #2105.
2024-09-09 07:42:31 +01:00
Sadie Powell
448c3342d9 Allow building log_json against yyjson.
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.
2024-08-23 19:47:58 +01:00
Sadie Powell
c8e40cb7c4 Merge branch 'insp3' into insp4. 2024-07-24 19:42:05 +01:00
Sadie Powell
1db96cf4f9 Update irctest. 2024-07-24 19:40:11 +01:00
Sadie Powell
c7866e1e6c Run irctest against Anope 2.1.
[skip alpine ci]
[skip ubuntu ci]
[skip macos ci]
[skip windows ci]
2024-07-24 10:22:44 +01:00
Sadie Powell
5effa39f6e Merge branch 'insp3' into insp4. 2024-07-17 21:00:22 +01:00
Sadie Powell
f6692c1b8d Update irctest.
[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
2024-07-17 20:41:51 +01:00
Sadie Powell
78c4f3bd97 Tell people to use the main ChatSpike domain not our alias.
Backport from master.
2024-07-07 20:54:18 +01:00
Sadie Powell
f7194cb8b3 Tell people to use the main ChatSpike domain not our alias. 2024-06-28 10:14:26 +01:00
Sadie Powell
e9cd55cc2a Update irctest.
[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
2024-06-20 00:05:14 +01:00
Sadie Powell
31541a8645 Make filenames a bit more friendly for Windows users. 2024-06-17 17:32:53 +01:00
Sadie Powell
31f655201f Merge branch 'insp3' into insp4. 2024-06-13 18:22:47 +01:00
Sadie Powell
e226f87e27 Update the security policy in preparation of the v4 release. 2024-06-13 18:22:31 +01:00
Sadie Powell
ff8000bf47 Link to v4 docs from the issue templates. 2024-06-11 20:31:44 +01:00
Sadie Powell
c18499a332 Rename regex_pcre back to regex_pcre2.
This rename happened before we had config compatibility and it doesn't
make sense to keep it anymore.
2024-06-07 19:19:19 +01:00
Sadie Powell
e852518eff Update irctest. 2024-06-07 17:37:41 +01:00
Sadie Powell
756051eada Update irctest. 2024-06-07 15:03:11 +01:00
Sadie Powell
95e69c01e8 Update the Alpine version in the CI. 2024-06-07 14:40:29 +01:00
Sadie Powell
86b9c95aa5 Merge branch 'insp3' into master. 2024-05-28 22:58:51 +01:00
Sadie Powell
742b11dbe4 Update irctest. 2024-05-28 22:49:47 +01:00
Sadie Powell
b4503b8645 Automatically upload the Windows release. 2024-05-20 12:45:40 +01:00
Sadie Powell
dac4b23df7 Fix building on macOS.
It seems like Apple have killed the remaining bits of TR1. Thankfully,
all Apple systems we support now have a C++11 compiler so we can just
force that on macOS.

[skip alpine ci]
[skip irctest ci]
[skip ubuntu ci]
[skip windows ci]
2024-05-16 20:36:33 +01:00
Sadie Powell
bf2d87a50c Merge branch 'insp3' into master. 2024-04-15 21:47:00 +01:00
Sadie Powell
e24ea1723c Move ssl_mbedtls to inspircd-contrib.
Closes #2088.
2024-04-15 21:45:42 +01:00
Sadie Powell
bef8335310 Update irctest. 2024-04-15 21:41:26 +01:00
Sadie Powell
c8b1c1dec6 Merge branch 'insp3' into master. 2024-04-14 14:24:27 +01:00
Sadie Powell
86cfe15c32 Remove files that have been moved to the .github repository. 2024-04-14 14:23:45 +01:00
Sadie Powell
83dcf16509 Merge branch 'insp3' into master.
# Conflicts:
2024-03-01 17:29:00 +00:00
Sadie Powell
9723936f26 Update the Windows dependencies.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
2024-03-01 17:17:15 +00:00
Sadie Powell
8bfb92a86e Merge branch 'insp3' into master. 2024-02-25 22:26:22 +00:00
dependabot[bot]
97bd26e08c Bump peter-evans/create-pull-request from 5 to 6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 14:12:24 +00:00
dependabot[bot]
67e241bcf2 Bump microsoft/setup-msbuild from 1.3.1 to 2.0.0
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3.1 to 2.0.0.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.3.1...v2.0.0)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 13:47:59 +00:00
Sadie Powell
3a105b5fa8 Use ubuntu-latest when the runner distro isn't critical. 2024-01-30 17:50:47 +00:00
Sadie Powell
79f57704fb Run the macOS runners on Apple Silicon. 2024-01-30 17:50:47 +00:00
Sadie Powell
90391ed868 Merge branch 'insp3' into master. 2024-01-04 22:43:13 +00:00