Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Bump microsoft/setup-msbuild from 1.3 to 2 | dependabot[bot] | |
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3 to 2. - [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...v2) --- 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-04-15 | Automatically upload the Windows package on release. | Sadie Powell | |
[skip alpine ci] [skip ubuntu ci] | |||
2024-04-15 | Update the Windows CI to the latest Conan. | Sadie Powell | |
2024-03-18 | Add verify-only support for POSIX crypt() hashes from Atheme. | Sadie Powell | |
2024-03-15 | Bump actions/checkout from 3 to 4 | dependabot[bot] | |
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> | |||
2024-03-15 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-03-15 | Dependabot requires that the target-branch is a string. | Sadie Powell | |
2024-03-15 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-03-15 | Send dependabot pull requests to the 2.1 branch. | Sadie Powell | |
2024-03-10 | Add support for encrypting passwords with the Argon2 algorithm. | Sadie Powell | |
Closes #369. | |||
2024-03-07 | Move some modules which can be built by default out of extra. | Sadie Powell | |
2024-02-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-02-11 | Add a GitHub security policy. | Sadie Powell | |
2024-01-24 | Add a CI workflow for Alpine. | Sadie Powell | |
2024-01-24 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-01-24 | Backport CI changes from the 2.1 branch. | Sadie Powell | |
2024-01-24 | Rename several modules to remove the m_ prefix. | Sadie Powell | |
2024-01-09 | Always build the stats modules. | Sadie Powell | |
These have no external dependencies so it makes no sense to not always build them. | |||
2024-01-05 | Fix a translation string and enable translations on CI. | Sadie Powell | |
2023-12-20 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-12-19 | Tweak the issue templates slightly. | Sadie Powell | |
2023-12-17 | Remove the m_regex_pcre module. | Sadie Powell | |
Users should migrate to m_regex_pcre2 instead. | |||
2023-10-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-10-01 | Bump actions/checkout from 3 to 4 | dependabot[bot] | |
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> | |||
2023-08-06 | Merge branch 2.0 into 2.1. | Sadie Powell | |
2023-07-30 | Fix the pull request template to be more relevant to Anope. | Sadie Powell | |
2023-07-30 | Add some templates for people filing issues on GitHub. | Sadie Powell | |
2023-06-03 | Also build the Windows dependencies in the CI. | Sadie Powell | |
2022-12-23 | Remove some unnecessary dependencies on the Linux CI. | Sadie Powell | |
2022-12-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-12-17 | Bump actions/checkout from 2 to 3 | dependabot[bot] | |
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> | |||
2022-12-17 | Allow Dependabot to keep our GitHub CI up to date. | Sadie Powell | |
2022-12-07 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-12-07 | Add a module that provides regex/pcre using PCRE2. | Sadie Powell | |
2022-05-01 | Build the installer package on Windows CI. | Sadie Powell | |
2022-03-01 | Use windows-2019 for Windows builds. | Sadie Powell | |
2022-01-13 | Add support for Windows CI. | Sadie Powell | |
2022-01-04 | Speed up CI by building with Ninja instead of Make. | Sadie Powell | |
2022-01-04 | Modernize CXXFLAGS on Unix and enable -Werror on CI. | Sadie Powell | |
Also clear up warnings that this exposed. | |||
2022-01-03 | Require C++17 to build Anope. | Sadie Powell | |
2020-10-02 | Remove use of the deprecated register keyword. | Sadie Powell | |
Fixes a build error on C++17 compilers. | |||
2020-10-02 | Add C++98 and C++14 build matrixes to the Linux CI. | Sadie Powell | |
2020-09-28 | Switch from Travis CI to GitHub Actions. | Sadie Powell | |
Closes #153. |