| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Default to PROTO_NEWEST if no protocol is negotiated. | 2024-06-19 | 1 | -21/+0 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| * | Rename OnBroadcastMessage to OnRouteMessage.•••This is more descriptive of what it actually does. | 2024-03-08 | 1 | -2/+2 | |
| * | Send the real username as the second parameter to FIDENT. | 2024-02-27 | 1 | -0/+1 | |
| * | Move the inspircd.org/service tag to the services module. | 2023-08-19 | 1 | -3/+0 | |
| * | 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 | -1/+1 | |
| * | Fix casing of metadata in function and event names.•••Metadata is one word not two so it shouldn't be capitalised like this. | 2023-05-30 | 1 | -1/+1 | |
| * | Expose the removed away message in OnUserBack. | 2023-02-03 | 1 | -1/+1 | |
| * | Avoid copying various shared_ptr usages when not necessary. | 2023-01-10 | 1 | -2/+2 | |
| * | Add a helper class for creating a reference to a DNS manager. | 2023-01-05 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Pass the client/server sockaddr around as a ref instead of a ptr. | 2022-12-25 | 1 | -1/+1 | |
| * | | Move <oper:autologin> from m_sslinfo to core_oper and rework.•••- Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. | 2022-12-11 | 1 | -1/+1 | |
| * | | 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 | -1/+1 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -9/+9 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -4/+4 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | | Add a typedef for a mode rank. | 2022-05-17 | 1 | -1/+1 | |
| * | | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. | 2022-05-07 | 1 | -1/+1 | |
| * | | Format enums with an underlying type like classes. | 2022-04-30 | 1 | -1/+2 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -0/+1 | |
| |\| | |||||
| | * | Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | 2021-12-14 | 1 | -0/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| * | | Add the FRHOST command to allow changing a remote user's real host.•••Closes #1803. | 2021-09-02 | 1 | -1/+2 | |
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 1 | -4/+4 | |
| * | | Remove some useless getter methods and make the members public.•••This isn't part of a public API so we don't need to care about exposing implementation details. | 2021-04-14 | 1 | -17/+3 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| * | | Add the ~ server tag prefix.•••This is used for sending arbitrarily tagged messages between servers. | 2021-03-30 | 1 | -0/+3 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -1/+1 | |
| * | | Add support for the 1206 spanningtree protocol.•••For now this is identical to 1205 but changes will be happening soon. | 2020-12-04 | 1 | -2/+5 | |
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 1 | -10/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -2/+2 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -1/+0 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+9 | |
| | * | Add an event provider class for the event/messagetag event. | 2020-01-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -0/+4 | |
| |\| | |||||
| | * | Mark messages from ulined clients with the inspircd.org/service tag. | 2019-12-29 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -0/+1 | |
| |\| | |||||
| | * | SQuit all servers when a shutdown happens. | 2019-10-17 | 1 | -0/+1 | |
