From 1a692f55ad6e4a08f0b7eab08c11f6677b1d0ae9 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 18 Aug 2019 19:48:19 -0700 Subject: [PATCH] README: mention that ngIRCd's CloakHost and CloakUserToNick are not supported Cloak tools that enforce hosts on remote users are by nature unsupportable because they cause hostmask desyncs when forwarding Relay users. This in turn makes channel moderation impossible. [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df1670b..c798035 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Support for these IRCds exist, but are not tested as frequently and thoroughly. * [ngIRCd](https://ngircd.barton.de/) (24+) - module `ngircd` - For GLINEs to propagate, the `AllowRemoteOper` option must be enabled in ngIRCd. - `+` (modeless) channels are not supported, and should be disabled for PyLink to function correctly. + - For use with Relay, the `CloakHostModeX` setting will work fine but `CloakHost` and `CloakUserToNick` are *not* supported. * [snircd](https://development.quakenet.org/) (1.3.x+) - module `p10` - Outbound host changing (i.e. for the `changehost` plugin) is not supported on P10 variants other than Nefarious.