| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -5/+5 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -3/+3 | |
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -2/+2 | |
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -1/+3 | |
| * | Fix various minor Doxygen issues. | 2026-03-08 | 1 | -3/+3 | |
| * | 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 | -3/+3 | |
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -2/+2 | |
| * | Add support for usernames in the cloaking system. | 2025-03-14 | 1 | -3/+57 | |
| * | Rename Cloak::Method::Generate to Cloak::Method::Cloak. | 2025-03-14 | 1 | -2/+2 | |
| * | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -2/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -0/+1 | |
| * | Fix a nonsense comment in the cloak API header. | 2023-09-21 | 1 | -1/+1 | |
| * | Fix a minor Doxygen comment issue. | 2023-07-03 | 1 | -1/+1 | |
| * | Only regenerate cloaks if a cloak of that type exists.•••This prevents unnecessary recloaking which may result in spam. | 2023-06-07 | 1 | -0/+5 | |
| * | Fix some typos in the cloak header. | 2023-06-06 | 1 | -2/+2 | |
| * | Allow secondary cloak methods to be used on link synchronisation.•••If a server has a conditional cloak method (e.g. account) as the primary cloak method it doesn't make sense to use it for link consistency. With this change a secondary cloak method can request that it is used instead of the primary if the primary does not mark itself as link sensitive. | 2023-06-06 | 1 | -0/+9 | |
| * | Fix the cloak modules on Clang and MSVC. | 2023-05-03 | 1 | -1/+1 | |
| * | Add <cloak:class> to limit cloaks to a specific connect class. | 2023-05-02 | 1 | -1/+16 | |
| * | Allow modules to get/reset the cloak lists. | 2023-02-14 | 1 | -0/+38 | |
| * | Include more stuff in the Doxygen documentation. | 2023-01-24 | 1 | -1/+2 | |
| * | Fix Cloak::Method and Log::Method being needlessly Cullable.•••If a method needs to be cullable it can inherit from that type and pass Cullable::Deleter as a custom deleter to the shared_ptr. | 2023-01-18 | 1 | -1/+2 | |
| * | Improve the output of /CLOAK when there are no methods available. | 2023-01-14 | 1 | -2/+2 | |
| * | Fix a Doxygen comment typo in Cloak::Method. | 2023-01-14 | 1 | -1/+1 | |
| * | Various improvements to the cloak system.•••- Only rewrite cloak => cloaking if the cloak_md5 module is also loaded. - Include the cloak method in the link data. - If 1206 servers are using different cloak methods then ignore the other data when telling operators about the link failure. - Clean up the code in a few places. | 2023-01-13 | 1 | -0/+6 | |
| * | Add a new cloak system that cloaks using HMAC-SHA256.•••Closes #1107. The core of the cloaking algorithm this uses is heavily inspired by the Plexus4 cloak_hmac_sha256 module written by Adam. I've made a few changes to the rest of it to work more like the old InspIRCd cloaking system as well as adding the option for configuring the case of the character table used for cloaking. Co-authored-by: Adam <Adam@anope.org> Co-authored-year: 2017 | 2023-01-13 | 1 | -1/+1 | |
| * | Add the core of the new cloak implementation. | 2023-01-13 | 1 | -0/+142 |
