| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Restore the last socket error properly on Windows. | 2023-04-27 | 1 | -0/+8 | ||
| * | | Use the correct socket error messages on Windows. | 2023-04-27 | 1 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 11 | -31/+211 | ||
| |\| | ||||||
| | * | When building the PACKAGE project we don't need to specify a target. | 2023-04-27 | 1 | -1/+1 | ||
| | * | Update the Windows dependencies. | 2023-04-22 | 1 | -4/+4 | ||
| | * | Fix an off by one error in the rmode module. | 2023-04-21 | 1 | -1/+1 | ||
| | * | Add a script for doing the Windows build. | 2023-03-23 | 1 | -0/+4 | ||
| | * | Warn users when their client certificate is about to expire.•••Closes #1938. | 2023-03-01 | 2 | -2/+19 | ||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 4 | -11/+98 | ||
| | * | Fix destroying duplicate channels when the casemapping changes. | 2023-03-01 | 1 | -0/+53 | ||
| | * | Fix renicking duplicate users when the casemapping changes. | 2023-03-01 | 1 | -11/+36 | ||
| | * | Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1•••Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1.3 to 1.3.1. - [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.1.3...v1.3.1) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | 2023-03-01 | 1 | -1/+1 | ||
| * | | Allow using rmode on a prefix char and mode name. | 2023-04-21 | 1 | -3/+16 | ||
| * | | Allow also using a prefix chat in autoop and exemptchanops. | 2023-04-21 | 2 | -2/+12 | ||
| * | | Replace <sqlauth:allowpattern> with <sqlexemption>.•••Partially implements #2030. | 2023-04-20 | 2 | -9/+15 | ||
| * | | Merge <ldapauth:allowpattern> and <ldapwhitelist>.•••Closes #1478. | 2023-04-20 | 2 | -30/+24 | ||
| * | | <link:sctp> is for outgoing connections not incoming connections. | 2023-04-20 | 1 | -1/+1 | ||
| * | | Allow limiting chanhistory only by the number of lines or duration. | 2023-04-20 | 1 | -4/+4 | ||
| * | | Fix parsing <chanhistory:maxduration>.•••Closes #2032. | 2023-04-20 | 1 | -1/+1 | ||
| * | | Allow customising the message shown when hiding an X-line ban. | 2023-04-18 | 5 | -19/+31 | ||
| * | | Marginally improve the performance of JSON logging. | 2023-03-24 | 1 | -4/+4 | ||
| * | | The services module does not require an account API instance. | 2023-03-24 | 1 | -3/+0 | ||
| * | | Send ERR_NOPERMFORHOST when a user hits a deny class. | 2023-03-24 | 1 | -1/+4 | ||
| * | | Fix a segfault when sending data to a user without a connect class. | 2023-03-24 | 1 | -2/+3 | ||
| * | | Send ERR_PASSWDMISMATCH when the user specifies the wrong password.•••Closes #1099. | 2023-03-24 | 1 | -0/+4 | ||
| * | | Allow modules to provide an error for when a class doesn't match. | 2023-03-24 | 10 | -10/+15 | ||
| * | | [workflow] Fix misspell-fixer exceptions.•••Closes #2028. | 2023-03-14 | 1 | -3/+5 | ||
| * | | Fix a typo in the misspell-fixer config.•••Closes #2024. | 2023-03-06 | 1 | -2/+2 | ||
| * | | Release v4.0.0 alpha 20. v4.0.0a20 | 2023-03-01 | 1 | -1/+1 | ||
| * | | Update the module descriptions. | 2023-02-28 | 1 | -1/+1 | ||
| * | | Refactor InspIRCd::SignalHandler. | 2023-02-28 | 1 | -10/+14 | ||
| * | | Merge branch 'insp3' into master. | 2023-02-28 | 1 | -5/+5 | ||
| |\| | ||||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2023-02-28 | 1 | -5/+5 | ||
| * | | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 14 | -29/+40 | ||
| * | | Remove an unnecessary function call in the pbkdf2 module. | 2023-02-28 | 1 | -6/+1 | ||
| * | | Fix missing a Doxygen parameter comment. | 2023-02-28 | 1 | -0/+1 | ||
| * | | Refactor the password checking API.•••- Rename from (On)PassCompare to (On)CheckPassword. - Fix the order of the arguments to be password, hash, value. This makes more sense than what it was previously. - Fix the code documentation to not be complete nonsense and not reference ancient outdated APIs. | 2023-02-28 | 10 | -47/+42 | ||
| * | | Fix some unnecessary boolean explicit checks. | 2023-02-28 | 2 | -3/+3 | ||
| * | | Fix a typo in the example module config. | 2023-02-28 | 1 | -1/+1 | ||
| * | | Sort opers alphabetically in `/STATS P`. | 2023-02-27 | 3 | -0/+12 | ||
| * | | Allow differentiating non-oper helpers from opers. | 2023-02-27 | 2 | -5/+10 | ||
| * | | Refer to users with +h (helpop) as helpers not (help)opers. | 2023-02-27 | 1 | -16/+16 | ||
| * | | Allow user mode +h (helpop) to override +H (hideoper) in /STATS P.•••Now we include +h users in the output inclusion doesn't inherently mean the user is an oper. Closes #1212. | 2023-02-27 | 2 | -3/+19 | ||
| * | | Make module classes specify their priority manually. | 2023-02-27 | 15 | -42/+42 | ||
| * | | Use the stats row count instead of counting opers manually. | 2023-02-27 | 2 | -6/+3 | ||
| * | | Allow non-opers with +h to show in `/STATS P`. | 2023-02-27 | 1 | -2/+66 | ||
| * | | Load both help and helpmode if a user has helpop in their config. | 2023-02-27 | 1 | -0/+5 | ||
| * | | Rename the helpop module to help. | 2023-02-27 | 3 | -145/+144 | ||
| * | | Split the help mode out from the helpop module. | 2023-02-27 | 3 | -12/+51 | ||
| * | | Fix missing override keyword. | 2023-02-26 | 1 | -1/+1 | ||
