This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
PyLink
Watch
3
Star
0
Fork
0
You've already forked PyLink
mirror of
https://github.com/jlu5/PyLink.git
synced
2025-02-23 08:50:44 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
PyLink
/
plugins
History
James Lu
a740163cbe
relay: implement DB exporting using threading.Timer, similar to classes.Irc.schedulePing
...
Fixes
#165
(exportDB threads not dying on unload)
2016-02-27 18:13:26 -08:00
..
bots.py
protocols: quitClient(...) -> quit(...), partClient(...) -> part(...)
2016-01-16 16:51:54 -08:00
changehost.py
changehost: check users' real hosts instead of their displayed vHosts
2015-12-31 18:46:09 -08:00
commands.py
commands: reformat 'showuser' output, and show services login info (
#25
)
2016-02-20 18:24:29 -08:00
exec.py
exec: add some more default imports for convenience
2015-12-29 11:14:19 -08:00
fantasy.py
classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class
2015-12-31 17:28:47 -08:00
networks.py
classes: add services_account field in IrcUser (
#25
), default 'identified' attribute to empty string instead of None
2016-02-07 18:11:09 -08:00
opercmds.py
opercmds: fix wrong help message for KILL
2016-02-26 07:16:39 -08:00
relay.py
relay: implement DB exporting using threading.Timer, similar to classes.Irc.schedulePing
2016-02-27 18:13:26 -08:00