| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add <autoconnect:bootperiod> to allow quickly connecting after boot. | 2025-11-19 | 1 | -1/+1 | |
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. | 2025-03-18 | 1 | -1/+1 | |
| * | Use Duration::ToHuman instead of seconds in various messages. | 2025-03-03 | 1 | -1/+3 | |
| * | Add a formatting overload to {Membership,User}::Write(Remote)Notice. | 2024-08-18 | 1 | -4/+4 | |
| * | Add ExtensionItem::OnSync which is called when an ext is synchronised. | 2024-07-24 | 1 | -0/+3 | |
| * | Fix broadcasting UID messages to v3 servers.•••We have to use the compat layer here as broadcast messages do not go through the command builder. | 2024-07-20 | 1 | -16/+1 | |
| * | Use auto when extracting the internal type of a message target. | 2024-07-13 | 1 | -4/+4 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+2 | |
| * | Stop referring to v4 in some todos. | 2024-06-07 | 1 | -2/+2 | |
| * | Resend the customversion when it changes. | 2024-05-18 | 1 | -0/+7 | |
| * | Rename OnBroadcastMessage to OnRouteMessage.•••This is more descriptive of what it actually does. | 2024-03-08 | 1 | -1/+1 | |
| * | Rename some of the Module member variables. | 2024-03-04 | 1 | -2/+2 | |
| * | Replace FRHOST with a two parameter version of FHOST.•••No compat layer needed here as FRHOST was added in v4. | 2024-02-27 | 1 | -2/+2 | |
| * | Send the real username as the second parameter to FIDENT. | 2024-02-27 | 1 | -1/+9 | |
| * | Move SVSJOIN/SVSNICK/SVSPART to the services module. | 2024-02-27 | 1 | -4/+1 | |
| * | Move the inspircd.org/service tag to the services module. | 2023-08-19 | 1 | -1/+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 | -3/+3 | |
| * | 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 | -3/+18 | |
| * | 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 | -3/+3 | |
| * | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| * | | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 1 | -1/+1 | |
| * | | Expose the removed away message in OnUserBack. | 2023-02-03 | 1 | -1/+1 | |
| * | | Allow bouncers to introduce a user as away. | 2023-02-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-02-03 | 1 | -0/+6 | |
| |\| | |||||
| | * | Fix missing some data when synchronising a new user over a link. | 2023-02-03 | 1 | -0/+6 | |
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -2/+2 | |
| * | | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -10/+10 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -5/+5 | |
| * | | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 1 | -1/+1 | |
| * | | Convert the cloak_md5 module to the new cloak system. | 2023-01-13 | 1 | -1/+1 | |
| * | | Fix calling various static functions through a type instance. | 2023-01-11 | 1 | -3/+3 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -6/+6 | |
| * | | Avoid copying various shared_ptr usages when not necessary. | 2023-01-10 | 1 | -4/+4 | |
| * | | Add a helper class for creating a reference to a DNS manager. | 2023-01-05 | 1 | -1/+1 | |
| * | | Sync whether an oper login was performed automatically. | 2023-01-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 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 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -3/+3 | |
| * | | 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 | -3/+3 | |
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -6/+6 | |
| * | | Refactor the DNS resolvers in the spanningtree module. | 2022-10-16 | 1 | -1/+1 | |
| * | | Rename User::age to User::nickchanged and fix the docs. | 2022-10-11 | 1 | -2/+2 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -9/+9 | |
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -3/+3 | |
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip.•••The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values. | 2022-08-11 | 1 | -3/+3 | |
