3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-24 03:04:05 +01:00

README: update U-Line note for nefarious

A UWorld entry is needed for every server, by name. Contrary to my beliefs, U-Lines are not passed on to subservers from intermediate hubs!
This commit is contained in:
James Lu 2016-05-01 21:58:10 -07:00
parent 7b2319b7c5
commit 608d560961

View File

@ -40,7 +40,7 @@ Support for these IRCds exist, but are not tested as frequently and thoroughly.
- 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.
- For optimal functionality (preventing desyncs from mode overrides in relay, etc.), a `UWorld{}` block / U-line should be added for PyLink.
- 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.