| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 21. v4.0.0a21 | 2023-05-15 | 1 | -1/+1 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 49 | -86/+102 | |
| * | Show more details about unactivated/expired client certificates. | 2023-05-10 | 3 | -11/+29 | |
| * | Rename threadsocket to thread. | 2023-05-08 | 1 | -0/+0 | |
| * | Move the contents of thread to threadsocket. | 2023-05-08 | 2 | -62/+42 | |
| * | Rename command_parse to commands. | 2023-05-08 | 1 | -0/+0 | |
| * | Move the contents of commands to command_parse. | 2023-05-08 | 2 | -121/+96 | |
| * | Move CheckPassword to helperfuncs. | 2023-05-08 | 2 | -20/+20 | |
| * | Fix some uses of NULL that have snuck back in during a merge. | 2023-05-07 | 2 | -2/+2 | |
| * | Use GetPrintable in more places in the codepage module. | 2023-05-07 | 1 | -3/+2 | |
| * | Fix narrowing unsigned long to uint32_t in the codepage module. | 2023-05-07 | 1 | -8/+8 | |
| * | Improve the config error messages in the codepage module. | 2023-05-07 | 1 | -4/+12 | |
| * | Tighten up the rules for nicknames to match the Modern IRC spec. | 2023-05-07 | 1 | -8/+33 | |
| * | Allow customising who can receive the joinflood close notification.•••Closes #1747. | 2023-05-07 | 2 | -10/+21 | |
| * | Work around Homebrew MySQL being broken.•••[skip alpine ci] [skip ubuntu ci] [skip windows ci] | 2023-05-07 | 1 | -0/+6 | |
| * | Check whether IPPROTO_SCTP works before trying to implicitly multistack.•••Fixes bind warnings on platforms which have IPPROTO_SCTP defined but don't actually have support at runtime. | 2023-05-04 | 1 | -1/+19 | |
| * | Fix the cloak modules on Clang and MSVC. | 2023-05-03 | 1 | -1/+1 | |
| * | Remove the now-obsolete hostchange module.•••Closes #2025. | 2023-05-02 | 3 | -283/+0 | |
| * | Add the cloak_static module to cloak using a fixed value. | 2023-05-02 | 2 | -0/+107 | |
| * | Add the cloak_nick module to cloak based on a nickname. | 2023-05-02 | 2 | -0/+177 | |
| * | Add the cloak_account module to cloak based on an account name/id. | 2023-05-02 | 2 | -3/+235 | |
| * | Redocument the cloak_md5 module. | 2023-05-02 | 1 | -19/+23 | |
| * | Add <cloak:class> to limit cloaks to a specific connect class. | 2023-05-02 | 4 | -5/+28 | |
| * | IPv6 addresses should be partially expanded with '0' not 0x0. | 2023-04-29 | 1 | -1/+1 | |
| * | Fix a copy/paste error in GetUserAddress. | 2023-04-29 | 1 | -1/+1 | |
| * | Fix binding to IPv6 endpoints on Windows.•••sockaddr_in6 has additional members on Windows that need to be zeroed. | 2023-04-28 | 1 | -1/+1 | |
| * | Remove a renamed module that snuck back in during a merge. | 2023-04-28 | 1 | -109/+0 | |
| * | Merge branch 'insp3' into master. | 2023-04-28 | 21 | -21/+129 | |
| |\ | |||||
| | * | Release v3.16.0. v3.16.0 | 2023-04-28 | 2 | -2/+2 | |
| | * | Update copyright headers. | 2023-04-28 | 22 | -23/+22 | |
| * | | Fix narrowing of the config in the messageflood module. | 2023-04-27 | 1 | -3/+3 | |
| * | | 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 | |
