| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| | | |||||
| * | Log if the server is using a md5 cloak as their primary method. | 2024-09-05 | 1 | -2/+8 | |
| | | |||||
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -9/+5 | |
| | | |||||
| * | Make the linkdata host/unix cloaks longer to test suffix truncation. | 2023-08-11 | 1 | -3/+3 | |
| | | |||||
| * | Allow secondary cloak methods to be used on link synchronisation. | 2023-06-06 | 1 | -0/+6 | |
| | | | | | | | | | 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. | ||||
| * | Add <cloak:class> to limit cloaks to a specific connect class. | 2023-05-02 | 1 | -2/+2 | |
| | | |||||
| * | Clean up the cloak_md5 module slightly. | 2023-02-22 | 1 | -36/+27 | |
| | | |||||
| * | 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. | 2023-01-13 | 1 | -9/+0 | |
| | | | | | | | | | | | | | - 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. | ||||
| * | Fix cloak_md5 leaking the cloak key over server links. | 2023-01-13 | 1 | -2/+9 | |
| | | | | | | This was introduced when adding the modern cloak system and does not affect v3. | ||||
| * | 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 | |
