Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import cleanup for datetime and time modules | Walter Purcaro | 2015-03-14 | 1 | -8/+8 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-01-10 | 1 | -9/+12 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -12/+12 |
| | |||||
* | Avoid gettext conflict due variable `_` | Walter Purcaro | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Two space before function declaration | Walter Purcaro | 2014-10-22 | 1 | -0/+2 |
| | |||||
* | 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 | -29/+14 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Prefer single quote for dict key name | Walter Purcaro | 2014-07-15 | 1 | -11/+11 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 1 | -1/+1 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 1 | -2/+0 |
| | |||||
* | Fixed some PEP8 violations | Stefano | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Fix __pattern__ www | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@d3be840 | ||||
* | Use re.match for __pattern__ matches instead re.search | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@9117005 | ||||
* | Remove bad whitespaces | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@e4b2562 | ||||
* | Fix __config__ | Walter Purcaro | 2014-04-11 | 1 | -5/+3 |
| | | | | Merges vuolter/pyload@83ff313 | ||||
* | Replace range with xrange | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@a50c8ff | ||||
* | 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 Hosters | Stefano | 2013-07-22 | 1 | -63/+58 |
| | |||||
* | Normalize line endings to avoid line endings merge conflicts | Stefano | 2013-07-21 | 1 | -229/+229 |
| | |||||
* | fixed log api call for several plugins | Walter Purcaro | 2013-07-17 | 1 | -7/+7 |
| | |||||
* | getConfig instead getConf for all | Walter Purcaro | 2013-06-03 | 1 | -4/+4 |
| | |||||
* | xdcc fix | Jeix | 2012-02-05 | 1 | -2/+1 |
| | |||||
* | pyLoad 0.4.8v0.4.8 | RaNaN | 2011-10-04 | 1 | -13/+1 |
| | |||||
* | improved some code style issues | RaNaN | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | shragle fix | Jeix | 2011-04-13 | 1 | -1/+2 |
| | |||||
* | xdcc fixes | Jeix | 2011-02-12 | 1 | -6/+8 |
| | |||||
* | GUI updates, closed #181, updated XDCC, fixed FileSonic | Jeix | 2011-02-11 | 1 | -11/+35 |
| | |||||
* | cleanup code | RaNaN | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | new l18n files | RaNaN | 2011-01-26 | 1 | -3/+0 |
| | |||||
* | small fixes: progess view in gui,xdcc,shareonline | Jeix | 2010-11-05 | 1 | -3/+3 |
| | |||||
* | closed #168 | Jeix | 2010-10-29 | 1 | -12/+35 |
| | |||||
* | closed #170 | Jeix | 2010-10-24 | 1 | -3/+127 |
| | |||||
* | new dirs | RaNaN | 2010-08-25 | 1 | -0/+71 |
| | |||||
* | merged gui | mkaay | 2010-08-25 | 1 | -71/+0 |
| | |||||
* | plugin updates to new interface | Jeix | 2010-08-01 | 1 | -29/+30 |
| | |||||
* | New feature: XDCC Support | Jeix | 2010-06-20 | 1 | -0/+70 |
Works for links with the following schema: xdcc://.*?/.*?/#?\d+/? (regexp) Example: xdcc://irc.server.net/botname/packid |