| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 25. v4.0.0a25 | 2024-03-01 | 1 | -1/+1 | |
| * | Update module descriptions. | 2024-03-01 | 2 | -2/+2 | |
| * | Update author list. | 2024-03-01 | 1 | -1/+1 | |
| * | Merge the topiclock module into the services module. | 2024-02-27 | 5 | -114/+72 | |
| * | Merge the mlock module into the services module. | 2024-02-27 | 4 | -75/+25 | |
| * | Refactor the services module slightly. | 2024-02-27 | 1 | -18/+28 | |
| * | Replace FRHOST with a two parameter version of FHOST.•••No compat layer needed here as FRHOST was added in v4. | 2024-02-27 | 4 | -30/+13 | |
| * | Send the real username as the second parameter to FIDENT. | 2024-02-27 | 5 | -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. | 2024-02-27 | 1 | -1/+1 | |
| * | Add a command to allow services to clear list modes matching a user. | 2024-02-27 | 1 | -0/+55 | |
| * | Move SVSJOIN/SVSNICK/SVSPART to the services module. | 2024-02-27 | 10 | -242/+193 | |
| * | Merge branch 'insp3' into master. | 2024-02-25 | 5 | -4/+6 | |
| |\ | |||||
| | * | Fix erroneously sending RPL_CHANNELSMSG when a whois chanlist is blocked. | 2024-02-25 | 2 | -2/+5 | |
| | * | Fix matching certificate fingerprints to be case insensitive.•••Closes #2083. | 2024-02-11 | 1 | -0/+2 | |
| | * | Use TimingSafeCompare when comparing server SSL fingerprints. | 2024-02-11 | 1 | -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> | 2024-02-01 | 1 | -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> | 2024-02-01 | 1 | -1/+1 | |
| * | | Rework SQL::PopulateUserInfo. | 2024-02-19 | 1 | -10/+18 | |
| * | | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 12 | -114/+227 | |
| * | | Fix more issues with the v3 compat layer. | 2024-02-19 | 1 | -7/+26 | |
| * | | Allow changing the case of cloak values in cloak_user. | 2024-02-19 | 2 | -3/+49 | |
| * | | Fix a missing include in core_oper. | 2024-02-19 | 1 | -0/+1 | |
| * | | If a user has an oper connect class then reset it when de-opering. | 2024-02-19 | 3 | -2/+24 | |
| * | | Split ExtBan::Acting from ExtBan::ActingBase. | 2024-02-15 | 3 | -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. | 2024-02-12 | 2 | -4/+4 | |
| * | | Fix the name of the cloak_sha256 module. | 2024-02-12 | 1 | -1/+1 | |
| * | | Use `--version` to check whether the compiler binary is valid.•••Ref: #2071 | 2024-02-11 | 1 | -1/+1 | |
| * | | Use ubuntu-latest when the runner distro isn't critical. | 2024-01-30 | 2 | -3/+3 | |
| * | | Run the macOS runners on Apple Silicon. | 2024-01-30 | 1 | -1/+6 | |
| * | | Move DataProvider to base. | 2024-01-22 | 2 | -8/+8 | |
| * | | Add the fingerprint cloak method to the cloak_user module. | 2024-01-13 | 2 | -3/+59 | |
| * | | Add Hex::Decode as a complement for Hex::Encode. | 2024-01-13 | 2 | -0/+46 | |
| * | | Fix the string overload of Hex::Encode not passing on the separator. | 2024-01-13 | 1 | -1/+1 | |
| * | | Update vendored libraries. | 2024-01-09 | 15 | -628/+879 | |
| * | | Fix a typo in TryBindPorts. | 2024-01-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2024-01-04 | 2 | -11/+10 | |
| |\| | |||||
| | * | Update irctest.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2024-01-04 | 1 | -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> | 2024-01-01 | 1 | -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> | 2024-01-01 | 1 | -1/+1 | |
| | * | Update the list of distros that we package for. | 2023-12-24 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-12-22 | 8 | -10/+11 | |
| |\| | |||||
| | * | Release v3.17.0. v3.17.0 | 2023-12-22 | 2 | -2/+2 | |
| | * | Update copyright headers. | 2023-12-22 | 8 | -8/+8 | |
| | * | Update module descriptions. | 2023-12-22 | 2 | -2/+2 | |
| | * | Update author list. | 2023-12-22 | 1 | -2/+3 | |
| | * | Document the PROP command.•••Backport of f60c060 from git master. | 2023-12-22 | 1 | -0/+4 | |
| * | | Document the PROP command. | 2023-12-22 | 1 | -0/+4 | |
| * | | Update vendored dependencies. | 2023-12-16 | 14 | -1171/+871 | |
| * | | Merge branch 'insp3' into master. | 2023-12-14 | 5 | -89/+224 | |
| |\| | |||||
| | * | Fix the Windows build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-12-14 | 2 | -4/+4 | |
