3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00
PyLink/docs/faq.md

2.8 KiB
Raw Blame History

PyLink FAQ

You are missing dependencies - re-read https://github.com/GLolol/PyLink/blob/master/README.md#installation

I get errors like “yaml.scanner.ScannerError: while scanning for the next token, found character that cannot start any token”

You must use SPACES and not tabs in your configuration! (\t is the escaped code for a tab, which is disallowed by YAML)

PyLink does not support inbound connections - much like regular services such as Atheme or Anope, it only connects outwards to IRCds. (If you dont understand what this means, it means you should turn autoconnect OFF for PyLink)

Yes. However, Clientbot support is in alpha stages as of PyLink 0.10 and is far from complete: Clientbot TODO.

Clientbot doesnt relay both ways!

Load the relay_clientbot plugin. https://github.com/GLolol/PyLink/blob/e1fab8c/example-conf.yml#L303-L306

No! Only the PyLink administrator needs to host a PyLink instance, as each can connect to multiple networks. Everyone else only needs to add a link block on their IRCd.

InterJanus-style links between PyLink daemons are not supported yet; see https://github.com/GLolol/PyLink/issues/99 for any progress regarding that.

In no particular order: - More complete support for modern IRCds (UnrealIRCd 4.x, InspIRCd 2.0, charybdis 4, Nefarious IRCu, etc.). - PyLink is built upon a flexible, maintainable codebase. - Cross platform (*nix, Windows, and probably others too). - Proper protocol negotiation leading to fewer DoS possibilities: - Better support for channel modes such as +fjMOR, etc. - Configurable nick length limits for relayed users.

My IRCd SQUITs the relay server with errors like “Bad nickname introduced”!

First, check whether the SQUIT message includes the nick that triggered the netsplit. If this nick includes any characters not allowed in regular IRC, such as the slash (“/”), or is otherwise an invalid nick (e.g. beginning with a hyphen or number), this likely indicates a bug in PyLink Relay. These problems should be reported on the issue tracker!

However, if the nick mentioned is legal on IRC, this issue is likely caused by a max nick length misconfiguration: i.e. the relay server is introducing nicks too long for the target network. This can be fixed by setting the maxnicklen option in the affected networks PyLink server: block to the same value as that networks 005 NICKLEN (that is, the NICKLEN=<num> value in /raw version).