From 5f8a4d25ea9034cadc8ae19a2ffab788f62cc56c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 27 Sep 2011 16:24:03 +0200 Subject: reworked authorization, now works on api level --- pyLoadCore.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index bb1bd28f3..b95d6f072 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -66,6 +66,8 @@ else: sys.stdout = getwriter(enc)(sys.stdout, errors="replace") # TODO List +# - configurable auth system ldap/mysql +# - cron job like sheduler class Core(object): """pyLoad Core, one tool to rule them all... (the filehosters) :D""" -- cgit v1.2.3