3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00
PyLink/protocols
James Lu 08386a8ef7 inspircd: get rid of MIN_PROTO_VER
We should always check that our remote has a protocol version >= our own.

i.e. support links using PyLink 1202 <-> InspIRCd 1205, PyLink 1205 <-> InspIRCd 1205, but NOT PyLink 1205 <-> InspIRCd 1202
2019-05-02 17:36:42 -07:00
..
__init__.py networks: reload shared modules used by protocol modules too 2018-08-23 02:57:03 -04:00
clientbot.py Move message tags code from clientbot to ircs2s_common 2019-05-02 15:54:34 -07:00
hybrid.py protocols: convert user TS to an int when receiving new users (#594) 2018-05-26 16:26:14 -07:00
inspircd.py inspircd: get rid of MIN_PROTO_VER 2019-05-02 17:36:42 -07:00
ircs2s_common.py Move message tags code from clientbot to ircs2s_common 2019-05-02 15:54:34 -07:00
nefarious.py classes, protocols: convert self.irc usage to self 2017-06-25 02:09:52 -07:00
ngircd.py protocols: convert user TS to an int when receiving new users (#594) 2018-05-26 16:26:14 -07:00
p10.py protocols: convert user TS to an int when receiving new users (#594) 2018-05-26 16:26:14 -07:00
ts6_common.py Replace use of conf.conf['bot'] with conf.conf['pylink'] 2018-02-18 23:26:39 -08:00
ts6.py protocols: convert user TS to an int when receiving new users (#594) 2018-05-26 16:26:14 -07:00
unreal.py unreal: work around a potential race when sending kills on join 2019-03-01 23:34:41 -08:00