3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/protocols
James Lu 1996b86e85 p10: acknowledge incoming KICKs with a PART
Per https://github.com/evilnet/nefarious2/blob/ed12d64/doc/p10.txt#L611-L616. This fixes autorejoin-on-kick not working with prefix modes because the remote verifies whether the KICK has been acknowledged properly. Closes #465.
2017-06-02 08:09:19 -07:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
clientbot.py clientbot: reinitialize PUID generators on connect 2017-05-12 19:57:24 -07:00
hybrid.py protocols: rename checkCollision -> check_nick_collision() (#454) 2017-05-09 20:44:48 -07:00
inspircd.py protocols: rename checkCollision -> check_nick_collision() (#454) 2017-05-09 20:44:48 -07:00
ircs2s_common.py ircs2s_common: don't clobber the case of prefixmsg prefixes on RFC1459 networks 2017-06-02 07:56:33 -07:00
nefarious.py Rename protocols/nefarious.py to protocols/p10.py 2017-03-25 13:47:15 -07:00
p10.py p10: acknowledge incoming KICKs with a PART 2017-06-02 08:09:19 -07:00
ratbox.py protocols: raise NotImplementedError with proper reasons 2017-03-26 14:32:54 -07:00
ts6_common.py Merge ts6 and p10 handle_events, handle_privmsg into ircs2s_common 2017-05-20 19:41:19 -07:00
ts6.py protocols: rename checkCollision -> check_nick_collision() (#454) 2017-05-09 20:44:48 -07:00
unreal.py unreal: remove handle_privmsg/handle_notice override 2017-06-02 07:56:22 -07:00