summaryrefslogtreecommitdiffstats
path: root/module/plugins/AccountManager.py
Commit message (Collapse)AuthorAgeFilesLines
* module -> pyloadGravatar Walter Purcaro 2014-09-141-173/+0
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-09-141-22/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/Account.py module/plugins/AccountManager.py module/plugins/Hook.py module/plugins/OCR.py module/plugins/Plugin.py module/plugins/PluginManager.py module/plugins/ReCaptcha.py module/plugins/accounts/Ftp.py module/plugins/accounts/Http.py module/plugins/internal/MultiHoster.py module/plugins/ocr/GigasizeCom.py module/plugins/ocr/LinksaveIn.py module/plugins/ocr/NetloadIn.py module/plugins/ocr/ShareonlineBiz.py
| * Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-17/+0
| | | | | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
| * Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-4/+4
| |
| * Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-1/+3
| | | | | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* | [AccountManager] Fixed #733Gravatar stickell 2014-09-121-2/+8
| |
* | Stretch comment separatorGravatar Walter Purcaro 2014-07-141-4/+6
| |
* | Fix class definitionGravatar Walter Purcaro 2014-07-141-1/+1
|/
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@1387ded
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-111-24/+21
| | | | Merges vuolter/pyload@e4b2562
* automatic plugin reloaderGravatar RaNaN 2011-11-201-4/+5
|
* improved plugin loader, import hook to always use newest plugin versionsGravatar RaNaN 2011-11-141-1/+1
|
* fixed json importGravatar RaNaN 2011-09-221-1/+1
|
* has_key refractored, package name generator by GeekGravatar RaNaN 2011-07-141-4/+4
|
* erniebs fixes, ul lifetime fixGravatar RaNaN 2011-06-121-5/+7
|
* rehost plugin, fixed some account management issuesGravatar RaNaN 2011-05-251-5/+2
|
* gui account add fixGravatar mkaay 2011-02-141-2/+3
|
* closed #234Gravatar RaNaN 2011-02-071-0/+2
|
* FileSonic PremiumGravatar RaNaN 2011-01-231-2/+5
|
* cleaned request factoryGravatar RaNaN 2010-12-221-0/+179