aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v3.18.0. v3.18.0Gravatar Sadie Powell2024-12-272-2/+2
* Silence a compiler error on Alpine.Gravatar Sadie Powell2024-12-231-1/+1
* Update the Windows dependencies.Gravatar Sadie Powell2024-12-232-4/+4
* Update vendored libraries.Gravatar Sadie Powell2024-12-233-8/+8
* Backport support for the IRCv3 websocket subprotocols.Gravatar Sadie Powell2024-11-071-2/+5
* Update irctest.Gravatar Sadie Powell2024-11-031-1/+1
* Tell people to connect to Teranova directly instead of our alias.Gravatar Sadie Powell2024-10-1313-17/+17
* Resynchronise our copy of the GPLv2 with the latest FSF copy.Gravatar Sadie Powell2024-10-131-13/+4
* Fix chanlog not hiding the local server when hideserver is enabled.Gravatar Sadie Powell2024-10-111-1/+1
* Fix a pgsql module warning when building against recent libpq.Gravatar Sadie Powell2024-10-101-0/+19
* When a server stops being ulined remove its users from the uline list.Gravatar Sadie Powell2024-10-103-0/+17
* Revert "Tell people to use the main ChatSpike domain not our alias".•••This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045. Gravatar Sadie Powell2024-10-0814-15/+15
* 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>Gravatar dependabot[bot]2024-10-011-1/+1
* Expand IPv6 addresses in connectban to avoid breaking S2S.Gravatar Sadie Powell2024-09-191-2/+8
* Update the readme for the CentOS packages being dropped.Gravatar Sadie Powell2024-09-061-1/+1
* Update irctest.Gravatar Sadie Powell2024-07-241-1/+3
* Update irctest.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2024-07-171-12/+5
* Tell people to use the main ChatSpike domain not our alias.•••Backport from master. Gravatar Sadie Powell2024-07-0715-16/+16
* Release v3.17.1. v3.17.1Gravatar Sadie Powell2024-06-281-1/+1
* Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-06-191-7/+7
* Update the security policy in preparation of the v4 release.Gravatar Sadie Powell2024-06-131-3/+4
* Update copyright headers.Gravatar InspIRCd Robot2024-06-079-11/+11
* Send an error when a user tries to give a status rank to a non-member.•••Closes #2097. Gravatar Sadie Powell2024-06-031-0/+3
* Update irctest.Gravatar Sadie Powell2024-05-281-3/+3
* Sync the Windows NSIS installer with the latest code from CMake.Gravatar Sadie Powell2024-05-271-19/+28
* Fix the indentation of the contributors list.Gravatar Sadie Powell2024-05-211-14/+14
* 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] Gravatar Sadie Powell2024-05-162-7/+6
* Deallocate the old MySQL connection on connect if one exists.Gravatar Sadie Powell2024-05-031-0/+6
* Update irctest.Gravatar Sadie Powell2024-04-151-2/+2
* Remove files that have been moved to the .github repository.Gravatar Sadie Powell2024-04-141-2/+0
* Silence some compatibility warnings in ssl_mbedtls.Gravatar Sadie Powell2024-04-011-0/+5
* Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-03-013-9/+9
* Fix erroneously sending RPL_CHANNELSMSG when a whois chanlist is blocked.Gravatar Sadie Powell2024-02-252-2/+5
* Fix matching certificate fingerprints to be case insensitive.•••Closes #2083. Gravatar Sadie Powell2024-02-111-0/+2
* Use TimingSafeCompare when comparing server SSL fingerprints.Gravatar Sadie Powell2024-02-111-1/+1
* 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>Gravatar dependabot[bot]2024-02-011-1/+1
* 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>Gravatar dependabot[bot]2024-02-011-1/+1
* Update irctest.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2024-01-041-8/+7
* Bump actions/upload-artifact from 3 to 4•••Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2024-01-011-1/+1
* Bump actions/download-artifact from 3 to 4•••Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2024-01-011-1/+1
* Update the list of distros that we package for.Gravatar Sadie Powell2023-12-241-1/+1
* Release v3.17.0. v3.17.0Gravatar Sadie Powell2023-12-222-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2023-12-228-8/+8
* Update module descriptions.Gravatar Sadie Powell2023-12-222-2/+2
* Update author list.Gravatar InspIRCd Robot2023-12-221-2/+3
* Document the PROP command.•••Backport of f60c060 from git master. Gravatar satmd2023-12-221-0/+4
* Fix the Windows build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-12-142-4/+4
* Update the Windows dependencies.Gravatar Sadie Powell2023-11-161-5/+5
* Update the vendored libraries.Gravatar Sadie Powell2023-11-163-81/+216
* Add some more useful aliases to the generic services example.Gravatar Sadie Powell2023-11-141-0/+5