| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Update module descriptions. | 2024-03-01 | 1 | -1/+1 | |
| * | Rename the hmac-sha256-ip cloak engine to hmac-sha256-addr.•••This engine cloaks the socket address which may not necessarily be an IP address. | 2024-02-12 | 1 | -2/+2 | |
| * | Make the linkdata host/unix cloaks longer to test suffix truncation. | 2023-08-11 | 1 | -4/+4 | |
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+2 | |
| * | Fix building cloak_sha256 against libpsl on Windows. | 2023-06-19 | 1 | -3/+7 | |
| * | Include <cloak:pathparts> as link data in cloak_sha256. | 2023-06-07 | 1 | -0/+1 | |
| * | 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/+5 | |
| * | Try to cloak with the registerable suffix first with PSL cloaking. | 2023-06-05 | 1 | -1/+3 | |
| * | Add <cloak:class> to limit cloaks to a specific connect class. | 2023-05-02 | 1 | -2/+2 | |
| * | Update module descriptions. | 2023-02-01 | 1 | -1/+1 | |
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -2/+2 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -8/+8 | |
| * | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -0/+8 | |
| * | Check the hashing modules are enabled when creating a cloak method. | 2023-01-18 | 1 | -0/+7 | |
| * | Allow setting <cloak:{host,path}parts> to 0. | 2023-01-18 | 1 | -3/+3 | |
| * | Allow setting a different hostparts option for UNIX sockets.•••This defaults to 1 as it doesn't really make sense to expose more than just this. | 2023-01-18 | 1 | -5/+9 | |
| * | Fix cloaking users with a non-IP hostname when using hmac-sha256-ip. | 2023-01-15 | 1 | -5/+2 | |
| * | Constify config fields in cloak_sha256. | 2023-01-15 | 1 | -6/+6 | |
| * | Allow cloak_sha256 to only cloak IP addresses and not hostnames. | 2023-01-15 | 1 | -9/+29 | |
| * | Allow setting <cloak:psl> to "system" to use the system database. | 2023-01-14 | 1 | -1/+8 | |
| * | Check whether a server is using the PSL at server link time. | 2023-01-14 | 1 | -0/+7 | |
| * | Add support for using the Public Suffix List in cloak_sha256.•••Closes #1658. | 2023-01-14 | 1 | -3/+64 | |
| * | Use Wrap() for wrapping a host cloak in cloak_sha256. | 2023-01-13 | 1 | -12/+6 | |
| * | 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 | -13/+9 | |
| * | Fix cloak_sha256 missing the separator after the prefix. | 2023-01-13 | 1 | -6/+2 | |
| * | 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 | -0/+250 |
