aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Restore the last socket error properly on Windows.Gravatar Sadie Powell2023-04-271-0/+8
* | Use the correct socket error messages on Windows.Gravatar Sadie Powell2023-04-271-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-2711-31/+211
|\|
| * When building the PACKAGE project we don't need to specify a target.Gravatar Sadie Powell2023-04-271-1/+1
| * Update the Windows dependencies.Gravatar Sadie Powell2023-04-221-4/+4
| * Fix an off by one error in the rmode module.Gravatar Sadie Powell2023-04-211-1/+1
| * Add a script for doing the Windows build.Gravatar Sadie Powell2023-03-231-0/+4
| * Warn users when their client certificate is about to expire.•••Closes #1938. Gravatar Sadie Powell2023-03-012-2/+19
| * Add client cert activation/expiration times to the ssl_cert class.Gravatar Sadie Powell2023-03-014-11/+98
| * Fix destroying duplicate channels when the casemapping changes.Gravatar Sadie Powell2023-03-011-0/+53
| * Fix renicking duplicate users when the casemapping changes.Gravatar Sadie Powell2023-03-011-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>Gravatar dependabot[bot]2023-03-011-1/+1
* | Allow using rmode on a prefix char and mode name.Gravatar Sadie Powell2023-04-211-3/+16
* | Allow also using a prefix chat in autoop and exemptchanops.Gravatar Sadie Powell2023-04-212-2/+12
* | Replace <sqlauth:allowpattern> with <sqlexemption>.•••Partially implements #2030. Gravatar Sadie Powell2023-04-202-9/+15
* | Merge <ldapauth:allowpattern> and <ldapwhitelist>.•••Closes #1478. Gravatar Sadie Powell2023-04-202-30/+24
* | <link:sctp> is for outgoing connections not incoming connections.Gravatar Sadie Powell2023-04-201-1/+1
* | Allow limiting chanhistory only by the number of lines or duration.Gravatar Sadie Powell2023-04-201-4/+4
* | Fix parsing <chanhistory:maxduration>.•••Closes #2032. Gravatar Sadie Powell2023-04-201-1/+1
* | Allow customising the message shown when hiding an X-line ban.Gravatar Sadie Powell2023-04-185-19/+31
* | Marginally improve the performance of JSON logging.Gravatar Sadie Powell2023-03-241-4/+4
* | The services module does not require an account API instance.Gravatar Sadie Powell2023-03-241-3/+0
* | Send ERR_NOPERMFORHOST when a user hits a deny class.Gravatar Sadie Powell2023-03-241-1/+4
* | Fix a segfault when sending data to a user without a connect class.Gravatar Sadie Powell2023-03-241-2/+3
* | Send ERR_PASSWDMISMATCH when the user specifies the wrong password.•••Closes #1099. Gravatar Sadie Powell2023-03-241-0/+4
* | Allow modules to provide an error for when a class doesn't match.Gravatar Sadie Powell2023-03-2410-10/+15
* | [workflow] Fix misspell-fixer exceptions.•••Closes #2028. Gravatar Matt Schatz2023-03-141-3/+5
* | Fix a typo in the misspell-fixer config.•••Closes #2024. Gravatar Sadie Powell2023-03-061-2/+2
* | Release v4.0.0 alpha 20. v4.0.0a20Gravatar Sadie Powell2023-03-011-1/+1
* | Update the module descriptions.Gravatar Sadie Powell2023-02-281-1/+1
* | Refactor InspIRCd::SignalHandler.Gravatar Sadie Powell2023-02-281-10/+14
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-02-281-5/+5
|\|
| * Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-02-281-5/+5
* | Remove GetSID, rename sid to ServerId.Gravatar Sadie Powell2023-02-2814-29/+40
* | Remove an unnecessary function call in the pbkdf2 module.Gravatar Sadie Powell2023-02-281-6/+1
* | Fix missing a Doxygen parameter comment.Gravatar Sadie Powell2023-02-281-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. Gravatar Sadie Powell2023-02-2810-47/+42
* | Fix some unnecessary boolean explicit checks.Gravatar Sadie Powell2023-02-282-3/+3
* | Fix a typo in the example module config.Gravatar Sadie Powell2023-02-281-1/+1
* | Sort opers alphabetically in `/STATS P`.Gravatar Sadie Powell2023-02-273-0/+12
* | Allow differentiating non-oper helpers from opers.Gravatar Sadie Powell2023-02-272-5/+10
* | Refer to users with +h (helpop) as helpers not (help)opers.Gravatar Sadie Powell2023-02-271-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. Gravatar Sadie Powell2023-02-272-3/+19
* | Make module classes specify their priority manually.Gravatar Sadie Powell2023-02-2715-42/+42
* | Use the stats row count instead of counting opers manually.Gravatar Sadie Powell2023-02-272-6/+3
* | Allow non-opers with +h to show in `/STATS P`.Gravatar Sadie Powell2023-02-271-2/+66
* | Load both help and helpmode if a user has helpop in their config.Gravatar Sadie Powell2023-02-271-0/+5
* | Rename the helpop module to help.Gravatar Sadie Powell2023-02-273-145/+144
* | Split the help mode out from the helpop module.Gravatar Sadie Powell2023-02-273-12/+51
* | Fix missing override keyword.Gravatar Sadie Powell2023-02-261-1/+1