summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixing "has no attribute" errorGravatar Jochen Oberreiter 2015-10-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` Traceback (most recent call last): File "/usr/share/pyload/module/PluginThread.py", line 363, in run self.active.plugin.preprocessing(self) File "/usr/share/pyload/module/plugins/internal/Base.py", line 218, in preprocessing return self._process(*args, **kwargs) File "/usr/share/pyload/module/plugins/internal/Hoster.py", line 78, in _process self._setup() File "/usr/share/pyload/module/plugins/crypter/XFileSharingProFolder.py", line 41, in _setup account_name = self.classname if self.account.PLUGIN_DOMAIN is None else self.PLUGIN_NAME AttributeError: 'NoneType' object has no attribute 'PLUGIN_DOMAIN' ```
* | | Merge branch 'pr/n2038_GammaC0de' into stableGravatar Walter Purcaro 2015-10-181-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Conflicts: module/plugins/hoster/XFileSharingPro.py
| * | Update XFileSharingPro.pyGravatar GammaC0de 2015-10-161-2/+2
| |/
* | 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
| |/
* | Merge pull request #2039 from joberreiter/patch-2Gravatar Walter Purcaro 2015-10-181-1/+1
|\ \ | | | | | | [internal/XFSCrypter] Fixing an unbalaced parenthesis in OFFLINE_PATTERN
| * | Fixing an unbalaced parenthesis in OFFLINE_PATTERNGravatar Jochen Oberreiter 2015-10-161-2/+2
| |/
* | Version up for all pluginsGravatar Walter Purcaro 2015-10-18467-467/+467
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-10-1810-36/+37
| |
* | Update internalsGravatar Walter Purcaro 2015-10-187-27/+24
| |
* | Update hostersGravatar Walter Purcaro 2015-10-1849-158/+149
| |
* | [SimpleCrypter] Don't use self.link(s)Gravatar Walter Purcaro 2015-10-181-98/+40
| |
* | [Plugin] Minimize code + spare fixesGravatar Walter Purcaro 2015-10-183-419/+66
| |
* | [Hoster] Fix download routine + new method is_downloadGravatar Walter Purcaro 2015-10-181-61/+140
| |
* | [Base] Grab link info on setupGravatar Walter Purcaro 2015-10-181-123/+87
| |
* | Update addonsGravatar Walter Purcaro 2015-10-1810-60/+56
| |
* | Update cryptersGravatar Walter Purcaro 2015-10-1857-104/+191
| |
* | Update containersGravatar Walter Purcaro 2015-10-184-12/+13
| |
* | Update captchasGravatar Walter Purcaro 2015-10-182-15/+15
| |
* | Update accountsGravatar Walter Purcaro 2015-10-187-29/+29
| |
* | [Extractor] Code cleanupGravatar Walter Purcaro 2015-10-184-44/+41
| |
* | [Addon] Start periodical on plugin activationGravatar Walter Purcaro 2015-10-181-11/+7
| |
* | [Account] Fix info syncing and corrupted password issueGravatar Walter Purcaro 2015-10-181-36/+19
| |
* | [XFileSharingPro] Fix regexpGravatar Walter Purcaro 2015-10-183-8/+8
| |
* | Dead plugins are stable, but still dead.Gravatar Walter Purcaro 2015-10-1882-82/+82
| |
* | [MultiAccount] Still not working, but 90% completeGravatar Walter Purcaro 2015-10-181-135/+117
| |
* | [ClickNLoad] Don't sleep, use schedulingGravatar Walter Purcaro 2015-10-181-7/+3
| |
* | Set broken pluginsGravatar Walter Purcaro 2015-10-184-9/+12
| |
* | [ExternalScripts] Optimize codeGravatar Walter Purcaro 2015-10-181-92/+56
| |
* | [TusfilesNet] Limit to two simultaneous downloadsGravatar Walter Purcaro 2015-10-181-2/+3
| |
* | [OneFichierCom] Fix handle_premium routineGravatar Walter Purcaro 2015-10-181-18/+2
| |
* | [BasePlugin] Extend hoster HttpGravatar Walter Purcaro 2015-10-181-73/+6
| |
* | Multi-hoster accounts now extend MultiAccount classGravatar Walter Purcaro 2015-10-1823-92/+99
| |
* | New plugin: HttpGravatar Walter Purcaro 2015-10-181-0/+93
| |
* | Collect plugin utilities in a own fileGravatar Walter Purcaro 2015-10-181-0/+433
| |
* | New plugin: JDlistGravatar Walter Purcaro 2015-10-181-0/+26
| |
* | Spare fixesGravatar Walter Purcaro 2015-10-133-21/+17
| |
* | Fixing fixurl...Gravatar Walter Purcaro 2015-10-132-11/+10
| |
* | [SimpleCrypter] Don't extend SimpleHoster anymoreGravatar Walter Purcaro 2015-10-131-24/+292
|/
* Merge pull request #2023 from astranCZ/patch-2Gravatar Walter Purcaro 2015-10-131-2/+4
|\ | | | | Fix EuroshareEu
| * Fix EuroshareEuGravatar astranCZ 2015-10-131-2/+4
|/ | | Fix NAME_PATTERN and SIZE_PATTERN
* Merge pull request #2019 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-131-25/+40
|\ | | | | [Plugin] improve error tracing (2)
| * [Plugin] version upGravatar GammaC0de 2015-10-131-1/+1
| |
| * [Plugin] improve error tracing (2)Gravatar GammaC0de 2015-10-131-24/+39
| |
* | Merge pull request #2020 from GammaC0de/patch-7Gravatar Walter Purcaro 2015-10-131-1/+1
|\ \ | | | | | | [UptoboxCom] fix "Version mismatch"
| * | [UptoboxCom] fix "Version mismatch"Gravatar GammaC0de 2015-10-131-1/+1
| |/
* | Merge pull request #2022 from astranCZ/patch-1Gravatar Walter Purcaro 2015-10-131-3/+3
|\ \ | |/ |/| Euroshare.eu is ok
| * Euroshare.eu is okGravatar astranCZ 2015-10-131-3/+3
|/ | | edit LINK_FREE_PATTERN
* [XFSAccount] Error handling supportGravatar Walter Purcaro 2015-10-113-29/+68
|
* [Plugin] Improve error tracingGravatar Walter Purcaro 2015-10-111-6/+16
|
* Fix https://github.com/pyload/pyload/issues/1960Gravatar Walter Purcaro 2015-10-113-25/+36
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-11462-762/+988
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Fix https://github.com/pyload/pyload/issues/2002Gravatar Walter Purcaro 2015-10-101-18/+25
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-10463-663/+586
|
* Merge branch 'pr/n1997_GammaC0de' into stableGravatar Walter Purcaro 2015-10-101-1/+2
|\ | | | | | | | | Conflicts: module/plugins/internal/Base.py
| * Update Base.pyGravatar GammaC0de 2015-10-101-1/+2
| |
* | Spare code cosmetics (2)Gravatar Walter Purcaro 2015-10-107-16/+10
| |
* | [Base] New methods: init_base and setup_baseGravatar Walter Purcaro 2015-10-103-44/+60
| | | | | | | | [Hoster] Improve download method
* | Spare code cosmeticsGravatar Walter Purcaro 2015-10-1014-40/+33
| |
* | [Addon] Persistent self.infoGravatar Walter Purcaro 2015-10-101-1/+11
| |
* | [Plugin] Improve encoding functions & storing methodsGravatar Walter Purcaro 2015-10-101-19/+60
| |
* | [UpdateManager] Make really faster!Gravatar Walter Purcaro 2015-10-101-106/+145
|/
* Merge pull request #1995 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-10-101-3/+2
|\ | | | | Update OneFichierCom.py
| * Update OneFichierCom.pyGravatar GammaC0de 2015-10-101-3/+2
|/
* Merge pull request #1994 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-10-091-1/+6
|\ | | | | [UpdateManager] fix not deleting blacklisted hook plugins
| * Update UpdateManager.pyGravatar GammaC0de 2015-10-091-1/+1
| |
| * fix not deleting blacklisted hook pluginsGravatar GammaC0de 2015-10-091-1/+6
| |
* | Merge pull request #1989 from thadrien/pull-request-OneFichierCom-1Gravatar Walter Purcaro 2015-10-091-2/+2
|\ \ | |/ |/| Correction of bug KeyError: 'ID' in OneFichierCom.py.
| * Correction of bug KeyError: 'ID' in OneFichierCom.py.Gravatar Hadrien Theveneau 2015-10-091-2/+2
|/
* Fix https://github.com/pyload/pyload/issues/1962 (and many other tickets)Gravatar Walter Purcaro 2015-10-083-10/+16
|
* Fix https://github.com/pyload/pyload/issues/1978Gravatar Walter Purcaro 2015-10-081-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1975Gravatar Walter Purcaro 2015-10-082-13/+8
|
* Fixpack (5)Gravatar Walter Purcaro 2015-10-0814-119/+119
|
* Spare improvementsGravatar Walter Purcaro 2015-10-0834-120/+201
|
* New plugin: LogMarkerGravatar Walter Purcaro 2015-10-081-5/+22
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-0835-147/+117
|
* Merge pull request #1957 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-10-071-16/+80
|\ | | | | [Plugin] introduce 'traceback' argument in log_xxx() functions
| * [log_xxx()] introduce 'traceback' argumentGravatar GammaC0de 2015-10-051-16/+80
| |
* | Merge pull request #1964 from kasperj/stableGravatar Walter Purcaro 2015-10-071-1/+1
|\ \ | | | | | | Double URL Fix
| * | Double URL FixGravatar kasperj 2015-10-061-1/+1
| |/ | | | | Fix for the issue with http://url.tld/http://url.tld/XXX
* | Merge pull request #1968 from joberreiter/patch-2Gravatar Walter Purcaro 2015-10-071-3/+3
|\ \ | |/ |/| [hooks/XFileSharingPro] Fix for #1954
| * [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-0443-91/+100
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-0437-141/+156
|
* Fix https://github.com/pyload/pyload/issues/1911#issuecomment-145026557Gravatar Walter Purcaro 2015-10-027-25/+44
|
* [ClickAndLoad] Queue destination support (2)Gravatar Walter Purcaro 2015-10-021-3/+3
|
* [ClickAndLoad] Queue destination supportGravatar Walter Purcaro 2015-10-022-9/+23
|
* Fix https://github.com/pyload/pyload/issues/1932Gravatar Walter Purcaro 2015-10-0211-30/+34
|
* Merge pull request #1933 from jansohn/stableGravatar Walter Purcaro 2015-10-022-3/+3
|\ | | | | fix #1921
| * fix #1921Gravatar jansohn 2015-10-022-3/+3
| |
| * Merge pull request #2 from pyload/stableGravatar jansohn 2015-10-02294-3623/+3605
| |\ | | | | | | sync with stable
| * \ Merge pull request #1 from pyload/stableGravatar lazlev 2015-08-09496-7506/+9622
| |\ \ | | | | | | | | sync with stable
* | | | Spare fixesGravatar Walter Purcaro 2015-10-0214-19/+16
| | | |
* | | | Fix https://github.com/pyload/pyload/issues/1780Gravatar Walter Purcaro 2015-10-022-4/+4
| | | |
* | | | [Account] Fix https://github.com/pyload/pyload/issues/1922Gravatar Walter Purcaro 2015-10-021-1/+2
| | | |
* | | | Fix https://github.com/pyload/pyload/issues/1920Gravatar Walter Purcaro 2015-10-026-24/+27
| |_|/ |/| |
* | | [Account] Improve parse_traffic method + code cosmeticsGravatar Walter Purcaro 2015-10-0217-47/+45
| | |
* | | [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵Gravatar Walter Purcaro 2015-10-023-8/+10
| | | | | | | | | | | | https://github.com/pyload/pyload/issues/1904
* | | Fix https://github.com/pyload/pyload/issues/1917 + new function: parse_timeGravatar Walter Purcaro 2015-10-023-21/+48
| | |
* | | [Hoster] Fix https://github.com/pyload/pyload/issues/1918Gravatar Walter Purcaro 2015-10-021-1/+2
| | |
* | | [Plugin] Improve fixurl functionGravatar Walter Purcaro 2015-10-021-3/+7
| | | | | | | | | | | | https://github.com/pyload/pyload/issues/1873
* | | Fixpack (1)Gravatar Walter Purcaro 2015-10-0110-75/+131
| | |
* | | Merge pull request #1902 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-10-011-2/+2
|\ \ \ | | | | | | | | [XFSHoster] re-fix #1865
| * | | Update XFSHoster.pyGravatar GammaC0de 2015-10-011-3/+3
| | | |
* | | | Merge pull request #1895 from Bambie42/stableGravatar Walter Purcaro 2015-10-011-1/+1
|\ \ \ \ | | | | | | | | | | fixes #1894 UploadedTo getSize error
| * | | | fixes #1894 UploadedTo getSize errorGravatar Bambie42 2015-09-301-1/+1
| |/ / /
* | | | Merge pull request #1900 from manuelm/stableGravatar Walter Purcaro 2015-10-011-1/+1
|\ \ \ \ | | | | | | | | | | Strip trailing slashes before case sensitive checking
| * | | | Strip trailing slashes before case sensitive checkingGravatar Manuel Mausz 2015-09-301-1/+1
| |/ / / | | | | | | | | Strip trailing slashes. Otherwise the last pathname component might be empty
* | | | Improve Hoster and Crypter + general fixupGravatar Walter Purcaro 2015-10-0116-597/+716
| | | |
* | | | A lot of plugin code cosmetics (2)Gravatar Walter Purcaro 2015-10-015-12/+11
| | | |
* | | | A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-01127-718/+581
| | | |
* | | | [AntiVirus] Folder supportGravatar Walter Purcaro 2015-10-011-24/+48
|/ / /
* | | Merge pull request #1885 from GammaC0de/patch-7Gravatar Walter Purcaro 2015-09-301-39/+74
|\ \ \ | | | | | | | | [FilecryptCc] update
| * | | [FilecryptCc] updateGravatar GammaC0de 2015-09-281-39/+74
| | | |
* | | | [Captcha] _decrypt -> decrypt_imageGravatar Walter Purcaro 2015-09-303-8/+7
| | | |
* | | | Merge pull request #1882 from GammaC0de/patch-5Gravatar Walter Purcaro 2015-09-301-3/+3
|\ \ \ \ | | | | | | | | | | [Captcha] Requse the hoster http request
| * | | | [Captcha] generic fix for #1756Gravatar GammaC0de 2015-09-281-3/+3
| |/ / /
* | | | Add __config__ to MultiAccount (and XFSAccount) based pluginsGravatar Walter Purcaro 2015-09-3024-1/+94
| | | |
* | | | [XFSHoster] Revert https://github.com/pyload/pyload/pull/1883Gravatar Walter Purcaro 2015-09-301-2/+2
| | | |
* | | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1890Gravatar Walter Purcaro 2015-09-301-2/+2
| | | |
* | | | Merge pull request #1883 from joberreiter/joberreiter-patternxfshosterGravatar Walter Purcaro 2015-09-291-2/+2
|\ \ \ \ | | | | | | | | | | [internal/XFSHoster.py] Add captcha pattern for Recaptcha and Solvemedia
| * | | | Add captcha pattern for Recaptcha and SolvemediaGravatar Jochen Oberreiter 2015-09-261-3/+3
| | | | | | | | | | | | | | | Fix for #1852, #1865
| * | | | Merge pull request #1 from pyload/stableGravatar Jochen Oberreiter 2015-09-26135-833/+1077
| |\| | | | | | | | | | | | | Merge actual version
* | | | | Merge pull request #1867 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-09-291-2/+2
|\ \ \ \ \ | | | | | | | | | | | | [ZippyshareCom] fix #1861
| * | | | | Update ZippyshareCom.pyGravatar GammaC0de 2015-09-251-2/+2
| | |/ / / | |/| | |
* | | | | [Account] HotfixGravatar Walter Purcaro 2015-09-291-3/+3
| | | | |
* | | | | Update hoster pluginsGravatar Walter Purcaro 2015-09-2951-211/+216
| | | | |
* | | | | [OpenloadIo] CleanupGravatar Walter Purcaro 2015-09-291-21/+23
| | | | |
* | | | | Update addon pluginsGravatar Walter Purcaro 2015-09-2931-780/+25
| | | | |
* | | | | Update crypter pluginsGravatar Walter Purcaro 2015-09-299-35/+33
| | | | |
* | | | | Update internal pluginsGravatar Walter Purcaro 2015-09-2917-229/+279
| | | | |
* | | | | Account class completely rewritten + plugins updatedGravatar Walter Purcaro 2015-09-2996-582/+784
|/ / / /
* | | | Merge pull request #1850 from chaosblog/patch-2Gravatar Walter Purcaro 2015-09-241-1/+1
|\ \ \ \ | | | | | | | | | | Version up
| * | | | Version upGravatar Marcus "Chaosblog" 2015-09-231-1/+1
| | | | | | | | | | | | | | | Increase version number
* | | | | Merge pull request #1848 from lpiter/stableGravatar Walter Purcaro 2015-09-241-7/+48
|\ \ \ \ \ | |/ / / / |/| | | | [Openload.io] Rewrite the plugin using official API
| * | | | [Openload.io] Rewrite the plugin using official APIGravatar Piter 2015-09-231-7/+48
| | | | |
* | | | | Merge pull request #1846 from nafex/stableGravatar Walter Purcaro 2015-09-231-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | [FIX] AttributeError: x object has no attribute 'user' Issue #1833
| * | | | [FIX] AttributeError: x object has no attribute 'user'Gravatar Stefan Reisich 2015-09-231-2/+2
| | | | |
| * | | | Merge pull request #1 from pyload/stableGravatar nafex 2015-09-231-1/+1
| |\ \ \ \ | |/ / / / |/| | | | update
* | | | | Merge pull request #1843 from chaosblog/patch-1Gravatar Walter Purcaro 2015-09-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Add missing closing bracket
| * | | | Add missing closing bracketGravatar Marcus "Chaosblog" 2015-09-231-1/+1
|/ / / /
* | | | Merge pull request #1835 from Gummibaer/patch-3Gravatar Walter Purcaro 2015-09-231-0/+1
|\ \ \ \ | | | | | | | | | | Fix for SMOOZED
| * | | | Fix for SMOOZEDGravatar Gummibaer 2015-09-221-0/+1
| | | | | | | | | | | | | | | Reload/double-load Page and Smoozed is away
* | | | | Merge pull request #1836 from GammaC0de/patch-2Gravatar Walter Purcaro 2015-09-234-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | [Internal plugins] Version up
| * | | | Update Hoster.pyGravatar GammaC0de 2015-09-221-1/+1
| | | | |
| * | | | version upGravatar GammaC0de 2015-09-221-1/+1
| | | | |
| * | | | version upGravatar GammaC0de 2015-09-221-1/+1
| | | | |
| * | | | version upGravatar GammaC0de 2015-09-221-1/+1
| | | | |
| * | | | version upGravatar GammaC0de 2015-09-221-1/+1
|/ / / /
* | | | [Plugin] Fix _log + code cosmeticsGravatar Walter Purcaro 2015-09-224-13/+14
| | | |
* | | | Merge pull request #1832 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-09-221-1/+2
|\ \ \ \ | | | | | | | | | | [Plugin] fix missing import
| * | | | [Plugin] fix missing importGravatar GammaC0de 2015-09-221-1/+2
|/ / / /
* | | | Auto-detect seconds_to_midnightGravatar Walter Purcaro 2015-09-221-13/+6
| | | |
* | | | Spare improvements and fixes (2)Gravatar Walter Purcaro 2015-09-2111-65/+49
| | | |
* | | | [FastixRu] FixupGravatar Walter Purcaro 2015-09-212-20/+25
| | | |
* | | | [Account] Fix __version__Gravatar Walter Purcaro 2015-09-2163-65/+65
| | | |
* | | | Spare code cosmeticsGravatar Walter Purcaro 2015-09-2142-38/+71
| | | |
* | | | Fix pyfile.name processingGravatar Walter Purcaro 2015-09-215-66/+45
| | | |
* | | | Merge branch 'pr/n1736_GammaC0de' into stableGravatar Walter Purcaro 2015-09-211-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py
| * | | | Update SimpleHoster.pyGravatar GammaC0de 2015-08-081-3/+2
| | |_|/ | |/| |
* | | | Spare improvements and fixesGravatar Walter Purcaro 2015-09-2131-285/+273
| | | |
* | | | [Account] parse_info -> grab_infoGravatar Walter Purcaro 2015-09-2162-140/+140
| | | |
* | | | Merge branch 'pr/n1788_GammaC0de' into stableGravatar Walter Purcaro 2015-09-211-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/internal/Plugin.py
| * | | | Update Plugin.pyGravatar GammaC0de 2015-08-261-2/+3
| | |/ / | |/| |
* | | | Merge pull request #1829 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-09-211-1/+7
|\ \ \ \ | | | | | | | | | | [PremiumizeMe] update
| * | | | Update PremiumizeMe.pyGravatar GammaC0de 2015-09-201-1/+7
|/ / / /
* | | | [UptoboxCom] Account fixupGravatar Walter Purcaro 2015-09-191-3/+3
| | | |
* | | | [XFSAccount] UpdateGravatar Walter Purcaro 2015-09-195-61/+17
| | | |
* | | | Merge pull request #1826 from benbox69/stableGravatar Walter Purcaro 2015-09-171-12/+65
|\ \ \ \ | | | | | | | | | | [UptoboxCom] account update
| * | | | Merge pull request #1 from benbox69/benbox69-patch-1Gravatar benbox69 2015-09-171-12/+65
|/| | | | | | | | | | | | | | Update UptoboxCom.py
| * | | | Update UptoboxCom.pyGravatar benbox69 2015-09-171-12/+65
|/ / / / | | | | | | | | | | | | I rewrite the UptoboxCom account plugin because the old one doesn't work... I am not expert in python so I just code a new plugin.
* | | | Merge pull request #1818 from jakubbroz/stableGravatar Walter Purcaro 2015-09-152-2/+13
|\ \ \ \ | | | | | | | | | | Remove accents from file name #1817
| * | | | Remove accents from file name #1817Gravatar Jakub Brož 2015-09-132-2/+13
| | | | | | | | | | | | | | | | | | | | issue: #1817
* | | | | [OpenloadIo] Update __pattern__Gravatar Walter Purcaro 2015-09-151-6/+6
| | | | |
* | | | | Update main Captcha pluginGravatar Walter Purcaro 2015-09-144-32/+16
| | | | |
* | | | | Merge pull request #1820 from Bambie42/stableGravatar Walter Purcaro 2015-09-141-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | fixes #1756 completly
| * | | | fixes #1756 completlyGravatar Bambie42 2015-09-131-3/+3
|/ / / /
* | | | [UlozTo] Hoster updateGravatar Walter Purcaro 2015-09-132-6/+9
| | | |
* | | | Merge pull request #1816 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-09-131-0/+36
|\ \ \ \ | | | | | | | | | | [New Hoster] UserscloudCom
| * | | | Update UserscloudCom.pyGravatar GammaC0de 2015-09-131-1/+1
| | | | |
| * | | | New Hoster - UserscloudComGravatar GammaC0de 2015-09-121-0/+36
|/ / / /
* | | | Merge pull request #1815 from rlindner81/fix/Go4UpComGravatar Walter Purcaro 2015-09-121-15/+18
|\ \ \ \ | | | | | | | | | | fixed Go4UpCom plugin and added parameter for preferred hoster
| * | | | fixed Go4UpCom plugin and added parameter for preferred hosterGravatar Richard Lindner 2015-09-121-15/+18
| | | | |
* | | | | Merge pull request #1813 from emkayyyy/patch-1Gravatar Walter Purcaro 2015-09-121-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fix IRCInterface and XMPPInterface
| * | | | 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.
* | | | Merge pull request #1807 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-09-041-9/+16
|\ \ \ \ | | | | | | | | | | [TransmissionRPC] Update
| * | | | Update TransmissionRPC.pyGravatar GammaC0de 2015-09-041-9/+16
|/ / / /
* | | | Spare fixes (2)Gravatar Walter Purcaro 2015-09-0313-70/+90
| | | |
* | | | Merge pull request #1801 from Nippey/patch-1Gravatar Walter Purcaro 2015-09-021-2/+2
|\ \ \ \ | | | | | | | | | | Checksum.py falsely reports incorrect file size
| * | | | 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)
* | | | Merge pull request #1798 from estaban/patch-8Gravatar Walter Purcaro 2015-08-301-2/+2
|\ \ \ \ | | | | | | | | | | Broken OneFIchierCom plugin
| * | | | Broken OneFIchierCom pluginGravatar estaban 2015-08-301-2/+2
|/ / / / | | | | | | | | | | | | Syntax error in commit [https://github.com/pyload/pyload/commit/10213910fdb5a1c2e7bde50fdd7cdfb99090bf7e] which makes importing OneFichierCom break. Please test your code before pull requesting.
* | | | Merge pull request #1796 from GammaC0de/patch-8Gravatar Walter Purcaro 2015-08-301-4/+5
|\ \ \ \ | | | | | | | | | | [Hoster] fix pyfile.name not updated if disposition
| * | | | Update Hoster.pyGravatar GammaC0de 2015-08-291-1/+1
| | | | |
| * | | | [Hoster] fix pyfile.name not updated if dispositionGravatar GammaC0de 2015-08-291-4/+5
| |/ / /
* | | | Fix https://github.com/pyload/pyload/issues/1793Gravatar Walter Purcaro 2015-08-302-24/+24
| | | |
* | | | Merge pull request #1779 from GammaC0de/patch-5Gravatar Walter Purcaro 2015-08-301-1/+58
|\ \ \ \ | | | | | | | | | | [OneFichierCom] fix #1768
| * | | | Update OneFichierCom.pyGravatar GammaC0de 2015-08-231-1/+1
| | | | |
| * | | | Update OneFichierCom.pyGravatar GammaC0de 2015-08-221-1/+58
| |/ / /