| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update module descriptions. | 2023-02-01 | 1 | -1/+1 | |
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -3/+4 | |
| * | The cloak_md5 module needs the md5 module not the sha2 module. | 2023-01-18 | 1 | -1/+1 | |
| * | Check the hashing modules are enabled when creating a cloak method. | 2023-01-18 | 1 | -0/+6 | |
| * | Add a helper method for determining if a sockaddrs is an IP endpoint. | 2023-01-17 | 1 | -4/+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 | -9/+0 | |
| * | Fix cloak_md5 leaking the cloak key over server links.•••This was introduced when adding the modern cloak system and does not affect v3. | 2023-01-13 | 1 | -2/+9 | |
| * | Convert the cloak_md5 module to the new cloak system. | 2023-01-13 | 1 | -347/+107 | |
| * | Rename the old cloaking implementation to cloak_md5. | 2023-01-13 | 1 | -0/+573 |
