3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00
PyLink/coremods
James Lu b3387f2d41 conf: fix deprecation warnings crashing because log is unavailable
This allows conf methods to access to global logger by via an optional 'logger' argument. However,
the caveat is that the logging facilities are still unavailable on first start, because log can
only be imported *after* the configuration is loaded.
2016-12-05 22:43:01 -08:00
..
__init__.py WIP Permissions API (#190) 2016-08-25 00:45:05 -07:00
control.py conf: fix deprecation warnings crashing because log is unavailable 2016-12-05 22:43:01 -08:00
corecommands.py Switch 'identify' to use the new login backend, add passlib to README dependencies 2016-11-19 17:21:45 -08:00
exttargets.py core: rename IrcUser.identified attribute to IrcUser.account 2016-07-29 20:16:05 -07:00
handlers.py Implement /TIME support (#228) 2016-08-12 19:19:09 -07:00
login.py login: Use a slightly faster CryptContext 2016-11-19 17:47:55 -08:00
permissions.py permissions: move admin login clause into checkPermissions() 2016-08-31 13:32:42 -07:00
service_support.py Irc: s/isServiceBot/getServiceBot/g (#355) 2016-11-09 19:09:59 -08:00