From c82cc9d822ad46f441de3f2f820d5203b6e70516 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 28 May 2016 20:27:06 -0700 Subject: [PATCH] README: update nefarious notes #209 and #210 have been fixed, so remove those mentions. Also, drop the experimental tag. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d45e8c..fb9e567 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,9 @@ 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. +* Nefarious IRCu (2.0.0+) - module `nefarious` + - Note: Both account cloaks (user and oper) and hashed IP cloaks are optionally supported (HOST_HIDING_STYLE settings 0 to 3). Make sure you configure PyLink to match your IRCd settings. - For optimal functionality (mode overrides in relay, etc.), a `UWorld{}` block / U-line should be added for every server that PyLink spawns. To make this easier, you may want to turn relay's spawn_servers off, so that all relay users originate from one virtual server. - - Host changing for internal PyLink clients does not work. It should work for other users though. - - Usermode `+h ident@host` is not supported at this time. ## Setup