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