3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00
PyLink/protocols
James Lu 3fb563bb43 inspircd: get rid of IDLE->WHOIS hack
This is unnecessary as sending 0 for both the idle time and signon time will tell the IRCd to not show anything.

...But we track our startup time, so we can actually pass that as a value (Anope does this as well)
2017-07-12 07:23:00 -07:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
clientbot.py core: rename ping() to _ping_uplink(), and drop the unused source/target arguments 2017-07-04 22:09:50 -07:00
hybrid.py protocols: add _check_oper_status_change abstraction 2017-07-07 20:04:21 -07:00
inspircd.py inspircd: get rid of IDLE->WHOIS hack 2017-07-12 07:23:00 -07:00
ircs2s_common.py protocols: add _check_oper_status_change abstraction 2017-07-07 20:04:21 -07:00
nefarious.py classes, protocols: convert self.irc usage to self 2017-06-25 02:09:52 -07:00
ngircd.py protocols: move S2S_BUFSIZE definition into a class variable 2017-07-07 20:14:26 -07:00
p10.py p10: also acknowledge our own kicks with a PART 2017-07-11 02:36:00 -07:00
ratbox.py core: convert IrcUser calls to User 2017-06-30 21:44:31 -07:00
ts6_common.py Move numeric() into IRCS2SProtocol 2017-07-05 02:36:34 -07:00
ts6.py protocols: move S2S_BUFSIZE definition into a class variable 2017-07-07 20:14:26 -07:00
unreal.py protocols: move S2S_BUFSIZE definition into a class variable 2017-07-07 20:14:26 -07:00