3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 21:19:31 +01:00
PyLink/protocols
James Lu 663e657bf5 inspircd: work around extraneous letters sometimes sent in FJOIN TS
Anope 1.8 potentially sends a trailing 'd' after the timestamp, which causes int() to error. This is technically valid in InspIRCd S2S because atoi() ignores non-digit characters, but it's strange behaviour either way:
<- :3AX FJOIN #monitor 1485462109d + :,3AXAAAAAK

Thansk to @koaxirc for reporting.
2017-02-05 21:06:42 -08:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
clientbot.py clientbot: always add channels to users' channel lists in names reply 2017-01-09 22:23:59 -08:00
hybrid.py Merge branch 'master' into devel 2016-12-18 00:15:24 -08:00
inspircd.py inspircd: work around extraneous letters sometimes sent in FJOIN TS 2017-02-05 21:06:42 -08:00
ircs2s_common.py ircs2s_common: fix last commit (missing import) 2017-01-01 20:39:34 -08:00
nefarious.py protocols: allow forwarding NOTICE from servers (#384) 2017-01-29 19:49:37 -08:00
ratbox.py core, protocols: add server argument to IrcUser (#355) 2016-11-09 18:40:16 -08:00
ts6_common.py protocols: allow forwarding NOTICE from servers (#384) 2017-01-29 19:49:37 -08:00
ts6.py ts6: implement line wrapping in SJOIN ban bursts (#253) 2017-01-11 23:09:25 -08:00
unreal.py unreal: in MODE, also wrap to 12 modes per line 2017-01-13 23:58:11 -08:00