| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move checks for whether a user is cloakable to {Get,Reset}Cloaks. | 2023-07-17 | 1 | -4/+6 | |
| | | |||||
| * | Fix the class name of the cloak module. | 2023-07-02 | 1 | -3/+3 | |
| | | |||||
| * | Retain the "real" username properly like we do for hostnames. | 2023-06-29 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | ||||
| * | The standard-replies cap has been adopted by IRCv3 now. | 2023-06-12 | 1 | -1/+1 | |
| | | |||||
| * | Only regenerate cloaks if a cloak of that type exists. | 2023-06-07 | 1 | -0/+10 | |
| | | | | | This prevents unnecessary recloaking which may result in spam. | ||||
| * | Allow secondary cloak methods to be used on link synchronisation. | 2023-06-06 | 1 | -1/+15 | |
| | | | | | | | | | 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. | ||||
| * | Fix an inverted condition in the cloak module. | 2023-06-03 | 1 | -1/+1 | |
| | | |||||
| * | Fix missing override keyword. | 2023-02-26 | 1 | -1/+1 | |
| | | |||||
| * | Allow opting-out of cloaking by connect class. | 2023-02-23 | 1 | -0/+10 | |
| | | |||||
| * | Improve the log messages when cloaking users. | 2023-02-20 | 1 | -3/+10 | |
| | | |||||
| * | Avoid setting -x+x when a reset cloak has not changed. | 2023-02-20 | 1 | -6/+19 | |
| | | |||||
| * | Allow modules to get/reset the cloak lists. | 2023-02-14 | 1 | -40/+71 | |
| | | |||||
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -3/+3 | |
| | | |||||
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -2/+2 | |
| | | |||||
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -4/+4 | |
| | | |||||
| * | Replace ModeAction with bool. | 2023-01-22 | 1 | -7/+7 | |
| | | | | | This enum is functionally the same as bool but with weird semantics. | ||||
| * | Fix some issues reported by scan-build. | 2023-01-15 | 1 | -1/+1 | |
| | | | | | All of these are harmless and should never cause an issue in practise. | ||||
| * | Fix cloaking users with a non-IP hostname when using hmac-sha256-ip. | 2023-01-15 | 1 | -0/+4 | |
| | | |||||
| * | Improve the output of /CLOAK when there are no methods available. | 2023-01-14 | 1 | -2/+13 | |
| | | |||||
| * | Fix a missing override keyword in the cloak module. | 2023-01-13 | 1 | -1/+1 | |
| | | |||||
| * | Various improvements to the cloak system. | 2023-01-13 | 1 | -3/+24 | |
| | | | | | | | | | | | | | - 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. | ||||
| * | Add the core of the new cloak implementation. | 2023-01-13 | 1 | -0/+335 | |
