| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 22. v4.0.0a22 | 2023-07-01 | 1 | -1/+1 | |
| * | Fix a regression that prevented SVSHOLDs from being added. | 2023-07-01 | 1 | -3/+3 | |
| * | Merge the svshold module into the services module. | 2023-07-01 | 5 | -267/+178 | |
| * | Reorder the types in the services module. | 2023-07-01 | 1 | -17/+17 | |
| * | Merge branch 'insp3' into master. | 2023-07-01 | 1 | -4/+4 | |
| |\ | |||||
| | * | Update Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-01 | 1 | -4/+4 | |
| * | | Refactor Change{Displayed,Real}Host to match other Change* methods. | 2023-06-30 | 2 | -14/+14 | |
| * | | Remove OnPreChange{Host,RealName} events and deboolify methods.•••These have not ever been used as far as I can see. | 2023-06-29 | 7 | -69/+18 | |
| * | | Fix remote users on legacy servers not having a real username. | 2023-06-29 | 1 | -2/+1 | |
| * | | Misc grammar fixes. | 2023-06-29 | 4 | -19/+19 | |
| * | | Fix matching IP shuns. | 2023-06-29 | 1 | -1/+2 | |
| * | | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 62 | -367/+502 | |
| * | | Merge branch 'insp3' into master. | 2023-06-29 | 1 | -2/+6 | |
| |\| | |||||
| | * | Fix the documentation of <connect:useident>. | 2023-06-29 | 1 | -2/+6 | |
| * | | Reorder some class methods in cloak_user to fix a compiler warning. | 2023-06-29 | 1 | -1/+1 | |
| * | | Fix some minor formatting issues in the previous commit. | 2023-06-29 | 1 | -2/+2 | |
| * | | Refactor the cloak_user module for upcoming username changes. | 2023-06-29 | 3 | -24/+24 | |
| * | | Fix not being able to unset the deaf/privdeaf modes. | 2023-06-26 | 1 | -10/+10 | |
| * | | Only warn deaf users when they are adding the mode.•••Fixes a regression introduced in commit 1f421861e6. | 2023-06-26 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2023-06-26 | 2 | -1/+123 | |
| |\| | |||||
| | * | Add CI workflow running integration tests with irctest. | 2023-06-25 | 1 | -0/+120 | |
| | * | Don't send an error message if we're blocking an automatic CTCP reply. | 2023-06-22 | 1 | -1/+3 | |
| * | | Fix the Windows build.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2023-06-25 | 1 | -1/+1 | |
| * | | Inline various User methods. | 2023-06-25 | 2 | -27/+13 | |
| * | | Update vendored fmtlib. | 2023-06-25 | 16 | -2134/+2612 | |
| * | | Remove obsolete gitattributes file. | 2023-06-25 | 1 | -1/+0 | |
| * | | Avoid using too much memory for storing user data. | 2023-06-25 | 1 | -0/+6 | |
| * | | Move example link config include to example module config file. | 2023-06-25 | 2 | -4/+4 | |
| * | | Remove an obosolute workaround in the example module config. | 2023-06-25 | 1 | -7/+0 | |
| * | | Document the sslinfo config better. | 2023-06-25 | 1 | -10/+27 | |
| * | | Make Numerics::CannotSendTo properly aware of extbans. | 2023-06-22 | 6 | -6/+12 | |
| * | | Make JoinUser return a Membership instead of a Channel. | 2023-06-22 | 4 | -12/+11 | |
| * | | Replace <cloak:sanitize> with <cloak:invalidchar>.•••This adds support for truncating values e.g. with the nick foo|afk a user will receive a cloak of "foo". | 2023-06-20 | 2 | -29/+78 | |
| * | | Misc cleanup of cloak_user. | 2023-06-20 | 1 | -5/+6 | |
| * | | Update the description of the cloak_user module. | 2023-06-20 | 1 | -1/+1 | |
| * | | Suggest using cloak_user to cloak IRCCloud users. | 2023-06-20 | 1 | -0/+7 | |
| * | | Add support for cloaking users by their ident/username. | 2023-06-20 | 2 | -2/+34 | |
| * | | Merge the cloak_account and cloak_nick modules.•••These modules are 90% identical and were only separate because before commit 78cd3898f5 we could not conditionally regenerate cloaks. | 2023-06-20 | 3 | -254/+123 | |
| * | | Fix building cloak_sha256 against libpsl on Windows. | 2023-06-19 | 1 | -3/+7 | |
| * | | Include the vendor directory as a system directory on Windows. | 2023-06-19 | 1 | -1/+2 | |
| * | | Define FD_SETSIZE from CMake on Windows to avoid redef warnings. | 2023-06-19 | 2 | -4/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-06-17 | 8 | -13/+7 | |
| |\| | |||||
| | * | Release v3.16.1. v3.16.1 | 2023-06-16 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2023-06-16 | 6 | -6/+6 | |
| | * | Update author list. | 2023-06-16 | 1 | -1/+1 | |
| | * | Revert "Work around Homebrew MySQL being broken".•••This is now fixed upstream. This reverts commit 686027909474c9ed3e98006b7a43f4fe3a10b796. | 2023-06-11 | 1 | -6/+0 | |
| * | | Clean up object culling and fix a rare crash. | 2023-06-17 | 1 | -11/+22 | |
| * | | Make internal bug messages more consistent. | 2023-06-12 | 4 | -10/+10 | |
| * | | Log when encountering an erroneous user cull without a quit. | 2023-06-12 | 1 | -0/+4 | |
| * | | The standard-replies cap has been adopted by IRCv3 now. | 2023-06-12 | 1 | -1/+1 | |
