Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Account class completely rewritten + plugins updated | Walter Purcaro | 2015-09-29 | 1 | -3/+20 |
| | |||||
* | [Account] Fix __version__ | Walter Purcaro | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | [Account] parse_info -> grab_info | Walter Purcaro | 2015-09-21 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1646 | Walter Purcaro | 2015-08-02 | 1 | -3/+3 |
| | |||||
* | Account rewritten (2) | Walter Purcaro | 2015-07-25 | 1 | -5/+5 |
| | |||||
* | Account rewritten | Walter Purcaro | 2015-07-25 | 1 | -4/+4 |
| | |||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | Code cosmetics (3) | Walter Purcaro | 2015-07-19 | 1 | -2/+2 |
| | |||||
* | Code cosmetics (2) | Walter Purcaro | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 1 | -8/+8 |
| | |||||
* | Spare code cosmetics (2) | Walter Purcaro | 2015-06-24 | 1 | -6/+6 |
| | |||||
* | Update all | Walter Purcaro | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | [PremiumizeMe] Account version up | Walter Purcaro | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | [PremiumizeMe] Premium account fixup | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Update everything | Walter Purcaro | 2015-06-08 | 1 | -2/+2 |
| | |||||
* | [FreeWayMe] Fixup | Walter Purcaro | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | [PremiumizeMe] Account fixup | Walter Purcaro | 2015-06-02 | 1 | -11/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1449 | Walter Purcaro | 2015-06-02 | 1 | -2/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1442 | Walter Purcaro | 2015-06-02 | 1 | -2/+9 |
| | |||||
* | "New Year" Update: account plugins | Walter Purcaro | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | Update account plugins | Walter Purcaro | 2014-12-18 | 1 | -2/+2 |
| | |||||
* | Plugin code cosmetics (3) | Walter Purcaro | 2014-12-07 | 1 | -3/+4 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | Two space before function declaration | Walter Purcaro | 2014-10-22 | 1 | -0/+1 |
| | |||||
* | Fix trafficleft size in some account plugins | Walter Purcaro | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | [accounts] Code cosmetics | Walter Purcaro | 2014-10-11 | 1 | -0/+1 |
| | |||||
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+1 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 1 | -2/+1 |
| | | | | Whitespaces and EOF fixup | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -1/+1 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Key attributes cleanup for account, container and crypter plugins | Walter Purcaro | 2014-07-15 | 1 | -0/+2 |
| | |||||
* | Fix header # -*- coding: utf-8 -*- | Walter Purcaro | 2014-04-11 | 1 | -0/+2 |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 1 | -2/+2 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | Fixed PEP 8 violations in Accounts | Stefano | 2013-07-23 | 1 | -11/+9 |
| | |||||
* | Normalize line endings to avoid line endings merge conflicts | Stefano | 2013-07-21 | 1 | -44/+44 |
| | |||||
* | fixed last commit | RaNaN | 2013-02-28 | 1 | -2/+2 |
| | |||||
* | closed #25 | RaNaN | 2013-02-28 | 1 | -2/+6 |
| | |||||
* | Added premiumize.me support, using their new API ↵ | Florian Franzen | 2012-04-09 | 1 | -0/+40 |
(https://secure.premiumize.me/?show=api). This fixes #416. |