| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | Switch check to use the default long time format. | 2025-03-23 | 1 | -3/+2 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -5/+4 | |
| * | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 1 | -1/+2 | |
| * | Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. | 2023-08-04 | 1 | -2/+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 | 1 | -5/+8 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -1/+2 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -6/+6 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -6/+4 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -3/+3 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+0 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+0 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+1 | |
| * | | Move the oper statistics to core_oper and rewrite.•••The numerics we used previously were not being used according to the RFC and every implementation has their own behaviour here which makes it hard for clients to do anything reasonable. Instead of this using the generic stats numeric makes a lot more sense. | 2022-11-29 | 1 | -37/+4 | |
| * | | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | 2022-11-28 | 1 | -4/+17 | |
| * | | Rename User::age to User::nickchanged and fix the docs. | 2022-10-11 | 1 | -1/+1 | |
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-09-21 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add the protocol serializer to the check output. | 2022-09-21 | 1 | -0/+1 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Replace GetUserCounter() with GetUsers().size().•••This method is legacy from when there was a manual user counter and isn't much of a length saving over the unsugared version. | 2022-08-24 | 1 | -1/+1 | |
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix real name formatting bleeding into IRC messages. | 2022-03-21 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -2/+3 | |
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -4/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -3/+4 | |
| * | | Significantly upgrade the check module's ability to find users.•••- Check for users based on nick mask, ident mask, and real name mask as well as ip mask and host mask. - Include matching user's nick, ident and displayed host in the command output. - Specify in the output what was actually matched against. Closes #1909. | 2021-08-28 | 1 | -10/+31 | |
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -25/+25 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -25/+25 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -27/+24 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -21/+21 | |
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -4/+5 | |
| * | | Kill some useless comments. | 2021-05-13 | 1 | -2/+0 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-04-11 | 1 | -11/+1 | |
| |\| | |||||
| | * | Show all prefix modes in the CHECK onchans output. | 2021-04-07 | 1 | -8/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -31/+20 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+11 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | * | Add snomask permissions to the oper check output. | 2021-02-22 | 1 | -0/+10 | |
| * | | Rename NickMax to MaxNick for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -0/+1 | |
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -4/+3 | |
