aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v4.0.0 alpha 25. v4.0.0a25Gravatar Sadie Powell2024-03-011-1/+1
* Update module descriptions.Gravatar Sadie Powell2024-03-012-2/+2
* Update author list.Gravatar InspIRCd Robot2024-03-011-1/+1
* Merge the topiclock module into the services module.Gravatar Sadie Powell2024-02-275-114/+72
* Merge the mlock module into the services module.Gravatar Sadie Powell2024-02-274-75/+25
* Refactor the services module slightly.Gravatar Sadie Powell2024-02-271-18/+28
* Replace FRHOST with a two parameter version of FHOST.•••No compat layer needed here as FRHOST was added in v4. Gravatar Sadie Powell2024-02-274-30/+13
* Send the real username as the second parameter to FIDENT.Gravatar Sadie Powell2024-02-275-4/+37
* Set a command access for the SVSHOLD command.•••This isn't checked for remote users but it is checked in COMMANDS when determining what commands to show to a user. Gravatar Sadie Powell2024-02-271-1/+1
* Add a command to allow services to clear list modes matching a user.Gravatar Sadie Powell2024-02-271-0/+55
* Move SVSJOIN/SVSNICK/SVSPART to the services module.Gravatar Sadie Powell2024-02-2710-242/+193
* Merge branch 'insp3' into master.Gravatar Sadie Powell2024-02-255-4/+6
|\
| * 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
* | Rework SQL::PopulateUserInfo.Gravatar Sadie Powell2024-02-191-10/+18
* | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. Gravatar Sadie Powell2024-02-1912-114/+227
* | Fix more issues with the v3 compat layer.Gravatar Sadie Powell2024-02-191-7/+26
* | Allow changing the case of cloak values in cloak_user.Gravatar Sadie Powell2024-02-192-3/+49
* | Fix a missing include in core_oper.Gravatar Sadie Powell2024-02-191-0/+1
* | If a user has an oper connect class then reset it when de-opering.Gravatar Sadie Powell2024-02-193-2/+24
* | Split ExtBan::Acting from ExtBan::ActingBase.Gravatar Sadie Powell2024-02-153-7/+25
* | Rename the hmac-sha256-ip cloak engine to hmac-sha256-addr.•••This engine cloaks the socket address which may not necessarily be an IP address. Gravatar Sadie Powell2024-02-122-4/+4
* | Fix the name of the cloak_sha256 module.Gravatar Sadie Powell2024-02-121-1/+1
* | Use `--version` to check whether the compiler binary is valid.•••Ref: #2071Gravatar satmd2024-02-111-1/+1
* | Use ubuntu-latest when the runner distro isn't critical.Gravatar Sadie Powell2024-01-302-3/+3
* | Run the macOS runners on Apple Silicon.Gravatar Sadie Powell2024-01-301-1/+6
* | Move DataProvider to base.Gravatar Sadie Powell2024-01-222-8/+8
* | Add the fingerprint cloak method to the cloak_user module.Gravatar Sadie Powell2024-01-132-3/+59
* | Add Hex::Decode as a complement for Hex::Encode.Gravatar Sadie Powell2024-01-132-0/+46
* | Fix the string overload of Hex::Encode not passing on the separator.Gravatar Sadie Powell2024-01-131-1/+1
* | Update vendored libraries.Gravatar Sadie Powell2024-01-0915-628/+879
* | Fix a typo in TryBindPorts.Gravatar Sadie Powell2024-01-091-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2024-01-042-11/+10
|\|
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-228-10/+11
|\|
| * 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
* | Document the PROP command.Gravatar satmd2023-12-221-0/+4
* | Update vendored dependencies.Gravatar Sadie Powell2023-12-1614-1171/+871
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-145-89/+224
|\|
| * Fix the Windows build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-12-142-4/+4