summaryrefslogtreecommitdiffstats
path: root/pyload/manager
Commit message (Collapse)AuthorAgeFilesLines
* Use 'import' instead 'from' (2)Gravatar Walter Purcaro 2015-05-0112-78/+74
|
* Spare code cosmetics (10)Gravatar Walter Purcaro 2015-04-211-2/+2
|
* Merge branch 'pr/n10_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-201-0/+3
|\ | | | | | | | | Conflicts: pyload/plugin/hoster/FileserveCom.py
| * added check of classname == filenameGravatar Armin 2015-04-201-0/+3
| |
* | Spare code cosmetics (9)Gravatar Walter Purcaro 2015-04-207-20/+20
| |
* | Spare code cosmetics (8)Gravatar Walter Purcaro 2015-04-203-6/+6
| |
* | PEP-8, Python Zen, refactor and reduce code (part 14 in master module/threads)Gravatar fedeG 2015-04-201-3/+6
| | | | | | | | | | | | Conflicts: module/threads/PluginThread.py pyload/manager/thread/Server.py
* | Spare code cosmetics (7)Gravatar Walter Purcaro 2015-04-201-3/+3
| |
* | range -> xrangeGravatar Walter Purcaro 2015-04-191-2/+2
| |
* | Use with statementGravatar Walter Purcaro 2015-04-191-3/+4
|/
* fixed: MultiHookGravatar Armin 2015-04-181-3/+5
|
* Spare code cosmetics (5)Gravatar Walter Purcaro 2015-04-185-8/+13
|
* PEP-8, Python Zen, refactor and reduce code (part 3 in master module)Gravatar Walter Purcaro 2015-04-171-4/+3
| | | | | | | | | | | | | | Conflicts: module/InitHomeDir.py module/debug.py module/forwarder.py module/unescape.py pyload/datatype/Package.py pyload/manager/Event.py pyload/manager/Thread.py pyload/manager/event/Scheduler.py pyload/utils/__init__.py pyload/webui/filters.py
* Spare code cosmetics (4)Gravatar Walter Purcaro 2015-04-171-0/+8
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-04-173-4/+4
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-04-171-4/+4
|
* Spare code cosmetics (1)Gravatar Walter Purcaro 2015-04-172-4/+4
|
* Merge pull request #5 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-163-4/+6
|\ | | | | fix: assignJob and typos (__name vs. __name__) [2]
| * fixed: more typosGravatar Armin 2015-04-161-3/+3
| |
| * fix typoGravatar Armin 2015-04-142-1/+3
| |
* | Fix commentsGravatar Walter Purcaro 2015-04-164-7/+7
| |
* | [config] Use get method instead dict accessGravatar Walter Purcaro 2015-04-163-17/+17
|/
* fix: assignJobGravatar Armin 2015-04-132-5/+5
| | | fix: typos __name vs. __name__
* Cleanup (2)Gravatar Walter Purcaro 2015-04-133-28/+3
|
* CleanupGravatar Walter Purcaro 2015-04-1313-5/+141
|
* Move lib to lib/Python/LibGravatar Walter Purcaro 2015-04-131-1/+1
|
* Merge branch 'pr/n3_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-127-126/+99
|\ | | | | | | | | | | Conflicts: pyload/plugin/Plugin.py pyload/webui/app/pyloadweb.py
| * import fixes + code-cleanupGravatar Armin 2015-04-123-5/+3
| |
| * fix, fix and more fixesGravatar Armin 2015-04-126-124/+99
| |
| * remove testing stuffGravatar Armin 2015-04-101-1/+1
| |
* | CleanupGravatar Walter Purcaro 2015-04-102-2/+2
|/
* added: configdata of deleted or outdated plugins are deletedfrom configGravatar Armin 2015-04-101-0/+5
| | | file
* more fixes. now running all plugins Gravatar Armin 2015-04-102-30/+27
|
* fix: OboomCom and SmoozedCom with beaker >= v1.7.xGravatar Armin 2015-04-093-11/+12
| | | fix: run plugins this fix makes the plugin attribute "__name" obsolet
* [config] webinterface -> webuiGravatar Walter Purcaro 2015-04-071-5/+5
|
* fix againGravatar Armin 2015-04-041-1/+1
|
* fix plugin locationGravatar Armin 2015-04-041-2/+2
|
* Merge branch 'pr/n1156_ItachiSan' into 0.4.10Gravatar Walter Purcaro 2015-03-291-9/+17
| | | | | Conflicts: pyload/manager/thread/Server.py
* safe_join -> fs_joinGravatar Walter Purcaro 2015-02-281-3/+3
|
* Fix extractor plugin typeGravatar Walter Purcaro 2015-02-171-1/+1
|
* Revert fcead1870013b6a970eca7878a66dbe783c80ea3Gravatar Walter Purcaro 2015-02-165-25/+15
|
* Fix plugins to work on 0.4.10Gravatar Walter Purcaro 2015-02-1617-0/+2497
|
* module tempGravatar Walter Purcaro 2015-02-1617-2497/+0
|
* Partially revert acc46fc3497a66a427b795b4a22c6e71d69185a1Gravatar Walter Purcaro 2015-02-165-14/+14
|
* UpdateGravatar Walter Purcaro 2014-12-1313-18/+18
|
* Spare code fixes (2)Gravatar Walter Purcaro 2014-12-123-14/+17
|
* Set utf-8 coding in all __init__.pyGravatar Walter Purcaro 2014-12-113-0/+3
|
* Str unquote stuffGravatar Walter Purcaro 2014-12-111-0/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-114-17/+1
|
* Rename some events + engage renamed addon methodsGravatar Walter Purcaro 2014-12-112-53/+79
|
* Support new key attributesGravatar Walter Purcaro 2014-12-105-14/+14
|
* License cleanupGravatar Walter Purcaro 2014-12-0712-186/+15
|
* Fix with_statementGravatar Walter Purcaro 2014-12-072-0/+4
|
* PEP-8, Python Zen, refactor and reduce code (thx FedeG)Gravatar Walter Purcaro 2014-12-0112-68/+53
|
* Remove merged PluginThreadGravatar Walter Purcaro 2014-11-221-2/+3
|
* Import threading instead thread + thread cleanupGravatar Walter Purcaro 2014-11-202-9/+10
|
* Use utils encode/decodeGravatar Walter Purcaro 2014-11-201-6/+4
|
* [PluginManager] Improve getPluginGravatar Walter Purcaro 2014-11-162-54/+79
|
* Update plugins 2Gravatar Walter Purcaro 2014-11-151-3/+4
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-154-47/+39
|
* Update PluginManagerGravatar Walter Purcaro 2014-11-151-24/+15
|
* Split PluginThreadGravatar Walter Purcaro 2014-11-158-544/+697
|
* datatypes -> datatypeGravatar Walter Purcaro 2014-11-151-1/+1
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-11-135-175/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/MegaRapidCz.py module/plugins/accounts/ShareRapidCom.py module/plugins/crypter/HotfileComFolder.py module/plugins/crypter/HotfileFolderCom.py module/plugins/hoster/Keep2shareCC.py module/plugins/hoster/Keep2shareCc.py module/plugins/hoster/MegaCoNz.py module/plugins/hoster/MegaNz.py module/plugins/hoster/MegaRapidCz.py module/plugins/hoster/ShareRapidCom.py module/plugins/internal/CaptchaService.py pyload/api/__init__.py pyload/manager/AccountManager.py pyload/manager/PluginManager.py pyload/manager/thread/PluginThread.py pyload/network/HTTPRequest.py pyload/network/XDCCRequest.py pyload/plugins/Plugin.py pyload/plugins/account/BillionuploadsCom.py pyload/plugins/account/CramitIn.py pyload/plugins/account/EasybytezCom.py pyload/plugins/account/FastshareCz.py pyload/plugins/account/File4safeCom.py pyload/plugins/account/FileParadoxIn.py pyload/plugins/account/FileomCom.py pyload/plugins/account/FilerNet.py pyload/plugins/account/FilerioCom.py pyload/plugins/account/FourSharedCom.py pyload/plugins/account/Ftp.py pyload/plugins/account/Http.py pyload/plugins/account/HugefilesNet.py pyload/plugins/account/HundredEightyUploadCom.py pyload/plugins/account/LomafileCom.py pyload/plugins/account/MovReelCom.py pyload/plugins/account/MultishareCz.py pyload/plugins/account/MyfastfileCom.py pyload/plugins/account/NosuploadCom.py pyload/plugins/account/NovafileCom.py pyload/plugins/account/QuickshareCz.py pyload/plugins/account/RarefileNet.py pyload/plugins/account/RyushareCom.py pyload/plugins/account/SecureUploadEu.py pyload/plugins/account/SendmywayCom.py pyload/plugins/account/ShareRapidCom.py pyload/plugins/account/StahnuTo.py pyload/plugins/account/StreamcloudEu.py pyload/plugins/account/TusfilesNet.py pyload/plugins/account/UploadingCom.py pyload/plugins/account/UptoboxCom.py pyload/plugins/account/VidPlayNet.py pyload/plugins/addon/Checksum.py pyload/plugins/addon/ClickAndLoad.py pyload/plugins/addon/DeleteFinished.py pyload/plugins/addon/DownloadScheduler.py pyload/plugins/addon/ExternalScripts.py pyload/plugins/addon/ExtractArchive.py pyload/plugins/addon/HotFolder.py pyload/plugins/addon/IRCInterface.py pyload/plugins/addon/MergeFiles.py pyload/plugins/addon/MultiHome.py pyload/plugins/addon/RestartFailed.py pyload/plugins/addon/UnSkipOnFail.py pyload/plugins/addon/WindowsPhoneToastNotify.py pyload/plugins/addon/XMPPInterface.py pyload/plugins/base/Container.py pyload/plugins/base/Crypter.py pyload/plugins/base/Hook.py pyload/plugins/base/OCR.py pyload/plugins/container/RSDF.py pyload/plugins/crypter/DuploadOrgFolder.py pyload/plugins/crypter/EasybytezComFolder.py pyload/plugins/crypter/FiredriveComFolder.py pyload/plugins/crypter/HotfileFolderCom.py pyload/plugins/crypter/LinkSaveIn.py pyload/plugins/crypter/MultiuploadCom.py pyload/plugins/crypter/ShareRapidComFolder.py pyload/plugins/crypter/TusfilesNetFolder.py pyload/plugins/crypter/UploadableChFolder.py pyload/plugins/crypter/UploadedToFolder.py pyload/plugins/hook/Captcha9kw.py pyload/plugins/hook/MyfastfileCom.py pyload/plugins/hoster/BillionuploadsCom.py pyload/plugins/hoster/CramitIn.py pyload/plugins/hoster/EasybytezCom.py pyload/plugins/hoster/File4safeCom.py pyload/plugins/hoster/FileParadoxIn.py pyload/plugins/hoster/FilefactoryCom.py pyload/plugins/hoster/FileomCom.py pyload/plugins/hoster/FilerioCom.py pyload/plugins/hoster/FileshareInUa.py pyload/plugins/hoster/FiredriveCom.py pyload/plugins/hoster/Ftp.py pyload/plugins/hoster/HugefilesNet.py pyload/plugins/hoster/HundredEightyUploadCom.py pyload/plugins/hoster/Keep2shareCC.py pyload/plugins/hoster/LoadTo.py pyload/plugins/hoster/LomafileCom.py pyload/plugins/hoster/MegaNz.py pyload/plugins/hoster/MegacrypterCom.py pyload/plugins/hoster/MovReelCom.py pyload/plugins/hoster/MyvideoDe.py pyload/plugins/hoster/NosuploadCom.py pyload/plugins/hoster/NovafileCom.py pyload/plugins/hoster/PandaPlaNet.py pyload/plugins/hoster/PremiumTo.py pyload/plugins/hoster/RarefileNet.py pyload/plugins/hoster/RyushareCom.py pyload/plugins/hoster/SecureUploadEu.py pyload/plugins/hoster/SendmywayCom.py pyload/plugins/hoster/ShareRapidCom.py pyload/plugins/hoster/SockshareCom.py pyload/plugins/hoster/StreamcloudEu.py pyload/plugins/hoster/TurbobitNet.py pyload/plugins/hoster/TusfilesNet.py pyload/plugins/hoster/UptoboxCom.py pyload/plugins/hoster/VidPlayNet.py pyload/plugins/hoster/WebshareCz.py pyload/plugins/internal/DeadCrypter.py pyload/plugins/internal/DeadHoster.py pyload/plugins/internal/MultiHoster.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py pyload/plugins/internal/UpdateManager.py pyload/plugins/internal/XFSPAccount.py pyload/plugins/internal/XFSPHoster.py pyload/utils/__init__.py pyload/utils/packagetools.py pyload/webui/app/cnl.py
* Trace broken plugin __pattern__ blocking url parsingGravatar Walter Purcaro 2014-10-051-2/+8
|
* Finish replace word "hook"Gravatar Walter Purcaro 2014-10-041-1/+1
|
* Update pyload to the new plugins structureGravatar Walter Purcaro 2014-10-036-52/+56
|
* Restructure pyload file tree (1)Gravatar Walter Purcaro 2014-09-1413-0/+2444