| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
