3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00
PyLink/plugins
James Lu 4500e27931 relay: fix channel not found errors on LINK when remote casemapping differs
This can happen, e.g. if the remote network uses casemapping=ascii and has a channel containing "|", and the local network uses casemapping=rfc1459.

Thanks to iTzNavic for reporting.
2021-02-27 12:01:01 -08:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
antispam.py Tidy up imports and define __all__ in modules (#660) 2020-06-18 15:47:20 -07:00
automode.py automode: mangle channels to "#chanid" on networks where they're stored as int 2019-10-14 09:57:47 -07:00
bots.py Tidy up imports and define __all__ in modules (#660) 2020-06-18 15:47:20 -07:00
changehost.py changehost: add enable and enforce as network specific options. 2019-10-10 21:45:18 -07:00
commands.py Tidy up imports and define __all__ in modules (#660) 2020-06-18 15:47:20 -07:00
ctcp.py Sort imports via isort 2019-07-14 15:12:29 -07:00
example.py Sort imports via isort 2019-07-14 15:12:29 -07:00
exec.py Tidy up imports and define __all__ in modules (#660) 2020-06-18 15:47:20 -07:00
fantasy.py Sort imports via isort 2019-07-14 15:12:29 -07:00
games.py Tidy up imports and define __all__ in modules (#660) 2020-06-18 15:47:20 -07:00
global.py global: always coerse channel argument to str 2020-03-30 13:09:38 -07:00
networks.py Sort imports via isort 2019-07-14 15:12:29 -07:00
opercmds.py Sort imports via isort 2019-07-14 15:12:29 -07:00
raw.py Sort imports via isort 2019-07-14 15:12:29 -07:00
relay_clientbot.py relay: use get_service_options() to combine clientbot styles options (#642) 2019-10-10 19:16:58 -07:00
relay.py relay: fix channel not found errors on LINK when remote casemapping differs 2021-02-27 12:01:01 -08:00
servermaps.py Sort imports via isort 2019-07-14 15:12:29 -07:00
servprotect.py Replace references to PyLink 2.1 with 3.0 2020-04-10 11:15:54 -07:00
stats.py plugin stats: Refactor multiline function call 2020-06-18 21:15:53 -07:00