Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |