3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

README: update IRCd notes

This commit is contained in:
James Lu 2016-10-10 15:54:30 -07:00 committed by GitHub
parent 7917502799
commit 44d139f610

View File

@ -66,7 +66,7 @@ First, make sure the following dependencies are met:
These IRCds (in alphabetical order) are frequently tested and well supported. If any issues occur, please file a bug on the issue tracker.
* [charybdis](http://charybdis.io/) (3.5+ / git master) - module `ts6`
* [charybdis](http://charybdis.io/) (3.5+) - module `ts6`
* [InspIRCd](http://www.inspircd.org/) 2.0.x - module `inspircd`
- For vHost setting to work, `m_chghost.so` must be loaded.
- Supported channel, user, and prefix modes are negotiated on connect, but hotloading modules that change these is not supported. After changing module configuration, it is recommended to SQUIT PyLink to force a protocol renegotiation.
@ -80,7 +80,7 @@ These IRCds (in alphabetical order) are frequently tested and well supported. If
Support for these IRCds exist, but are not tested as frequently and thoroughly. Bugs should be filed if there are any issues, though they may not always be fixed in a timely fashion.
* [Elemental-IRCd](https://github.com/Elemental-IRCd/elemental-ircd) (6.6.x / git master) - module `ts6`
* [InspIRCd](http://www.inspircd.org/) 2.2 (git master) - module `inspircd`
* [InspIRCd](http://www.inspircd.org/) 3.0.x (git master) - module `inspircd`
* [IRCd-Hybrid](http://www.ircd-hybrid.org/) (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.
* [ircd-ratbox](http://www.ratbox.org/) (3.x) - module `ratbox`
@ -94,4 +94,4 @@ Other TS6 and P10 variations may work, but are not officially supported.
Since v1.0, PyLink supports connecting to IRCds as a relay bot and forwarding users back, similar to Janus' Clientbot. This can be useful if the IRCd a network used isn't supported, or if you want to relay without fully linking to a network.
For Relay capabilities to work properly with Clientbot, be sure to load the `relay_clientbot` plugin in conjunction with Relay.
For Relay to work properly with Clientbot, be sure to load the `relay_clientbot` plugin in conjunction with Relay.