summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
Commit message (Collapse)AuthorAgeFilesLines
* [XFileSharingPro] Fix typoGravatar Walter Purcaro 2014-11-031-2/+2
|
* [XFileSharingPro] Fix hook pluginGravatar Walter Purcaro 2014-11-021-25/+35
|
* Don't handle bugged event pluginConfigChangedGravatar Walter Purcaro 2014-11-013-7/+7
|
* [XFileSharingPro] Tiny code cosmeticsGravatar Walter Purcaro 2014-11-011-2/+3
|
* [IRCInterface] Initial SSL SupportGravatar Robert Müller 2014-11-011-1/+7
|
* [XFileSharingPro] Massive cleanup for hook pluginGravatar Walter Purcaro 2014-10-301-49/+30
|
* Code cosmetics: use self.core.api instead self.api (for now)Gravatar Walter Purcaro 2014-10-282-19/+16
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-2842-186/+186
|
* Update plugins to last changesGravatar Walter Purcaro 2014-10-281-1/+1
|
* Update __config__Gravatar Walter Purcaro 2014-10-2834-67/+33
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-278-17/+18
|
* [XFileSharingPro] Added filevice.com to HOSTER_LISTGravatar Walter Purcaro 2014-10-261-2/+2
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-268-22/+22
|
* Avoid gettext conflict due variable `_`Gravatar Walter Purcaro 2014-10-253-3/+3
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-2223-0/+136
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-221-1/+1
|
* Update Captcha9kw.pyGravatar eerozeteen 2014-10-221-2/+2
| | | syntax error, added missing parentheses
* [UpdateManager] MIN_INTERVAL is 6h nowGravatar Walter Purcaro 2014-10-201-2/+2
|
* FixesGravatar Walter Purcaro 2014-10-191-6/+6
|
* [XFileSharingPro] Improve hook regexGravatar Walter Purcaro 2014-10-181-2/+2
|
* Fix TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet accountsGravatar Walter Purcaro 2014-10-171-1/+1
|
* [XFileSharingPro] Updated to support XFileSharingProFolderGravatar Walter Purcaro 2014-10-171-35/+47
|
* [ClickAndLoad] Code cosmeticsGravatar Walter Purcaro 2014-10-141-28/+28
|
* [XFSPHoster] TEXT_ENCODING supportGravatar Walter Purcaro 2014-10-141-2/+2
|
* [XFileSharingPro] Fix regexpGravatar Walter Purcaro 2014-10-131-8/+12
|
* [XFileSharingPro] Code cosmetics 2Gravatar Walter Purcaro 2014-10-121-11/+11
|
* [XFileSharingPro] Code cosmeticsGravatar Walter Purcaro 2014-10-121-1/+1
|
* [DeleteFinished] Fix pluginConfigChangedGravatar Walter Purcaro 2014-10-121-2/+12
|
* [XFileSharingPro] Match optionGravatar Walter Purcaro 2014-10-121-28/+51
|
* [XFileSharingPro] Hoster list cleanup + linestorage.comGravatar Walter Purcaro 2014-10-111-20/+7
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-112-2/+2
|
* Pattern update 1Gravatar Walter Purcaro 2014-10-114-4/+4
|
* Newline cosmeticsGravatar Walter Purcaro 2014-10-081-0/+2
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-0842-0/+42
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-0742-86/+77
| | | | Whitespaces and EOF fixup
* [XFileSharingPro] Code cosmeticsGravatar Walter Purcaro 2014-10-071-12/+12
|
* Fix pillow import headerGravatar Walter Purcaro 2014-10-051-1/+5
|
* Remove old Ev0InFetcher hookGravatar Walter Purcaro 2014-10-051-80/+0
|
* Better import lib headerGravatar Walter Purcaro 2014-10-051-2/+2
|
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-2728-90/+87
|
* Extend ExtractArchive events + code optimizationsGravatar Walter Purcaro 2014-09-252-65/+128
| | | | | https://github.com/pyload/pyload/pull/622 https://github.com/pyload/pyload/pull/726
* [XFilesharingPro] Embedded urls supportGravatar igel-kun 2014-09-151-2/+5
|
* [Premium4Me] Renamed to PremiumToGravatar stickell 2014-09-121-8/+6
| | | | | + partial rewrite + special traffic support
* [MultiDebrid] renaming files to MyfastlineComGravatar stickell 2014-09-111-2/+2
|
* [MultiDebrid] renamed to MyfastlineGravatar stickell 2014-09-111-6/+3
|
* [Checksum] Moved the checksum validation toggle to the plugin because the ↵Gravatar stickell 2014-08-311-6/+7
| | | | general configuration has been removed in 0.4.10
* UpdateManager] Fix I/O conflict on activation + fix removePlugins + some ↵Gravatar Walter Purcaro 2014-08-301-41/+38
| | | | code cosmetics
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-0143-518/+126
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* [UpdateManager] Disable reloadplugins schedule on plugin deactivationGravatar Walter Purcaro 2014-08-011-2/+5
|
* Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-201-2/+2
|
* [UpdateManager] Rewritten removePlugins method + protect from self-removingGravatar Walter Purcaro 2014-07-201-19/+39
|
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-203-6/+3
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/687Gravatar Walter Purcaro 2014-07-151-35/+49
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-1519-86/+82
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-1512-15/+18
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-1543-85/+174
|
* [l18n] Improved few source stringsGravatar Stefano 2014-07-141-5/+5
|
* [CaptchaTrader] Removed because service is deadGravatar Walter Purcaro 2014-07-131-157/+0
|
* [UpdateManager] Improve code a bit more againGravatar Walter Purcaro 2014-07-071-5/+6
|
* [RestartFailed] Fixed bad interval checkingGravatar Walter Purcaro 2014-07-071-9/+10
|
* [UpdateManager] Fixed broken updating for new plugin + sort updates + better ↵Gravatar Walter Purcaro 2014-07-071-43/+46
| | | | exception handling + improved update speed performance
* Remove two dead pluginsGravatar Walter Purcaro 2014-07-062-147/+0
|
* [UpdateManager] Little code cleanup + improved threadingGravatar Walter Purcaro 2014-07-051-4/+4
|
* [RestartFailed] Code cleanupGravatar Walter Purcaro 2014-07-051-35/+30
|
* [UpdateManager] Better if-condition check (thx stickell)Gravatar Walter Purcaro 2014-07-051-1/+1
|
* Fixed https://github.com/pyload/pyload/issues/671 + improved threadingGravatar Walter Purcaro 2014-07-051-5/+5
|
* [UpdateManager] Fix interval changing procedureGravatar Walter Purcaro 2014-07-021-5/+11
|
* [UpdateManager] Store new pyload's version number when a system update is ↵Gravatar Walter Purcaro 2014-06-271-2/+2
| | | | available
* Spare fixesGravatar Walter Purcaro 2014-06-271-1/+0
|
* [UpdateManager] Fix removePlugins methodGravatar Walter Purcaro 2014-06-261-2/+2
|
* [UpdateManager] bumpGravatar stickell 2014-06-261-1/+1
| | | Fix commit hash on the update manager server
* [UpdateManager] rewrittenGravatar Walter Purcaro 2014-06-261-118/+151
|
* [SimplyPremium] Updated APIGravatar EvolutionClip 2014-06-251-4/+4
| | | | Merges #655
* [CaptchaBrotherhood] Pillow supportGravatar Stefano 2014-05-191-2/+2
|
* [UpdateManager] Using the new platformGravatar Stefano 2014-05-161-30/+29
|\
| * Update Manager: fixed exception if there is no blacklistGravatar Stefano 2014-05-071-1/+2
| |
| * Update Manager updated to use the new platformGravatar Stefano 2014-05-071-30/+28
|/ | | | + blacklist support
* Fixed MegaDebridEu file namesGravatar Stefano 2014-05-051-1/+1
|
* New multihoster: Mega-DebridGravatar D.Ducatel 2014-05-051-0/+42
| | | | Merges #591
* New multihoster: LinksnappyGravatar Stefano 2014-05-041-0/+26
|
* File4safe premiumGravatar Stefano 2014-05-031-2/+2
| | | | | + XFSPAccount improved Resolves #431
* file4safe added to XFSGravatar Stefano 2014-04-281-2/+2
| | | | Resolves #431
* Fixed PEP8 violationsGravatar Stefano 2014-04-184-3/+6
|
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-1117-4/+16
| | | | 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-117-9/+9
| | | | Merges vuolter/pyload@e4b2562
* Fix retry time formatsGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@498b9e3
* Fix EOFGravatar Walter Purcaro 2014-04-111-1/+0
| | | | Merges vuolter/pyload@00052b2
* Fix __config__Gravatar Walter Purcaro 2014-04-1135-83/+83
| | | | Merges vuolter/pyload@83ff313
* Replace range with xrangeGravatar Walter Purcaro 2014-04-113-3/+3
| | | | Merges vuolter/pyload@a50c8ff
* Fix __description__Gravatar Walter Purcaro 2014-04-1126-26/+26
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-1130-59/+60
| | | | Merges vuolter/pyload@6c57a37
* Hook: RestartFailed: Old version rewrittenGravatar Walter Purcaro 2014-04-111-19/+44
| | | | Merges vuolter/pyload@47e3ffe
* New multihoster: Vipleech4uGravatar Ivo Buff 2014-04-101-0/+80
| | | | Merges #524
* XFS: host addedGravatar igel-kun 2014-04-051-2/+2
| | | | Merged #579
* XFileSharingPro additionsGravatar igel-kun 2014-03-311-2/+3
| | | | Merged #569
* New multihoster: SimplyPremiumComGravatar EvolutionClip 2014-03-311-0/+42
| | | | Merges #531
* New multihoster: OverLoadMeGravatar marley2013 2014-03-251-0/+28
| | | | Merges #549, #550 and #551
* Improve free-way plugin (thanks stickell for your comments!)Gravatar flubshi 2014-03-201-4/+2
|
* Add multihost plugin for free-way.meGravatar flubshi 2014-03-201-0/+41
|
* XFileSharingPro:Gravatar igel-kun 2014-01-181-2/+2
| | | | | | * Added 2 hosters * Extended OFFLINE_PATTERN Merged pull request #485
* Update AlldebridCom.pyGravatar Maximilian Berger 2014-01-041-1/+1
| | | Fixed wrong description
* Checksum: disabled by defaultGravatar Stefano 2013-12-131-2/+2
|
* Checksum: merged #388Gravatar Walter Purcaro 2013-12-131-34/+37
|
* catch all errors when starting link decrypterGravatar RaNaN 2013-12-051-1/+7
|
* fixed import in ExternalScriptsGravatar RaNaN 2013-11-301-2/+2
|
* Merged #407Gravatar =?UTF-8?q?Michael=20Elsd=C3=B6rfer?= 2013-11-211-0/+1
| | | | Make debugging script issue a bit easier
* New multi-hoster: RPNetBizGravatar Dman 2013-11-031-0/+47
| | | | Merged #339
* Merge remote-tracking branch 'upstream/stable' into stableGravatar AndroKev 2013-11-021-3/+4
|\ | | | | | | test
| * Captcha9kw: merged #356Gravatar stefanos 2013-10-311-3/+4
| |
* | Deleted default value and cleaned the code a little bitGravatar AndroKev 2013-11-021-1/+1
| |
* | ExtractArchives - add an option to excludefilesGravatar AndroKev 2013-10-271-4/+5
|/
* Hosters: replaced line continuation with bracketsGravatar Walter Purcaro 2013-10-161-3/+3
|
* Captcha9kw: new selfsolve optionGravatar stefanos 2013-10-071-4/+5
| | | | + removed unused imports
* Checksum: reverted b2e7352 due to a case sensitive issueGravatar Stefano 2013-10-041-15/+1
|
* DDLStorage: rewritten to use API.Gravatar Stefano 2013-10-021-1/+15
|
* Removed SkipRev. See #167Gravatar Stefano 2013-09-211-47/+0
|
* Checksum: fixed #262Gravatar Stefano 2013-09-181-2/+2
|
* Plugins: core.config -> configGravatar Walter Purcaro 2013-09-034-14/+14
|
* WindowsPhoneToastNotify: fixed type of storage valueGravatar Andy Voigt 2013-08-261-2/+2
|
* WindowsPhoneToastNotify: add notification timeoutGravatar Andy Voigt 2013-08-261-7/+10
|
* WindowsPhoneToastNotify: fixed stringGravatar Stefano 2013-08-231-2/+3
|
* create WindowsPhoneToastNotify hookGravatar Andy Voigt 2013-08-181-0/+64
|
* Merge pull request #226 from Kagenoshin/simplydebridGravatar Stefano 2013-08-131-0/+20
|\ | | | | New multihoster plugin: Simplydebrid
| * Simplydebrid: renamed to standardGravatar Stefano 2013-07-201-2/+2
| |
| * Simplydebrid: fixed syntax errorGravatar Stefano 2013-07-201-1/+2
| | | | | | | | | | + code reformatted + removed unused imports
| * Code optimizedGravatar Stefano 2013-07-201-4/+4
| |
| * CleanupGravatar Ivo Buff 2013-07-121-12/+12
| | | | | | | | Some cleanup and changed tabs to 4 spaces
| * SimplydebridCOM plugin addedGravatar Ivo Buff 2013-07-121-0/+19
| | | | | | | | SimplydebridCOM plugin added
* | Fastfix: renamed and code cleanupGravatar Stefano 2013-07-261-8/+7
| |
* | Merge branch 'stable' of git://github.com/Dinawhk/pyload into Dinawhk-stableGravatar Stefano 2013-07-261-0/+28
|\ \
| * | fastix integration 2ndGravatar Max 2013-07-221-0/+28
| |/
* | Fixed some pylint violationsGravatar Stefano 2013-07-251-2/+2
| |
* | Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-2433-573/+574
| |
* | DebridItaliaCom: two more hosters supportedGravatar Stefano 2013-07-241-2/+2
| |
* | Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-212-195/+195
| |
* | Fixed 2 source stringsGravatar Stefano 2013-07-181-1/+1
| |
* | fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-1710-46/+46
| |
* | Captcha9kw: fixed bad gettext useGravatar Stefano 2013-07-151-2/+2
| |
* | Version 1.09: code cosmeticsGravatar Walter Purcaro 2013-07-111-6/+7
| |
* | Version 1.08: fixes and cosmeticsGravatar Walter Purcaro 2013-07-111-34/+34
| |
* | Version 1.07: improved event managingGravatar Walter Purcaro 2013-07-071-14/+10
| |
* | Version 1.06: code cosmeticsGravatar Walter Purcaro 2013-07-071-5/+8
| |
* | Version 1.05: optimized code a bitGravatar Walter Purcaro 2013-07-071-16/+5
| |
* | Version 1.04: offline link check as optionGravatar Walter Purcaro 2013-07-071-4/+11
| |
* | Version 1.03: delete package even if there are offline linksGravatar Walter Purcaro 2013-07-071-9/+4
|/
* Fixed #170Gravatar Stefano 2013-06-281-1/+1
|
* UnrestrictLi: added ability to delete the download historyGravatar Stefano 2013-06-231-2/+3
|
* HotFolder: Rollback afterGravatar Stefano 2013-06-221-3/+3
| | | | http://forum.pyload.org/viewtopic.php?p=10169#p10169
* HotFolder: seeGravatar Stefano 2013-06-221-3/+3
| | | http://forum.pyload.org/viewtopic.php?f=13&t=2735
* DebridItaliaCom: new hoster supportedGravatar Stefano 2013-06-171-2/+3
|
* Merge pull request #164 from stefanos/patch-2Gravatar Stefano 2013-06-141-8/+9
|\ | | | | Updated Captcha9kw
| * Update Captcha9kw.pyGravatar stefanos 2013-06-121-2/+2
| | | | | | corrected self.timeout to self.getConfig("timeout")
| * Update Captcha9kw.pyGravatar stefanos 2013-06-121-8/+9
| | | | | | option for timeout, answercheck every 3 seconds is enough and hints for prio/confirm
* | Premium4.me -> Premium.toGravatar Stefano 2013-06-141-6/+6
|/
* RestartFailed: fixed debug messagesGravatar Stefano 2013-06-111-3/+3
|
* XvidstageCom: Implemented as hook plugin (XFileSharingPro) and removed ↵Gravatar Christopher 2013-06-081-23/+23
| | | | hoster plugin.
* New multi hoster plugin: UnrestrictLiGravatar Stefano 2013-06-041-0/+43
|
* Revert to a simple version of the pluginGravatar Stefano 2013-06-031-115/+22
| | | until the new one will be stable.
* getConfig instead getConf for allGravatar Walter Purcaro 2013-06-031-2/+2
|
* Set activated to False for all captcha hook pluginsGravatar Walter Purcaro 2013-06-024-8/+8
|
* LinkdecrypterCom: plugin deactivatedGravatar Stefano 2013-05-271-2/+2
|
* Version 0.07: code cosmeticsGravatar Walter Purcaro 2013-05-271-8/+9
|
* Version 0.06: improved filename recognition (big thanks to stickell)Gravatar Vuolter 2013-05-251-4/+4
|
* Version 0.05: several fixed according stickell advicesGravatar Vuolter 2013-05-251-5/+7
|
* Version 0.04: forgot to import basenameGravatar Vuolter 2013-05-251-2/+2
|
* Version 0.3: use endswith instead of find (thx stickell)Gravatar Vuolter 2013-05-251-5/+5
|
* Version 0.02: log actionsGravatar Vuolter 2013-05-251-1/+3
|
* Added plugin SkipRevGravatar Vuolter 2013-05-251-0/+41
|
* Version 1.02: removed imported method timeGravatar Vuolter 2013-05-201-4/+3
|
* Version 1.01: code cosmeticsGravatar Vuolter 2013-05-171-28/+29
|
* Version 1.00: delete finished packages only instead all finished linksGravatar Vuolter 2013-05-171-3/+10
|
* Update Captcha9kw.pyGravatar stefanos 2013-05-171-3/+12
| | | prio, captcha per hour, max. timeout to 9kw with faster check (every second, max. timeout is unchanged => setWaiting), confirm captcha and https
* Merge pull request #101 from Vuolter/plugin/RestartFailedGravatar Stefano 2013-05-131-0/+124
|\ | | | | New plugin: RestartFailed
| * Version 1.5: first really stable releaseGravatar Vuolter 2013-05-131-43/+31
| |
| * Version 1.3: improved codeGravatar Vuolter 2013-05-121-30/+24
| |
| * Version 1.2: all issues fixed + improved codeGravatar Vuolter 2013-05-121-36/+46
| |
| * Version 1.1: fixesGravatar Vuolter 2013-05-121-5/+4
| |
| * Version 1.0: improved code + added feature "Restart on plugin activation" + ↵Gravatar Vuolter 2013-05-121-46/+78
| | | | | | | | many bugfixes + tested code a bit
| * Version 0.8: improved timingGravatar Vuolter 2013-05-121-4/+5
| |
| * Version 0.7: bugfixGravatar Vuolter 2013-05-121-4/+5
| |
| * Version 0.6: improved code + several bugfixesGravatar Vuolter 2013-05-121-35/+60
| |
| * Version 0.5: fixes againGravatar Vuolter 2013-05-121-8/+8
| |
| * Version 0.4: fixesGravatar Vuolter 2013-05-121-57/+62
| |
| * Added fully rewrited RestartFailed plugin, originally by bambieGravatar Vuolter 2013-05-121-0/+69
| |
* | Version 0.5: finished rewriteGravatar Vuolter 2013-05-121-22/+20
| |
* | Version 0.3: rewrited code and added new feature "Sleep mode"Gravatar Vuolter 2013-05-121-14/+55
|/
* Version 0.2: fixesGravatar Vuolter 2013-05-111-7/+6
|
* Added plugin DeleteFinished, version 0.1Gravatar Vuolter 2013-05-111-0/+48
|
* DebridItaliaCom: new hoster supportedGravatar Stefano 2013-05-051-2/+2
|
* DebridItaliaCom: new hoster supportedGravatar Stefano 2013-04-231-2/+2
|
* New debrid: MultiDebridComGravatar Stefano 2013-04-121-0/+42
| | | | http://forum.pyload.org/viewtopic.php?f=13&t=2426
* DownloadScheduler: ability to abort downloadsGravatar Stefano 2013-04-081-32/+40
| | | | http://forum.pyload.org/viewtopic.php?f=7&t=2403
* DebridItaliaCom: + ability to detect offline files.Gravatar Stefano 2013-04-041-0/+15
| | | | + license note
* DebridItaliaCom: new hoster supportedGravatar Stefano 2013-04-021-2/+2
|
* DebridItaliaCom: two new hosters supportedGravatar Stefano 2013-04-011-2/+3
|
* LinkdecrypterCom: fixed bug #54Gravatar Stefano 2013-03-271-2/+2
| | | regex doesn't allow https links
* Plugins: fixed inconsistent indentationGravatar Stefano 2013-03-232-28/+26
|
* New debrid: DebridItaliaComGravatar Stefano 2013-03-231-0/+25
|
* updated 9kw plugin (#27)Gravatar RaNaN 2013-03-091-4/+9
|