| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v5.0.0 development snapshot 6. v5.0.0dev6 upstream/master | 26 hours | 1 | -1/+1 | |
| * | Update the author list. | 26 hours | 2 | -32/+38 | |
| * | Update llhttp. | 26 hours | 3 | -253/+263 | |
| * | Merge branch 'insp4' into master. | 27 hours | 1 | -1/+12 | |
| |\ | |||||
| | * | Add the example config directory to the AppArmor profile.•••This may not necessarily be a subdirectory of the config directory. upstream/insp4 upstream/HEAD | 10 days | 1 | -1/+2 | |
| | * | Add network connection filtering to the AppArmor profile. | 10 days | 1 | -0/+10 | |
| * | | Make the connect notices a bit more consistent. | 48 hours | 2 | -3/+4 | |
| * | | Add PushServerTags to MessageBuilder. | 48 hours | 3 | -9/+27 | |
| * | | Add a method for getting a description of a user. | 48 hours | 11 | -33/+51 | |
| * | | Use CommandBase::Params in the sasl module. | 3 days | 1 | -4/+4 | |
| * | | Add an initializer list overload of CommandBase::Params. | 3 days | 1 | -3/+11 | |
| * | | Merge branch 'insp4' into master. | 11 days | 10 | -24/+92 | |
| |\| | |||||
| | * | Add a separate config option for setting a WebSocket STS port.•••Also add debug logging for diagnosing STS port resolution issues. | 11 days | 2 | -10/+73 | |
| | * | Fix setting the OpenSSL groups in relaxed mode. | 2026-07-12 | 1 | -2/+5 | |
| | * | The WEBIRC command should be able to have an empty last parameter.•••Ref: #2219. | 2026-07-01 | 1 | -0/+1 | |
| | * | Bump actions/cache from 5 to 6•••Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 2026-07-01 | 1 | -2/+2 | |
| | * | Bump actions/checkout from 6 to 7•••Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 2026-07-01 | 6 | -9/+9 | |
| * | | Fix remote overwrite of extended swhois with same tag | 11 days | 1 | -1/+1 | |
| * | | Fix some logic errors in saturating_{add,sub}. | 2026-07-10 | 1 | -8/+8 | |
| * | | Use saturating adds in the xline header. | 2026-07-10 | 2 | -3/+4 | |
| * | | Use saturating adds/subtracts when handling timestamps. | 2026-07-10 | 36 | -57/+154 | |
| * | | Convert TLS::IOHook::Status to an enum class. | 2026-07-10 | 3 | -23/+23 | |
| * | | Convert BufferedSocketError/BufferedSocketState to an enum class. | 2026-07-10 | 4 | -42/+45 | |
| * | | Remove a Perl function that is only used in one place. | 2026-07-03 | 2 | -13/+3 | |
| * | | Remove all leftover code relating to build directives. | 2026-07-03 | 15 | -251/+0 | |
| * | | Print a helpful message after installation is complete. | 2026-07-01 | 2 | -1/+16 | |
| * | | Update llhttp. | 2026-06-29 | 3 | -6/+6 | |
| * | | Merge branch 'insp4' into master. | 2026-06-29 | 2 | -2/+13 | |
| |\| | |||||
| | * | Fix a copy/paste error in the check module. | 2026-06-29 | 1 | -1/+1 | |
| | * | Respect NO_COLOR and FORCE_COLOR in configure. | 2026-06-29 | 1 | -1/+12 | |
| * | | Add the account tags to the WHO response. | 2026-06-29 | 1 | -1/+24 | |
| * | | Allow numerics to have an associated related user. | 2026-06-27 | 2 | -0/+14 | |
| * | | Redocument Write*Numeric and allow mutating values in OnNumeric. | 2026-06-27 | 11 | -24/+47 | |
| * | | Merge the addline/delline source files. | 2026-06-25 | 2 | -44/+15 | |
| * | | Deduplicate CAPAB error code. | 2026-06-24 | 1 | -20/+19 | |
| * | | Redocument what allowmismatch does. | 2026-06-24 | 1 | -3/+4 | |
| * | | Check link data that always has to match first. | 2026-06-24 | 1 | -6/+6 | |
| * | | Use a more human-understandable error message for extban mismatches. | 2026-06-24 | 2 | -78/+156 | |
| * | | Simplify and prettify how mismatches in CAPAB are shown to opers. | 2026-06-24 | 2 | -148/+137 | |
| * | | Use more human-understandable error messages for mode mismatches. | 2026-06-24 | 2 | -94/+280 | |
| * | | Reorder some checks in the CAPAB handling code. | 2026-06-24 | 1 | -10/+10 | |
| * | | Be more precise about protocol versions in spanningtree. | 2026-06-24 | 2 | -25/+28 | |
| * | | Parse module link data when we receive it. | 2026-06-24 | 5 | -24/+15 | |
| * | | Deduplicate mismatch error messages. | 2026-06-24 | 1 | -20/+19 | |
| * | | Rework capabilities to check all tokens not just CASEMAPPING. | 2026-06-24 | 2 | -80/+120 | |
| * | | Sync the name of a config var and its internal name. | 2026-06-24 | 3 | -4/+4 | |
| * | | Move the challenge out of CAPAB CAPABILITIES into its own command. | 2026-06-24 | 5 | -35/+61 | |
| * | | Merge branch 'insp4' into master. | 2026-06-24 | 2 | -5/+9 | |
| |\| | |||||
| | * | Fix null bytes not being encoded correctly by Percent::Encode. | 2026-06-24 | 1 | -1/+1 | |
| | * | Update the documentation regarding MMDB database vendors. | 2026-06-23 | 1 | -4/+8 | |
