| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2026-03-31 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2026-03-31 | 1 | -1/+1 | |
| * | | Replace some C-style array usage with Modern C++. | 2026-03-29 | 1 | -7/+10 | |
| * | | Fix various minor Doxygen issues. | 2026-03-29 | 1 | -2/+4 | |
| * | | Move service types to their own namespace.•••- ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. | 2026-03-29 | 1 | -36/+19 | |
| * | | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -23/+35 | |
| * | | Move CUList to be declared inside User. | 2026-03-26 | 1 | -4/+4 | |
| * | | Switch typedefs to using statements. | 2026-03-26 | 1 | -1/+1 | |
| * | | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -5/+5 | |
| * | | Move <options:defaultmodes> to <channels> and rework.•••- The default prefix modes are now separate from the default channel modes. This should result in less accidentally broken configs. - The privs are now pre-parsed to a list of mode references. This should improve performance slightly as the repeated mode lookups are gone. It also allows us to write warnings to the debug log when the default privs are invalid. - Channels can now have a default topic. | 2026-03-12 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2026-03-09 | 1 | -1/+7 | |
| |\| | |||||
| | * | Add the VF_DEPRECATED flag and warn on load about deprecation. | 2026-03-09 | 1 | -1/+7 | |
| * | | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -8/+8 | |
| * | | Fix various minor Doxygen issues. | 2026-03-08 | 1 | -1/+4 | |
| * | | Add the old connect class to OnPostChangeConnectClass. | 2026-03-06 | 1 | -1/+2 | |
| * | | Clean up ModuleManager somewhat. | 2026-03-04 | 1 | -12/+16 | |
| * | | Massive rework of how internal service providers work.•••- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. | 2026-03-02 | 1 | -6/+18 | |
| * | | Merge branch 'insp4' into master. | 2026-01-04 | 1 | -0/+1 | |
| |\| | |||||
| | * | Allow specifying a module name in SetPriority. | 2025-12-31 | 1 | -0/+1 | |
| * | | Add <security:banrealmask>. | 2025-04-16 | 1 | -2/+2 | |
| * | | Delete the old hashing interface and modules. | 2025-04-06 | 1 | -10/+0 | |
| * | | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2025-02-14 | 1 | -2/+2 | |
| |\| | |||||
| | * | Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. | 2025-01-23 | 1 | -2/+2 | |
| * | | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -2/+1 | |
| * | | Merge branch 'insp4' into master. | 2024-07-22 | 1 | -0/+13 | |
| |\| | |||||
| | * | Allow contrib modules to specify their own module version. | 2024-07-22 | 1 | -0/+13 | |
| * | | Adjust the build system for the new module structure. | 2024-07-17 | 1 | -1/+0 | |
| |/ | |||||
| * | Update copyright headers. | 2024-06-21 | 1 | -2/+2 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+1 | |
| * | Add nullability attributes to module functions. | 2024-06-04 | 1 | -65/+65 | |
| * | Allow mutating the status message type in OnUserPre(Tag)Message. | 2024-05-06 | 1 | -1/+1 | |
| * | Rename some of the Module member variables. | 2024-03-04 | 1 | -8/+6 | |
| * | Move DataProvider to base. | 2024-01-22 | 1 | -8/+0 | |
| * | Remove OnPreChange{Host,RealName} events and deboolify methods.•••These have not ever been used as far as I can see. | 2023-06-29 | 1 | -18/+0 | |
| * | 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 | -6/+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 | |
| * | Allow modules to provide an error for when a class doesn't match. | 2023-03-24 | 1 | -1/+2 | |
| * | Refactor the password checking API.•••- Rename from (On)PassCompare to (On)CheckPassword. - Fix the order of the arguments to be password, hash, value. This makes more sense than what it was previously. - Fix the code documentation to not be complete nonsense and not reference ancient outdated APIs. | 2023-02-28 | 1 | -12/+10 | |
| * | Rework how users are assigned to connect classes.•••- Move core connect class checks and <performance:clonesonconnect> to the core_user module. - Add pre-change and post-change events for when a connect class changes. - Split explicit class changing out into its own method. - Remove the need to almost always call CheckClass after SetClass. - Add use counting to the connect class instead of relying on the shared_ptr use count. | 2023-01-08 | 1 | -7/+24 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Pass the client/server sockaddr around as a ref instead of a ptr. | 2022-12-25 | 1 | -1/+1 | |
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -1/+1 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -2/+2 | |
| * | | 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 | -3/+6 | |
| * | | Remove the unused Extensible* parameter to PassCompare/OnPassCompare. | 2022-12-10 | 1 | -2/+1 | |
| * | | Avoid copying a shared_ptr where not actually necessary. | 2022-12-01 | 1 | -1/+1 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+1 | |
