From 2b3307a96ca9e7bfe3bf6c13f558c60d1444e80a Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 18 Apr 2016 11:02:08 -0700 Subject: [PATCH] README: mention the state of Nefarious support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a46ee7..179ebe7 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Support for these IRCds exist, but are not tested as frequently and thoroughly. * InspIRCd 2.2 (git master) - module `inspircd` * IRCd-Hybrid (8.2.x / svn trunk) - module `hybrid` - Note: for host changing support and optimal functionality, a `service{}` block / U-line should be added for PyLink on every IRCd across your network. +* Nefarious IRCu (2.0.0+) - module `nefarious` (*experimental*) + - Note: FAKE hosts (`+f`), account cloaks (user and oper), and hashed IP cloaks are supported. Make sure you configure PyLink to match your IRCd settings. + - Host changing for internal PyLink clients does not work. It should work for other users though. + - Usermode `+h ident@host` is not fully supported. ## Setup