aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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".Gravatar Sadie Powell2024-10-0814-15/+15
| | | | This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045.
* Bump peter-evans/create-pull-request from 6 to 7Gravatar dependabot[bot]2024-10-011-1/+1
| | | | | | | | | | | | | | 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>
* 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.Gravatar Sadie Powell2024-07-171-12/+5
| | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci]
* Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-07-0715-16/+16
| | | | Backport from master.
* Release v3.17.1. v3.17.1Gravatar Sadie Powell2024-06-281-1/+1
|
* Update the Windows dependencies.Gravatar Sadie Powell2024-06-191-7/+7
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* 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.Gravatar Sadie Powell2024-06-031-0/+3
| | | | Closes #2097.
* 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.Gravatar Sadie Powell2024-05-162-7/+6
| | | | | | | | | | | 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]
* 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.Gravatar Sadie Powell2024-03-013-9/+9
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* 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.Gravatar Sadie Powell2024-02-111-0/+2
| | | | Closes #2083.
* Use TimingSafeCompare when comparing server SSL fingerprints.Gravatar Sadie Powell2024-02-111-1/+1
|
* Bump peter-evans/create-pull-request from 5 to 6Gravatar dependabot[bot]2024-02-011-1/+1
| | | | | | | | | | | | | | 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>
* Bump microsoft/setup-msbuild from 1.3.1 to 2.0.0Gravatar dependabot[bot]2024-02-011-1/+1
| | | | | | | | | | | | | | | 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>
* Update irctest.Gravatar Sadie Powell2024-01-041-8/+7
| | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci]
* Bump actions/upload-artifact from 3 to 4Gravatar dependabot[bot]2024-01-011-1/+1
| | | | | | | | | | | | | | 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>
* Bump actions/download-artifact from 3 to 4Gravatar dependabot[bot]2024-01-011-1/+1
| | | | | | | | | | | | | | 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>
* 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.Gravatar satmd2023-12-221-0/+4
| | | | Backport of f60c060 from git master.
* Fix the Windows build.Gravatar Sadie Powell2023-12-142-4/+4
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* 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
|