aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v4.0.0 alpha 22. v4.0.0a22Gravatar Sadie Powell2023-07-011-1/+1
* Fix a regression that prevented SVSHOLDs from being added.Gravatar Sadie Powell2023-07-011-3/+3
* Merge the svshold module into the services module.Gravatar Sadie Powell2023-07-015-267/+178
* Reorder the types in the services module.Gravatar Sadie Powell2023-07-011-17/+17
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-011-4/+4
|\
| * Update Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-011-4/+4
* | Refactor Change{Displayed,Real}Host to match other Change* methods.Gravatar Sadie Powell2023-06-302-14/+14
* | Remove OnPreChange{Host,RealName} events and deboolify methods.•••These have not ever been used as far as I can see. Gravatar Sadie Powell2023-06-297-69/+18
* | Fix remote users on legacy servers not having a real username.Gravatar Sadie Powell2023-06-291-2/+1
* | Misc grammar fixes.Gravatar Sadie Powell2023-06-294-19/+19
* | Fix matching IP shuns.Gravatar Sadie Powell2023-06-291-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. Gravatar Sadie Powell2023-06-2962-367/+502
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-291-2/+6
|\|
| * Fix the documentation of <connect:useident>.Gravatar Sadie Powell2023-06-291-2/+6
* | Reorder some class methods in cloak_user to fix a compiler warning.Gravatar Sadie Powell2023-06-291-1/+1
* | Fix some minor formatting issues in the previous commit.Gravatar Sadie Powell2023-06-291-2/+2
* | Refactor the cloak_user module for upcoming username changes.Gravatar Sadie Powell2023-06-293-24/+24
* | Fix not being able to unset the deaf/privdeaf modes.Gravatar Sadie Powell2023-06-261-10/+10
* | Only warn deaf users when they are adding the mode.•••Fixes a regression introduced in commit 1f421861e6. Gravatar Sadie Powell2023-06-261-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-262-1/+123
|\|
| * Add CI workflow running integration tests with irctest.Gravatar Val Lorentz2023-06-251-0/+120
| * Don't send an error message if we're blocking an automatic CTCP reply.Gravatar Sadie Powell2023-06-221-1/+3
* | Fix the Windows build.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-06-251-1/+1
* | Inline various User methods.Gravatar Sadie Powell2023-06-252-27/+13
* | Update vendored fmtlib.Gravatar Sadie Powell2023-06-2516-2134/+2612
* | Remove obsolete gitattributes file.Gravatar Sadie Powell2023-06-251-1/+0
* | Avoid using too much memory for storing user data.Gravatar Sadie Powell2023-06-251-0/+6
* | Move example link config include to example module config file.Gravatar Sadie Powell2023-06-252-4/+4
* | Remove an obosolute workaround in the example module config.Gravatar Sadie Powell2023-06-251-7/+0
* | Document the sslinfo config better.Gravatar Sadie Powell2023-06-251-10/+27
* | Make Numerics::CannotSendTo properly aware of extbans.Gravatar Sadie Powell2023-06-226-6/+12
* | Make JoinUser return a Membership instead of a Channel.Gravatar Sadie Powell2023-06-224-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". Gravatar Sadie Powell2023-06-202-29/+78
* | Misc cleanup of cloak_user.Gravatar Sadie Powell2023-06-201-5/+6
* | Update the description of the cloak_user module.Gravatar Sadie Powell2023-06-201-1/+1
* | Suggest using cloak_user to cloak IRCCloud users.Gravatar Sadie Powell2023-06-201-0/+7
* | Add support for cloaking users by their ident/username.Gravatar Sadie Powell2023-06-202-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. Gravatar Sadie Powell2023-06-203-254/+123
* | Fix building cloak_sha256 against libpsl on Windows.Gravatar Sadie Powell2023-06-191-3/+7
* | Include the vendor directory as a system directory on Windows.Gravatar Sadie Powell2023-06-191-1/+2
* | Define FD_SETSIZE from CMake on Windows to avoid redef warnings.Gravatar Sadie Powell2023-06-192-4/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-178-13/+7
|\|
| * Release v3.16.1. v3.16.1Gravatar Sadie Powell2023-06-161-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2023-06-166-6/+6
| * Update author list.Gravatar InspIRCd Robot2023-06-161-1/+1
| * Revert "Work around Homebrew MySQL being broken".•••This is now fixed upstream. This reverts commit 686027909474c9ed3e98006b7a43f4fe3a10b796. Gravatar Sadie Powell2023-06-111-6/+0
* | Clean up object culling and fix a rare crash.Gravatar Sadie Powell2023-06-171-11/+22
* | Make internal bug messages more consistent.Gravatar Sadie Powell2023-06-124-10/+10
* | Log when encountering an erroneous user cull without a quit.Gravatar Sadie Powell2023-06-121-0/+4
* | The standard-replies cap has been adopted by IRCv3 now.Gravatar Sadie Powell2023-06-121-1/+1