Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Plugin] Fix dump_html() | GammaC0de | 2016-01-02 | 1 | -2/+7 |
| | |||||
* | "is" is evil | Nitzo | 2016-01-02 | 9 | -53/+53 |
| | |||||
* | [Plugin] Fix AttributeError: HTTPRequest instance has no attribute 'http' | GammaC0de | 2016-01-01 | 1 | -2/+2 |
| | |||||
* | [Misc] Update | GammaC0de | 2015-12-31 | 1 | -2/+2 |
| | |||||
* | [Crypter] Update | GammaC0de | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | [Hoster] Update | GammaC0de | 2015-12-31 | 1 | -5/+5 |
| | |||||
* | Spare code fixed + isdownload -> isresource | Walter Purcaro | 2015-12-31 | 4 | -22/+28 |
| | |||||
* | [Addon] Fix download_finished call | Walter Purcaro | 2015-12-31 | 1 | -3/+2 |
| | | | | Thanks to youlJunior | ||||
* | Version up | Walter Purcaro | 2015-12-31 | 3 | -3/+3 |
| | |||||
* | [SimpleCrypter][SimpleHoster] Better preload routine | Walter Purcaro | 2015-12-31 | 2 | -2/+7 |
| | |||||
* | [misc] Check utc type for seconds_to_midnight | Walter Purcaro | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | [Crypter] Fix folder_per_package setting | Walter Purcaro | 2015-12-31 | 1 | -1/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2243 (2) | Walter Purcaro | 2015-12-31 | 1 | -48/+54 |
| | |||||
* | fix #2243 | GammaC0de | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | [Captcha] Typo | Walter Purcaro | 2015-12-30 | 1 | -2/+2 |
| | |||||
* | Improve Captcha task managing | Walter Purcaro | 2015-12-30 | 2 | -12/+18 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2246 | Walter Purcaro | 2015-12-30 | 1 | -3/+5 |
| | | | | Thanks to GammaC0de | ||||
* | Fix https://github.com/pyload/pyload/issues/2239 | Walter Purcaro | 2015-12-30 | 1 | -2/+2 |
| | | | | Thanks to youlJunior | ||||
* | [Misc] Fix missing import | GammaC0de | 2015-12-30 | 1 | -1/+2 |
| | |||||
* | [SimpleHoster] Fix check_download routine | Walter Purcaro | 2015-12-30 | 1 | -3/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2235 | Walter Purcaro | 2015-12-30 | 2 | -4/+4 |
| | |||||
* | [Hoster] Python 2.5 compatibility hack for property.setter | GammaC0de | 2015-12-30 | 1 | -1/+19 |
| | |||||
* | Tiny code cosmetics | Walter Purcaro | 2015-12-29 | 2 | -2/+2 |
| | |||||
* | [Plugin] Fix https://github.com/pyload/pyload/issues/2229 | Walter Purcaro | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | [Container] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | added missing self | Christian Käslin | 2015-12-29 | 1 | -1/+1 |
| | | | | dlc decryption was failing, with error Decrypting failed:****.dlc | global name 'pyfile' is not defined debug mode showed missing self | ||||
* | [misc] fix fsjoin | GammaC0de | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | [Extractor] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [Hoster] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [Account] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [SimpleCrypter] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | Spare code fixes (3) | Walter Purcaro | 2015-12-28 | 5 | -9/+14 |
| | |||||
* | Spare code fixes (2) | Walter Purcaro | 2015-12-28 | 3 | -256/+8 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-12-28 | 4 | -6/+9 |
| | |||||
* | Fix password sharing issue | Walter Purcaro | 2015-12-28 | 5 | -13/+34 |
| | |||||
* | [Hoster] Rewrite some routines, improve others | Walter Purcaro | 2015-12-27 | 1 | -148/+198 |
| | |||||
* | [internal] Spare code optimizations and fixes | Walter Purcaro | 2015-12-27 | 4 | -56/+60 |
| | |||||
* | Update crypters and containers | Walter Purcaro | 2015-12-27 | 4 | -17/+14 |
| | |||||
* | [Crypter] Simplify _create_packages routine | Walter Purcaro | 2015-12-27 | 1 | -24/+17 |
| | |||||
* | [Plugin] Improve load routine and related | Walter Purcaro | 2015-12-27 | 2 | -115/+86 |
| | |||||
* | [Crypter] Code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -21/+21 |
| | |||||
* | [misc] New classes Config, DB and Periodical | Walter Purcaro | 2015-12-27 | 1 | -5/+134 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -2/+2 |
| | |||||
* | [Addon] Import new Periodical class + code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -91/+46 |
| | |||||
* | [Account] Import new Periodical class | Walter Purcaro | 2015-12-27 | 1 | -48/+6 |
| | |||||
* | [SimpleHoster] Auto-detect offline & temp. offline status and hashsum info ↵ | Walter Purcaro | 2015-12-27 | 1 | -26/+43 |
| | | | | by default + Update check_download stuff + Spare code cosmetics and optimizations | ||||
* | [SimpleCrypter] Auto-detect offline & temp. offline status by default | Walter Purcaro | 2015-12-27 | 1 | -25/+33 |
| | |||||
* | Improve Container | Walter Purcaro | 2015-12-27 | 1 | -19/+20 |
| | |||||
* | [misc] Fix encoding | Walter Purcaro | 2015-12-27 | 1 | -31/+30 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-12-27 | 3 | -18/+4 |
| | |||||
* | [OCR] self.image -> self.img | Walter Purcaro | 2015-12-27 | 2 | -26/+26 |
| | |||||
* | Don't use PERIODICAL_INTERVAL | Walter Purcaro | 2015-12-27 | 1 | -4/+2 |
| | |||||
* | [Captcha] Update | Walter Purcaro | 2015-12-27 | 1 | -17/+12 |
| | |||||
* | [Addon] Map events | Walter Purcaro | 2015-12-27 | 1 | -24/+66 |
| | |||||
* | [Container] Compact code | Walter Purcaro | 2015-12-27 | 1 | -16/+7 |
| | |||||
* | [OCR] Code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -42/+47 |
| | |||||
* | [XFSHoster] Improve a bit | Walter Purcaro | 2015-12-27 | 1 | -6/+7 |
| | |||||
* | [internals] Some code cosmetics | Walter Purcaro | 2015-12-27 | 10 | -28/+26 |
| | |||||
* | [Account] Fix reset method | Walter Purcaro | 2015-12-27 | 1 | -3/+3 |
| | |||||
* | Rewrite utils (1) | Walter Purcaro | 2015-12-27 | 2 | -482/+747 |
| | |||||
* | Update notifiers | Walter Purcaro | 2015-12-27 | 1 | -36/+80 |
| | |||||
* | Update extractors (1) | Walter Purcaro | 2015-12-27 | 4 | -122/+115 |
| | |||||
* | New extractor: UnTar | Walter Purcaro | 2015-12-27 | 1 | -0/+69 |
| | |||||
* | [utils] new function: safe_format() | GammaC0de | 2015-12-27 | 3 | -10/+37 |
| | |||||
* | typo | GammaC0de | 2015-12-26 | 1 | -2/+2 |
| | |||||
* | [Account] fix copy.deepcopy usage | GammaC0de | 2015-12-26 | 1 | -3/+4 |
| | |||||
* | Merge pull request #2150 from GammaC0de/patch-11 | GammaC0de | 2015-12-26 | 2 | -4/+7 |
|\ | | | | | [Plugin] censor ACCOUNT request data | ||||
| * | [Account] reimplement safe_info with deepcopy | GammaC0de | 2015-11-04 | 1 | -2/+5 |
| | | |||||
| * | [Plugin] censor ACCOUNT request data | GammaC0de | 2015-11-03 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (6) | GammaC0de | 2015-12-21 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (5) | GammaC0de | 2015-12-20 | 1 | -3/+3 |
| | | |||||
* | | [SimpleHoster] update (4) | GammaC0de | 2015-12-20 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (3) | GammaC0de | 2015-12-20 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (2) | GammaC0de | 2015-12-20 | 1 | -8/+7 |
| | | |||||
* | | [SimpleHoster] update | GammaC0de | 2015-12-20 | 1 | -2/+2 |
| | | |||||
* | | [Extractor] fix #2084 | GammaC0de | 2015-12-16 | 1 | -2/+1 |
| | | |||||
* | | [Hoster] small bug fix | GammaC0de | 2015-12-15 | 1 | -2/+2 |
| | | |||||
* | | [SimpleCrypter] fix #2188 | GammaC0de | 2015-12-11 | 1 | -6/+6 |
| | | |||||
* | | fix seconds_to_midnight import | GammaC0de | 2015-12-02 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #2140 from GammaC0de/patch-9 | Walter Purcaro | 2015-11-26 | 1 | -2/+2 |
|\ \ | | | | | | | [SimpleHoster] update | ||||
| * | | Update SimpleHoster.py | GammaC0de | 2015-11-01 | 1 | -2/+2 |
| |/ | |||||
* / | Update CaptchaService.py | k1l | 2015-11-04 | 1 | -1/+1 |
|/ | | | | | | | dont know if this is enough to let the updater get that version out in the wild. but getting this version manually solved my issue with pyload not loading files because of the 28.10.2015 11:02:41 WARNING Download failed: ...part07.rar | ReCaptcha data not found Error. See https://github.com/pyload/pyload/issues/2130#issuecomment-153542916 and following comment. | ||||
* | Merge pull request #2128 from thadrien/pull-request-dlprotect | Walter Purcaro | 2015-10-28 | 3 | -15/+18 |
|\ | | | | | Pull request dlprotect | ||||
| * | Increase version number in SimpleCrypter.py | Hadrien Theveneau | 2015-10-28 | 1 | -1/+1 |
| | | |||||
| * | Infinite redirect bug fixing in SimpleCrypter.py | Hadrien Theveneau | 2015-10-28 | 1 | -9/+11 |
| | | |||||
| * | Correction of some errors in OCR.py | Hadrien Theveneau | 2015-10-28 | 1 | -5/+5 |
| | | |||||
| * | Addition of some debug messages in DlProtectCom.py and Captcha.py | Hadrien Theveneau | 2015-10-28 | 1 | -0/+1 |
| | | |||||
* | | Syntax error in SimpleHoster.py | Hadrien Theveneau | 2015-10-28 | 1 | -2/+2 |
|/ | |||||
* | Fix https://github.com/pyload/pyload/issues/2112 | Walter Purcaro | 2015-10-28 | 8 | -37/+40 |
| | |||||
* | Increase all __version__ for internals | Walter Purcaro | 2015-10-27 | 6 | -6/+6 |
| | |||||
* | Update Base.py | GammaC0de | 2015-10-25 | 1 | -2/+1 |
| | |||||
* | Update Hoster.py | GammaC0de | 2015-10-25 | 1 | -1/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2034#issuecomment-150610936 | Walter Purcaro | 2015-10-23 | 2 | -3/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2099 | Walter Purcaro | 2015-10-23 | 1 | -4/+12 |
| | |||||
* | self.html -> self.data | Walter Purcaro | 2015-10-23 | 7 | -62/+58 |
| | |||||
* | [Dereferer] Don't preload | Walter Purcaro | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/2101 | Walter Purcaro | 2015-10-23 | 1 | -2/+2 |
| | |||||
* | Fix XFS plugins | Walter Purcaro | 2015-10-23 | 4 | -15/+11 |
| | |||||
* | [SimpleCrypter] check_errors | Walter Purcaro | 2015-10-23 | 1 | -28/+6 |
| | |||||
* | Boring code cosmetics (3) | Walter Purcaro | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | [utils] Improve method html_unescape | Walter Purcaro | 2015-10-23 | 1 | -24/+5 |
| | |||||
* | [MultiHoster][XFSHoster] Set DIRECT_LINK | Walter Purcaro | 2015-10-23 | 2 | -11/+11 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-10-22 | 14 | -28/+30 |
| | |||||
* | [MultiHoster] Fix get_info | Walter Purcaro | 2015-10-22 | 2 | -32/+33 |
| | |||||
* | Update XFS plugins | Walter Purcaro | 2015-10-22 | 3 | -64/+34 |
| | |||||
* | [Account] Add method 'setup' | Walter Purcaro | 2015-10-22 | 1 | -24/+32 |
| | |||||
* | [SimpleCrypter] Fix https://github.com/pyload/pyload/issues/2094 | Walter Purcaro | 2015-10-22 | 1 | -8/+14 |
| | |||||
* | [SimpleHoster] Fix http://forum.pyload.org/viewtopic.php?f=12&t=4637 | Walter Purcaro | 2015-10-22 | 1 | -3/+4 |
| | |||||
* | Update SimpleCrypter.py | GammaC0de | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | [Notifier] Fix https://github.com/pyload/pyload/issues/2092 | Walter Purcaro | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | [Base] Improve wait method | Walter Purcaro | 2015-10-21 | 2 | -8/+23 |
| | |||||
* | Boring code cosmetics (2) | Walter Purcaro | 2015-10-21 | 14 | -80/+47 |
| | |||||
* | [Notifier] Fix https://github.com/pyload/pyload/issues/2090 | Walter Purcaro | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | Update XFSHoster.py | GammaC0de | 2015-10-20 | 1 | -3/+3 |
| | |||||
* | Update Hoster.py | GammaC0de | 2015-10-20 | 1 | -1/+6 |
| | |||||
* | Merge pull request #2083 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -2/+2 |
|\ | | | | | [Base] update | ||||
| * | Update Base.py | GammaC0de | 2015-10-20 | 1 | -2/+2 |
| | | |||||
* | | Tiny code cosmetics | Walter Purcaro | 2015-10-20 | 4 | -4/+4 |
| | | |||||
* | | Notifier framework | Walter Purcaro | 2015-10-20 | 1 | -0/+117 |
|/ | |||||
* | Code cosmetics | Walter Purcaro | 2015-10-20 | 4 | -24/+11 |
| | |||||
* | [utils] format_time | Walter Purcaro | 2015-10-20 | 2 | -7/+27 |
| | |||||
* | [utils] Version up | Walter Purcaro | 2015-10-20 | 1 | -1/+1 |
| | | | | https://github.com/pyload/pyload/issues/2017 | ||||
* | [Extractor] Fix https://github.com/pyload/pyload/issues/2060 | Walter Purcaro | 2015-10-20 | 2 | -7/+7 |
| | |||||
* | Fix missing BadHeader import | Walter Purcaro | 2015-10-20 | 2 | -2/+4 |
| | |||||
* | Update UnZip (2) | GammaC0de | 2015-10-20 | 1 | -3/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2073 | Walter Purcaro | 2015-10-20 | 1 | -1/+0 |
| | |||||
* | Spare fixes (2) | Walter Purcaro | 2015-10-20 | 5 | -10/+10 |
| | |||||
* | Merge pull request #2074 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -5/+19 |
|\ | | | | | [UnZip] update | ||||
| * | [UnZip] fix verify() | GammaC0de | 2015-10-20 | 1 | -4/+13 |
| | | |||||
| * | Update UnZip.py | GammaC0de | 2015-10-19 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #2063 from Gutz-Pilz/patch-7 | Walter Purcaro | 2015-10-20 | 1 | -1/+2 |
|\ \ | | | | | | | Fixed | ||||
| * | | Fixed | Gutz-Pilz | 2015-10-19 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #2062 from Gutz-Pilz/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -2/+2 |
|\ \ | | | | | | | Fix for https://github.com/pyload/pyload/issues/2025 | ||||
| * | | Fix for https://github.com/pyload/pyload/issues/2025 | Gutz-Pilz | 2015-10-19 | 1 | -2/+2 |
| |/ | | | | | | | This fixes my problem mit filecrypt.cc crypter dont know if it would fix any other hoster or crypter issues | ||||
* / | remove unused imports/variables | runningbits | 2015-10-19 | 1 | -1/+0 |
|/ | |||||
* | Spare fixes | Walter Purcaro | 2015-10-19 | 4 | -17/+12 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2058 | Walter Purcaro | 2015-10-19 | 1 | -2/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2055 | Walter Purcaro | 2015-10-19 | 2 | -14/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2056 | Walter Purcaro | 2015-10-19 | 3 | -27/+27 |
| | |||||
* | Spare fixes | Walter Purcaro | 2015-10-19 | 8 | -34/+41 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2039 from joberreiter/patch-2 | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
|\ | | | | | [internal/XFSCrypter] Fixing an unbalaced parenthesis in OFFLINE_PATTERN | ||||
| * | Fixing an unbalaced parenthesis in OFFLINE_PATTERN | Jochen Oberreiter | 2015-10-16 | 1 | -2/+2 |
| | | |||||
* | | Version up for all plugins | Walter Purcaro | 2015-10-18 | 25 | -25/+25 |
| | | |||||
* | | Spare code cosmetics | Walter Purcaro | 2015-10-18 | 9 | -32/+33 |
| | | |||||
* | | Update internals | Walter Purcaro | 2015-10-18 | 7 | -27/+24 |
| | | |||||
* | | [SimpleCrypter] Don't use self.link(s) | Walter Purcaro | 2015-10-18 | 1 | -98/+40 |
| | | |||||
* | | [Plugin] Minimize code + spare fixes | Walter Purcaro | 2015-10-18 | 3 | -419/+66 |
| | | |||||
* | | [Hoster] Fix download routine + new method is_download | Walter Purcaro | 2015-10-18 | 1 | -61/+140 |
| | | |||||
* | | [Base] Grab link info on setup | Walter Purcaro | 2015-10-18 | 1 | -123/+87 |
| | | |||||
* | | [Extractor] Code cleanup | Walter Purcaro | 2015-10-18 | 3 | -30/+30 |
| | | |||||
* | | [Addon] Start periodical on plugin activation | Walter Purcaro | 2015-10-18 | 1 | -11/+7 |
| | | |||||
* | | [Account] Fix info syncing and corrupted password issue | Walter Purcaro | 2015-10-18 | 1 | -36/+19 |
| | | |||||
* | | Dead plugins are stable, but still dead. | Walter Purcaro | 2015-10-18 | 2 | -2/+2 |
| | | |||||
* | | [MultiAccount] Still not working, but 90% complete | Walter Purcaro | 2015-10-18 | 1 | -135/+117 |
| | | |||||
* | | Multi-hoster accounts now extend MultiAccount class | Walter Purcaro | 2015-10-18 | 1 | -5/+14 |
| | | |||||
* | | Collect plugin utilities in a own file | Walter Purcaro | 2015-10-18 | 1 | -0/+433 |
| | | |||||
* | | Spare fixes | Walter Purcaro | 2015-10-13 | 2 | -19/+16 |
| | | |||||
* | | Fixing fixurl... | Walter Purcaro | 2015-10-13 | 2 | -11/+10 |
| | | |||||
* | | [SimpleCrypter] Don't extend SimpleHoster anymore | Walter Purcaro | 2015-10-13 | 1 | -24/+292 |
|/ | |||||
* | [Plugin] version up | GammaC0de | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [Plugin] improve error tracing (2) | GammaC0de | 2015-10-13 | 1 | -24/+39 |
| | |||||
* | [XFSAccount] Error handling support | Walter Purcaro | 2015-10-11 | 3 | -29/+68 |
| | |||||
* | [Plugin] Improve error tracing | Walter Purcaro | 2015-10-11 | 1 | -6/+16 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1960 | Walter Purcaro | 2015-10-11 | 2 | -22/+9 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | Walter Purcaro | 2015-10-11 | 22 | -81/+83 |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | ||||
* | Fix https://github.com/pyload/pyload/issues/2002 | Walter Purcaro | 2015-10-10 | 1 | -18/+25 |
| | |||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-10-10 | 23 | -93/+59 |
| | |||||
* | Merge branch 'pr/n1997_GammaC0de' into stable | Walter Purcaro | 2015-10-10 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: module/plugins/internal/Base.py | ||||
| * | Update Base.py | GammaC0de | 2015-10-10 | 1 | -1/+2 |
| | | |||||
* | | Spare code cosmetics (2) | Walter Purcaro | 2015-10-10 | 7 | -16/+10 |
| | | |||||
* | | [Base] New methods: init_base and setup_base | Walter Purcaro | 2015-10-10 | 3 | -44/+60 |
| | | | | | | | | [Hoster] Improve download method | ||||
* | | Spare code cosmetics | Walter Purcaro | 2015-10-10 | 4 | -16/+15 |
| | | |||||
* | | [Addon] Persistent self.info | Walter Purcaro | 2015-10-10 | 1 | -1/+11 |
| | | |||||
* | | [Plugin] Improve encoding functions & storing methods | Walter Purcaro | 2015-10-10 | 1 | -19/+60 |
|/ | |||||
* | Fix https://github.com/pyload/pyload/issues/1962 (and many other tickets) | Walter Purcaro | 2015-10-08 | 3 | -10/+16 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1978 | Walter Purcaro | 2015-10-08 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1975 | Walter Purcaro | 2015-10-08 | 2 | -13/+8 |
| | |||||
* | Fixpack (5) | Walter Purcaro | 2015-10-08 | 4 | -69/+84 |
| | |||||
* | Spare improvements | Walter Purcaro | 2015-10-08 | 8 | -44/+112 |
| | |||||
* | Fixpack (4) | Walter Purcaro | 2015-10-08 | 7 | -93/+50 |
| | |||||
* | Merge pull request #1957 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-07 | 1 | -16/+80 |
|\ | | | | | [Plugin] introduce 'traceback' argument in log_xxx() functions | ||||
| * | [log_xxx()] introduce 'traceback' argument | GammaC0de | 2015-10-05 | 1 | -16/+80 |
| | | |||||
* | | Double URL Fix | kasperj | 2015-10-06 | 1 | -1/+1 |
|/ | | | Fix for the issue with http://url.tld/http://url.tld/XXX | ||||
* | Fixpack (3) | Walter Purcaro | 2015-10-04 | 4 | -10/+13 |
| | |||||
* | Fixpack (2) | Walter Purcaro | 2015-10-04 | 10 | -50/+94 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1911#issuecomment-145026557 | Walter Purcaro | 2015-10-02 | 7 | -25/+44 |
| | |||||
* | [ClickAndLoad] Queue destination support | Walter Purcaro | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1932 | Walter Purcaro | 2015-10-02 | 5 | -15/+15 |
| | |||||
* | Merge pull request #1933 from jansohn/stable | Walter Purcaro | 2015-10-02 | 1 | -1/+1 |
|\ | | | | | fix #1921 | ||||
| * | fix #1921 | jansohn | 2015-10-02 | 1 | -1/+1 |
| | | |||||
* | | [Account] Fix https://github.com/pyload/pyload/issues/1922 | Walter Purcaro | 2015-10-02 | 1 | -1/+2 |
|/ | |||||
* | [Account] Improve parse_traffic method + code cosmetics | Walter Purcaro | 2015-10-02 | 6 | -23/+21 |
| | |||||
* | [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵ | Walter Purcaro | 2015-10-02 | 2 | -7/+7 |
| | | | | https://github.com/pyload/pyload/issues/1904 | ||||
* | Fix https://github.com/pyload/pyload/issues/1917 + new function: parse_time | Walter Purcaro | 2015-10-02 | 3 | -21/+48 |
| | |||||
* | [Hoster] Fix https://github.com/pyload/pyload/issues/1918 | Walter Purcaro | 2015-10-02 | 1 | -1/+2 |
| | |||||
* | [Plugin] Improve fixurl function | Walter Purcaro | 2015-10-02 | 1 | -3/+7 |
| | | | | https://github.com/pyload/pyload/issues/1873 | ||||
* | Fixpack (1) | Walter Purcaro | 2015-10-01 | 8 | -70/+125 |
| | |||||
* | Merge pull request #1902 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-01 | 1 | -2/+2 |
|\ | | | | | [XFSHoster] re-fix #1865 |