summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Spare code cosmeticsGravatar Walter Purcaro 2015-10-221-6/+2
|
* PushOver fixGravatar Ivan 2015-10-211-1/+5
| | | msg can't be None or empty for PushOver.
* [Notifier] Fix https://github.com/pyload/pyload/issues/2092Gravatar Walter Purcaro 2015-10-211-2/+2
|
* Boring code cosmetics (2)Gravatar Walter Purcaro 2015-10-211-2/+2
|
* Update ExternalScripts.pyGravatar GammaC0de 2015-10-201-2/+2
|
* Notifier frameworkGravatar Walter Purcaro 2015-10-204-358/+44
|
* Update DeathByCaptcha.pyGravatar GammaC0de 2015-10-201-4/+4
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-10-201-6/+8
|
* Merge pull request #2068 from malkavi/patch-2Gravatar Walter Purcaro 2015-10-201-0/+124
|\ | | | | PushOver hook
| * PushOver hookGravatar Ivan 2015-10-191-0/+124
| | | | | | PushOver hook based on AndroidPhoneNotify.py
* | Merge pull request #2069 from malkavi/patch-3Gravatar Walter Purcaro 2015-10-201-0/+123
|\ \ | | | | | | PushBullet hook
| * | PushBullet hookGravatar Ivan 2015-10-191-0/+123
| |/ | | | | PushBullet hook based on AndroidPhoneNotify.py
* | Merge pull request #2070 from Gutz-Pilz/patch-8Gravatar Walter Purcaro 2015-10-201-1/+1
|\ \ | | | | | | Update ExternalScripts.py
| * | Update ExternalScripts.pyGravatar Gutz-Pilz 2015-10-191-1/+1
| |/
* | Merge pull request #2065 from runningbits/spellingGravatar Walter Purcaro 2015-10-201-1/+1
|\ \ | | | | | | fix trivial spelling error
| * | spellingGravatar runningbits 2015-10-191-1/+1
| |/
* | Merge pull request #2067 from runningbits/remove-unused-variablesGravatar Walter Purcaro 2015-10-201-1/+1
|\ \ | | | | | | remove unused imports/variables
| * | remove unused imports/variablesGravatar runningbits 2015-10-191-1/+1
| |/
* / Update TransmissionRPC.pyGravatar GammaC0de 2015-10-201-2/+2
|/
* Update TransmissionRPC.pyGravatar GammaC0de 2015-10-191-25/+20
|
* Spare fixesGravatar Walter Purcaro 2015-10-193-33/+28
|
* [UpdateManager] fix #2045Gravatar GammaC0de 2015-10-191-21/+8
|
* [ExternalScripts] Fix typoGravatar Walter Purcaro 2015-10-181-3/+3
|
* Spare code fixesGravatar Walter Purcaro 2015-10-182-9/+9
|
* Merge pull request #2024 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-181-4/+8
|\ | | | | [UpdateManager] report 404
| * [UpdateManager] report 404Gravatar GammaC0de 2015-10-131-5/+9
| |
* | Version up for all pluginsGravatar Walter Purcaro 2015-10-1831-31/+31
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-10-181-4/+4
| |
* | Update addonsGravatar Walter Purcaro 2015-10-1810-60/+56
| |
* | [Extractor] Code cleanupGravatar Walter Purcaro 2015-10-181-14/+11
| |
* | [XFileSharingPro] Fix regexpGravatar Walter Purcaro 2015-10-181-3/+3
| |
* | [ClickNLoad] Don't sleep, use schedulingGravatar Walter Purcaro 2015-10-181-7/+3
| |
* | [ExternalScripts] Optimize codeGravatar Walter Purcaro 2015-10-181-92/+56
|/
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-1131-44/+44
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-1030-50/+50
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-10-101-12/+4
|
* [UpdateManager] Make really faster!Gravatar Walter Purcaro 2015-10-101-106/+145
|
* Update UpdateManager.pyGravatar GammaC0de 2015-10-091-1/+1
|
* fix not deleting blacklisted hook pluginsGravatar GammaC0de 2015-10-091-1/+6
|
* Fixpack (5)Gravatar Walter Purcaro 2015-10-082-4/+4
|
* Spare improvementsGravatar Walter Purcaro 2015-10-0824-72/+83
|
* New plugin: LogMarkerGravatar Walter Purcaro 2015-10-081-5/+22
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-088-10/+30
|
* [hooks/XFileSharingPro] Fix for #1954Gravatar Jochen Oberreiter 2015-10-071-3/+3
| | | Fixes the regex pattern (masking the `-` in `\w-^_`) that lead to an error `Bad character range`.
* Small code cosmeticsGravatar Walter Purcaro 2015-10-046-32/+19
|
* Fixpack (3)Gravatar Walter Purcaro 2015-10-0410-49/+55
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-047-43/+26
|
* [ClickAndLoad] Queue destination support (2)Gravatar Walter Purcaro 2015-10-021-3/+3
|
* [ClickAndLoad] Queue destination supportGravatar Walter Purcaro 2015-10-021-8/+22
|
* Merge pull request #1933 from jansohn/stableGravatar Walter Purcaro 2015-10-021-2/+2
|\ | | | | fix #1921
| * fix #1921Gravatar jansohn 2015-10-021-2/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1780Gravatar Walter Purcaro 2015-10-022-4/+4
|/
* [Account] Improve parse_traffic method + code cosmeticsGravatar Walter Purcaro 2015-10-022-3/+3
|
* A lot of plugin code cosmetics (2)Gravatar Walter Purcaro 2015-10-011-1/+1
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-014-24/+25
|
* [AntiVirus] Folder supportGravatar Walter Purcaro 2015-10-011-24/+48
|
* Update addon pluginsGravatar Walter Purcaro 2015-09-2931-780/+25
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-216-1/+13
|
* Spare improvements and fixesGravatar Walter Purcaro 2015-09-214-39/+23
|
* Update main Captcha pluginGravatar Walter Purcaro 2015-09-141-5/+7
|
* Fix IRCInterface and XMPPInterfaceGravatar emkayyyy 2015-09-121-2/+2
| | | | | | | Following Error came up when I tried setting up either IRCInterface or XMPPInterface. AttributeError: 'IRCInterface' object has no attribute 'set_daemon' With my change now it works. Might have been caused by the removal of chamelCase.
* Update TransmissionRPC.pyGravatar GammaC0de 2015-09-041-9/+16
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-09-032-20/+24
|
* Update Checksum.pyGravatar Nippey 2015-09-021-2/+2
| | | | | | The "is" operator checks for object equality, but in this case we want to compare integers. Reason of change: 02.09.2015 17:32:23 WARNING HOOK Checksum: File abcdefg.rar has incorrect size: 106954752 B (106954752 expected)
* Update TransmissionRPC.pyGravatar GammaC0de 2015-08-231-1/+1
|
* Create TransmissionRPC.pyGravatar GammaC0de 2015-08-201-0/+73
|
* Spare plugin updatesGravatar Walter Purcaro 2015-08-193-3/+2
|
* [UpdateManager] show plugin type one errorGravatar GammaC0de 2015-08-191-2/+2
|
* Merge pull request #1723 from Pavion/patch-1Gravatar Walter Purcaro 2015-08-181-0/+1
|\ | | | | HotFolder.py fix for not being periodical anymore
| * HotFolder.py fix for not being periodical anymoreGravatar Pavion 2015-08-051-0/+1
| |
* | Merge pull request #1728 from GammaC0de/patch-2Gravatar Walter Purcaro 2015-08-181-3/+6
|\ \ | | | | | | fix ExternalScripts not working
| * | [ExternalScripts] add registered script informationGravatar GammaC0de 2015-08-061-0/+1
| | |
| * | fix ExternalScripts not workingGravatar GammaC0de 2015-08-061-3/+5
| |/
* | Merge pull request #1733 from lazlev/patch-3Gravatar Walter Purcaro 2015-08-181-0/+1
|\ \ | | | | | | Fix #1691
| * | Fix #1691Gravatar lazlev 2015-08-081-0/+1
| |/
* | Minor change to log outputGravatar Jochen Oberreiter 2015-08-111-1/+1
| | | | | | Using `data[key].lower()` instead of `data[key]` to synchronize it with the comparison itself.
* | Change comparison from identity to equalityGravatar Jochen Oberreiter 2015-08-111-2/+2
| | | | | | Using '==' instead of 'is' for the comparison.
* | Fix error introduced by function renameGravatar Jochen Oberreiter 2015-08-111-2/+2
|/ | | Replace all computeChecksum with compute_checksum. Error was introduced by the recent function name changes without refactoring the source correctly.
* Some fixesGravatar Walter Purcaro 2015-08-041-1/+1
|
* fix import errorGravatar GammaC0de 2015-08-031-2/+2
|
* Tiny fixesGravatar Walter Purcaro 2015-08-021-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1651Gravatar Walter Purcaro 2015-08-021-5/+5
|
* Fix https://github.com/pyload/pyload/issues/1630Gravatar Walter Purcaro 2015-08-021-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1640 (2)Gravatar Walter Purcaro 2015-08-023-3/+3
|
* [AntiStandby] Improve linux_standbyGravatar Walter Purcaro 2015-08-021-2/+6
|
* Update some pluginsGravatar Walter Purcaro 2015-08-023-9/+15
|
* Fix https://github.com/pyload/pyload/issues/1646Gravatar Walter Purcaro 2015-08-021-3/+5
|
* Fix https://github.com/pyload/pyload/issues/1628Gravatar Walter Purcaro 2015-07-311-5/+0
|
* Fix https://github.com/pyload/pyload/issues/1601Gravatar Walter Purcaro 2015-07-311-2/+5
|
* Fix https://github.com/pyload/pyload/issues/1625Gravatar Walter Purcaro 2015-07-311-23/+3
|
* [AntiStandby] Fix import typoGravatar Walter Purcaro 2015-07-301-2/+2
|
* [AntiStandby] Fix max_mtime methodGravatar Walter Purcaro 2015-07-301-2/+3
|
* Fix get_code call in captcha hooksGravatar Walter Purcaro 2015-07-304-4/+4
|
* Fix https://github.com/pyload/pyload/issues/1600 (2)Gravatar Walter Purcaro 2015-07-291-4/+4
|
* Fix https://github.com/pyload/pyload/issues/1600Gravatar Walter Purcaro 2015-07-291-8/+21
|
* New plugins: AniStreamCom and CloudsixMeGravatar Walter Purcaro 2015-07-291-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1594 (2)Gravatar Walter Purcaro 2015-07-291-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1597Gravatar Walter Purcaro 2015-07-291-18/+19
|
* Fix https://github.com/pyload/pyload/issues/1595Gravatar Walter Purcaro 2015-07-291-2/+2
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4419Gravatar Walter Purcaro 2015-07-291-33/+61
|
* Fix https://github.com/pyload/pyload/issues/1520 (3)Gravatar Walter Purcaro 2015-07-291-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1588Gravatar Walter Purcaro 2015-07-291-4/+4
|
* Fix https://github.com/pyload/pyload/issues/1586Gravatar Walter Purcaro 2015-07-291-4/+6
|
* [AntiStandby] HotfixGravatar Walter Purcaro 2015-07-291-8/+8
|
* New plugin: AntiStandbyGravatar Walter Purcaro 2015-07-291-0/+157
| | | | Fix https://github.com/pyload/pyload/issues/1231
* Fix https://github.com/pyload/pyload/issues/1583Gravatar Walter Purcaro 2015-07-282-6/+6
|
* Fix https://github.com/pyload/pyload/issues/1582Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1581Gravatar Walter Purcaro 2015-07-281-2/+3
|
* Fix content-dispositionGravatar Walter Purcaro 2015-07-282-7/+6
|
* Fix https://github.com/pyload/pyload/pull/1571Gravatar Walter Purcaro 2015-07-271-6/+6
|
* [ExtractArchive] Rename archive_password.txt -> passwords.txtGravatar Walter Purcaro 2015-07-271-1/+1
|
* Bunch of fixupsGravatar Walter Purcaro 2015-07-271-17/+6
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-256-7/+7
|
* Account rewrittenGravatar Walter Purcaro 2015-07-257-10/+10
|
* Fix typoGravatar Walter Purcaro 2015-07-246-8/+8
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-2413-26/+26
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-2453-53/+53
|
* HotfixesGravatar Walter Purcaro 2015-07-241-2/+7
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-233-7/+7
|
* [Extractor] is_usable -> findGravatar Walter Purcaro 2015-07-211-2/+2
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-1953-0/+53
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-1924-115/+115
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-1910-23/+23
|
* Fix addonsGravatar Walter Purcaro 2015-07-1926-180/+59
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-1915-60/+60
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-187-12/+13
|
* No more need to use the req argument when call load methodGravatar Walter Purcaro 2015-07-171-2/+2
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-1710-16/+61
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-0753-562/+566
|
* Spare code cosmetics (4)Gravatar Walter Purcaro 2015-06-2434-193/+158
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-244-5/+5
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-2415-80/+77
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-2411-66/+102
|
* Update allGravatar Walter Purcaro 2015-06-2435-72/+72
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-2425-96/+96
|
* HighWayMe.py -> HighWayMeHook.pyGravatar GammaC0de 2015-06-231-1/+1
|
* fix #1507Gravatar GammaC0de 2015-06-161-3/+3
|
* Hook plugin code cosmetics (2)Gravatar Walter Purcaro 2015-06-1514-18/+18
|
* Hook plugin code cosmeticsGravatar Walter Purcaro 2015-06-159-13/+13
|
* Revert ↵Gravatar Walter Purcaro 2015-06-141-7/+7
| | | | https://github.com/pyload/pyload/commit/043e3dfd83bb217ea15280fef6523fcca691fbf2
* fix #1475Gravatar GammaC0de 2015-06-111-7/+7
|
* [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2015-06-095-5/+5
|
* Fix https://github.com/pyload/pyload/issues/1459 (2)Gravatar Walter Purcaro 2015-06-081-2/+3
|
* Update everythingGravatar Walter Purcaro 2015-06-0826-53/+53
|
* New plugins: FiledropperCom & FileuploadNetGravatar Walter Purcaro 2015-06-081-6/+9
|
* [FreeWayMe] FixupGravatar Walter Purcaro 2015-06-082-11/+4
|
* [HighWayMe] CleanupGravatar Walter Purcaro 2015-06-061-29/+26
|
* Merge pull request #1455 from EvolutionClip/stableGravatar Walter Purcaro 2015-06-061-0/+29
|\ | | | | Added High-Way.Me
| * Create HighWayMe.pyGravatar EvolutionClip 2015-06-051-0/+29
| |
* | Fix https://github.com/pyload/pyload/issues/1450Gravatar Walter Purcaro 2015-06-051-2/+2
| |
* | [UserAgentSwitcher] UpdateGravatar Walter Purcaro 2015-06-021-4/+15
| |
* | [XFSHoster] Improve OFFLINE_PATTERNGravatar Walter Purcaro 2015-06-011-2/+2
| |
* | [XFileSharingPro] Improve hook regexpGravatar Walter Purcaro 2015-05-301-4/+4
| |
* | [UpdateManager] Fix https://github.com/pyload/pyload/issues/1432Gravatar Walter Purcaro 2015-05-281-5/+5
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-05-279-22/+25
| |
* | Fix https://github.com/pyload/pyload/issues/1428Gravatar Walter Purcaro 2015-05-272-10/+20
| |
* | [UserAgentSwitcher] Fixup (3)Gravatar Walter Purcaro 2015-05-251-2/+1
| |
* | [UserAgentSwitcher] Fixup (2)Gravatar Walter Purcaro 2015-05-251-2/+2
| |
* | [UserAgentSwitcher] FixupGravatar Walter Purcaro 2015-05-231-21/+7
| |
* | [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2015-05-181-4/+4
| |
* | [XFSHoster] Fix https://github.com/pyload/pyload/issues/1296Gravatar Walter Purcaro 2015-05-181-4/+4
| |
* | [ClickAndLoad] Version upGravatar Walter Purcaro 2015-05-091-1/+1
| |
* | Update ClickAndLoad.pyGravatar GammaC0de 2015-05-091-1/+1
| |
* | [UnrestrictLi] Mark as deadGravatar Walter Purcaro 2015-05-091-28/+0
| |
* | [ClickAndLoad] fix bug when webinterface uses SSLGravatar GammaC0de 2015-05-091-1/+21
| |
* | [MultiHook] Remove unbound method 'getCrypters'Gravatar Walter Purcaro 2015-05-091-2/+2
| |
* | [LinkdecrypterComHook] Fix https://github.com/pyload/pyload/issues/1397Gravatar Walter Purcaro 2015-05-061-2/+8
| |
* | Update ExtractArchive.pyGravatar GammaC0de 2015-05-051-1/+1
| |
* | Merge pull request #1392 from GammaC0de/GammaC0de-fix-ExtractArchiveGravatar Walter Purcaro 2015-05-051-4/+8
|\ \ | | | | | | [ExtractArchive] [bug] `extractQueued` was called twice
| * | Update ExtractArchive.pyGravatar GammaC0de 2015-05-051-1/+1
| | |
| * | fix bug causing `extractQueued` called twiceGravatar GammaC0de 2015-05-051-4/+8
| | |
* | | even moreGravatar GammaC0de 2015-05-041-1/+4
| | |
* | | even moreGravatar GammaC0de 2015-05-041-0/+3
| | |
* | | more verboseGravatar GammaC0de 2015-05-041-2/+2
| | |
* | | more verboseGravatar GammaC0de 2015-05-041-2/+2
| | |
* | | [ExtractArchive] report missing send2trashGravatar GammaC0de 2015-05-021-1/+4
| | |
* | | [AntiVirus] report missing send2trashGravatar GammaC0de 2015-05-021-3/+8
|/ /
* | Fix https://github.com/pyload/pyload/issues/1351Gravatar Walter Purcaro 2015-05-013-36/+27
| |
* | [XFileSharingPro] worldbytez.com supportGravatar Walter Purcaro 2015-05-011-2/+2
| |
* | Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-018-32/+30
| |
* | [UnSkipOnFail] Typo (2)Gravatar Walter Purcaro 2015-04-161-4/+4
| |
* | [UpdateManager] CleanupGravatar Walter Purcaro 2015-04-161-6/+4
| |
* | Update UpdateManager.pyGravatar GammaC0de 2015-04-141-3/+19
| |
* | [UnSkipOnFail] TypoGravatar Walter Purcaro 2015-04-131-2/+2
| |
* | [RestartSlow] Remove (temp)Gravatar Walter Purcaro 2015-04-101-58/+0
| |
* | [SimpleHoster] Improve file name handlingGravatar Walter Purcaro 2015-04-091-2/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1157Gravatar Walter Purcaro 2015-04-0826-59/+60
| |
* | [UserAgentSwitcher] Random user-agent featureGravatar Walter Purcaro 2015-04-082-8/+23
| |
* | [AntiVirus][ExtractArchive] FixupGravatar Walter Purcaro 2015-04-082-4/+4
| |
* | [UserAgentSwitcher] Fix https://github.com/pyload/pyload/issues/1324Gravatar Walter Purcaro 2015-04-081-2/+2
| |
* | [ExtractArchive] Fix https://github.com/pyload/pyload/issues/1322Gravatar Walter Purcaro 2015-04-081-2/+2
| |
* | [UserAgentSwitcher] Default activated set to TrueGravatar Walter Purcaro 2015-04-081-2/+3
| |
* | Traceback code cosmeticsGravatar Walter Purcaro 2015-04-073-9/+8
| |
* | [YadiSk] Fix https://github.com/pyload/pyload/issues/1321Gravatar Walter Purcaro 2015-04-072-2/+2
| |
* | [ExtractArchive] Improve send2trash featureGravatar Walter Purcaro 2015-04-071-38/+43
| |
* | [AntiVirus] Recycle bin supportGravatar Walter Purcaro 2015-04-071-9/+29
| |
* | New plugin: UserAgentSwitcherGravatar Walter Purcaro 2015-04-071-0/+31
| | | | | | | | Fix https://github.com/pyload/pyload/issues/1305
* | [ExternalScripts] Fix https://github.com/pyload/pyload/issues/1307Gravatar Walter Purcaro 2015-04-031-1/+1
| |
* | [ExternalScripts] UpdateGravatar Walter Purcaro 2015-03-291-9/+9
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-03-283-5/+4
| |