Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version up for all plugins | 2015-10-18 | 1 | -1/+1 | |
| | |||||
* | Update hosters | 2015-10-18 | 1 | -10/+5 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | 2015-10-11 | 1 | -1/+2 | |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | ||||
* | Spare code cosmetics (3) | 2015-10-10 | 1 | -1/+1 | |
| | |||||
* | Fixpack (3) | 2015-10-04 | 1 | -1/+1 | |
| | |||||
* | A lot of plugin code cosmetics | 2015-10-01 | 1 | -1/+1 | |
| | |||||
* | Update hoster plugins | 2015-09-29 | 1 | -6/+16 | |
| | |||||
* | Spare code cosmetics | 2015-09-21 | 1 | -0/+7 | |
| | |||||
* | Account rewritten (2) | 2015-07-25 | 1 | -1/+1 | |
| | |||||
* | Account rewritten | 2015-07-25 | 1 | -2/+2 | |
| | |||||
* | Hotfixes (2) | 2015-07-24 | 1 | -1/+1 | |
| | |||||
* | New __status__ magic key | 2015-07-19 | 1 | -0/+1 | |
| | |||||
* | Rename self.core to self.pyload (plugins only) | 2015-07-19 | 1 | -1/+1 | |
| | |||||
* | Code cosmetics (2) | 2015-07-19 | 1 | -1/+1 | |
| | |||||
* | Spare fixes and code cosmetics | 2015-07-17 | 1 | -2/+2 | |
| | |||||
* | No camelCase style anymore | 2015-07-07 | 1 | -8/+8 | |
| | |||||
* | Spare code cosmetics (2) | 2015-06-24 | 1 | -1/+1 | |
| | |||||
* | Update all | 2015-06-24 | 1 | -1/+1 | |
| | |||||
* | Update everything | 2015-06-08 | 1 | -2/+2 | |
| | |||||
* | [Ftp] Fixup | 2015-05-16 | 1 | -2/+2 | |
| | |||||
* | Use 'import' instead 'from' | 2015-05-01 | 1 | -7/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1374 | 2015-04-30 | 1 | -11/+1 | |
| | |||||
* | Spare code cosmetics | 2015-04-30 | 1 | -2/+2 | |
| | |||||
* | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2) | 2015-04-01 | 1 | -3/+3 | |
| | |||||
* | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 | 2015-04-01 | 1 | -2/+2 | |
| | |||||
* | Temp fixup to `filename*=UTF-8` bug | 2015-03-31 | 1 | -1/+11 | |
| | |||||
* | Replace 'except' with 'except Exception' | 2015-01-13 | 1 | -1/+1 | |
| | |||||
* | Fix getAccount in some plugins | 2015-01-11 | 1 | -2/+2 | |
| | |||||
* | "New Year" Update: hoster plugins | 2015-01-09 | 1 | -2/+2 | |
| | |||||
* | Fix password retrieving in some plugins | 2014-12-20 | 1 | -5/+4 | |
| | |||||
* | Code cosmetics | 2014-11-10 | 1 | -4/+4 | |
| | |||||
* | Code cosmetics: plugin class attributes | 2014-10-28 | 1 | -6/+6 | |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | 2014-10-26 | 1 | -2/+2 | |
| | |||||
* | [Ftp] Improve __pattern__ | 2014-10-20 | 1 | -3/+4 | |
| | |||||
* | Pattern update 2 | 2014-10-11 | 1 | -1/+1 | |
| | |||||
* | Newline cosmetics | 2014-10-08 | 1 | -0/+2 | |
| | |||||
* | Add __license__ key attribute to plugins | 2014-10-08 | 1 | -0/+1 | |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | 2014-10-07 | 1 | -2/+3 | |
| | | | | Whitespaces and EOF fixup | ||||
* | [FTP] Restore pattern. | 2014-09-13 | 1 | -2/+2 | |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 2014-08-01 | 1 | -19/+7 | |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Store all re.search/match object as "m" instead "found" | 2014-07-20 | 1 | -3/+3 | |
| | |||||
* | Prefer self.urls and self.packages for adding links | 2014-07-16 | 1 | -3/+2 | |
| | |||||
* | Prefer single quote for dict key name | 2014-07-15 | 1 | -1/+1 | |
| | |||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | 2014-07-15 | 1 | -3/+0 | |
| | |||||
* | Remove bad whitespaces | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@e4b2562 | ||||
* | Fix __description__ | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fixed PEP 8 violations in Hosters | 2013-07-22 | 1 | -28/+27 | |
| | |||||
* | Normalize line endings to avoid line endings merge conflicts | 2013-07-21 | 1 | -90/+90 | |
| | |||||
* | multihosters - closed #618, store http/ftp accounts, add uptobox.com premium | 2012-09-24 | 1 | -11/+62 | |
| | |||||
* | improved speed for high bandwith connections | 2011-09-24 | 1 | -3/+2 | |
| | |||||
* | more fixes and chunk+resume debug | 2010-12-28 | 1 | -25/+8 | |
| | |||||
* | new dirs | 2010-08-25 | 1 | -0/+58 | |
| | |||||
* | merged gui | 2010-08-25 | 1 | -58/+0 | |
| | |||||
* | fixes, missing file | 2010-08-18 | 1 | -12/+8 | |
| | |||||
* | plugin updates to new interface | 2010-08-01 | 1 | -23/+19 | |
| | |||||
* | more improvements and cleaned some imports | 2010-07-29 | 1 | -1/+0 | |
| | |||||
* | New feature: FTP download support | 2010-06-20 | 1 | -0/+67 | |
use like this: ftp://user:passwd@ftp.server.net/path/to/file user:passwd@ is optional bugfix: linklist.py |