summaryrefslogtreecommitdiffstats
path: root/module/plugins/PluginManager.py
Commit message (Collapse)AuthorAgeFilesLines
* module -> pyloadGravatar Walter Purcaro 2014-09-141-356/+0
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-09-141-49/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-19/+3
| | | | | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
| * Prefer single quote for dict keyGravatar Walter Purcaro 2014-08-011-30/+30
| |
| * Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-0/+1
| | | | | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* | Remove self-tests from all filesGravatar Walter Purcaro 2014-07-191-19/+0
| |
* | Fix c1abc13d4dccb20f3845594c28952667573b7d0bGravatar Walter Purcaro 2014-07-191-3/+3
| |
* | Use self.config instead self.core.config + inverted getConfig with getConfGravatar Walter Purcaro 2014-07-141-4/+4
| |
* | Improved reloadPlugins methodsGravatar Walter Purcaro 2014-06-281-12/+23
|/
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-111-3/+3
| | | | Merges vuolter/pyload@e4b2562
* Fix EOFGravatar Walter Purcaro 2014-04-111-1/+0
| | | | Merges vuolter/pyload@00052b2
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@a50c8ff
* closed #441Gravatar RaNaN 2011-12-021-1/+1
|
* closed #435Gravatar RaNaN 2011-11-271-0/+2
|
* automatic plugin reloaderGravatar RaNaN 2011-11-201-17/+42
|
* little fixGravatar RaNaN 2011-11-161-9/+4
|
* ignore old UnRar pluginGravatar RaNaN 2011-11-161-4/+4
|
* improved plugin loader, import hook to always use newest plugin versionsGravatar RaNaN 2011-11-141-128/+96
|
* fixes syntax error on old python versionsGravatar RaNaN 2011-10-131-1/+1
|
* improvement for hook plugins, new internal plugin typeGravatar RaNaN 2011-10-131-16/+54
|
* new SafeEvalGravatar RaNaN 2011-10-031-5/+1
|
* improved hook loaderGravatar RaNaN 2011-07-181-33/+25
|
* closed #364, changes to online check apiGravatar RaNaN 2011-07-181-0/+4
|
* clsoed #352Gravatar RaNaN 2011-07-141-1/+4
|
* has_key refractored, package name generator by GeekGravatar RaNaN 2011-07-141-15/+15
|
* fixed config on webif + show descriptionGravatar RaNaN 2011-07-141-2/+8
|
* fix dlc, new cli functions, new localeGravatar RaNaN 2011-05-281-1/+1
|
* RealdebridCom pluginGravatar RaNaN 2011-05-241-1/+23
|
* rewritten cli, closed #275, #304Gravatar RaNaN 2011-05-101-1/+1
|
* new file states (temp. offline, skipped)Gravatar RaNaN 2011-05-021-90/+97
|
* closed #259, #250Gravatar RaNaN 2011-03-111-11/+8
|
* closed #242, #243, #244Gravatar RaNaN 2011-02-181-2/+6
|
* new l18n filesGravatar RaNaN 2011-01-261-1/+1
|
* little improvmentsGravatar RaNaN 2011-01-261-1/+3
|
* MU free fixedGravatar RaNaN 2010-12-291-14/+4
|
* working speedlimit + proxy support, closed #197Gravatar RaNaN 2010-12-281-1/+1
|
* cleaned request factoryGravatar RaNaN 2010-12-221-0/+329