|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Use 'import' instead 'from' |  Walter Purcaro | 2015-05-01 | 1 | -7/+6 | 
| * | Fix https://github.com/pyload/pyload/issues/1374 |  Walter Purcaro | 2015-04-30 | 1 | -11/+1 | 
| * | Spare code cosmetics |  Walter Purcaro | 2015-04-30 | 1 | -2/+2 | 
| * | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2) |  Walter Purcaro | 2015-04-01 | 1 | -3/+3 | 
| * | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 |  Walter Purcaro | 2015-04-01 | 1 | -2/+2 | 
| * | Temp fixup to `filename*=UTF-8` bug |  Walter Purcaro | 2015-03-31 | 1 | -1/+11 | 
| * | [BasePlugin][SimpleHoster] Better checkDownload warning |  Walter Purcaro | 2015-03-14 | 1 | -3/+3 | 
| * | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1248 |  Walter Purcaro | 2015-03-11 | 1 | -7/+9 | 
| * | [BasePlugin][SimpleHoster] Improve checkDownload rules |  Walter Purcaro | 2015-03-10 | 1 | -3/+8 | 
| * | [BasePlugin] Improve checkDownload |  Walter Purcaro | 2015-03-10 | 1 | -6/+8 | 
| * | Rename fileUrl to getFileURL |  Walter Purcaro | 2015-03-09 | 1 | -3/+3 | 
| * | [MultiHoster][SimpleHoster] Improve info stuff |  Walter Purcaro | 2015-02-02 | 1 | -5/+6 | 
| * | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1073 |  Walter Purcaro | 2015-01-25 | 1 | -2/+3 | 
| * | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1055 |  Walter Purcaro | 2015-01-18 | 1 | -2/+2 | 
| * | [BasePlugin][SimpleDereferer] Use SimpleHoster fileUrl |  Walter Purcaro | 2015-01-18 | 1 | -33/+9 | 
| * | Improve getInfo |  Walter Purcaro | 2015-01-10 | 1 | -2/+8 | 
| * | [BasePlugin] Bump up version |  Walter Purcaro | 2015-01-09 | 1 | -1/+1 | 
| * | [BasePlugin] Fix another typo |  Ivan | 2015-01-09 | 1 | -1/+1 | 
| * | [BasePlugin] Fix typo |  Walter Purcaro | 2015-01-09 | 1 | -4/+4 | 
| * | "New Year" Update: hoster plugins |  Walter Purcaro | 2015-01-09 | 1 | -4/+7 | 
| * | Fix password retrieving in some plugins |  Walter Purcaro | 2014-12-20 | 1 | -5/+4 | 
| * | Fix missing create_getInfo |  Walter Purcaro | 2014-12-12 | 1 | -0/+3 | 
| * | Plugin code cosmetics |  Walter Purcaro | 2014-12-06 | 1 | -1/+1 | 
| * | [BasePlugin] Improve some routines |  Walter Purcaro | 2014-12-01 | 1 | -18/+15 | 
| * | [BasePlugin] Improve downloadFile routine |  Walter Purcaro | 2014-11-29 | 1 | -43/+46 | 
| * | [BasePlugin] Fix filename recognition |  Walter Purcaro | 2014-11-23 | 1 | -22/+5 | 
| * | [BasePlugin] Fix typo |  Walter Purcaro | 2014-11-23 | 1 | -2/+2 | 
| * | [BasePlugin] Improve a bit |  Walter Purcaro | 2014-11-23 | 1 | -35/+50 | 
| * | Code cosmetics: use self.core.api instead self.api (for now) |  Walter Purcaro | 2014-10-28 | 1 | -11/+0 | 
| * | Code cosmetics: plugin class attributes |  Walter Purcaro | 2014-10-28 | 1 | -5/+5 | 
| * | Extend translation support in plugins + a lot of code cosmetics and typo fixes |  Walter Purcaro | 2014-10-26 | 1 | -1/+1 | 
| * | Avoid gettext conflict due variable `_` |  Walter Purcaro | 2014-10-25 | 1 | -1/+1 | 
| * | Add __license__ key attribute to plugins |  Walter Purcaro | 2014-10-08 | 1 | -0/+1 | 
| * | New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace... |  Walter Purcaro | 2014-10-07 | 1 | -2/+1 | 
| * | [BasePlugin] Little code cosmetics |  Walter Purcaro | 2014-09-14 | 1 | -4/+7 | 
| * | [BasePlugin] Don't unquote url header |  William Pickering | 2014-08-30 | 1 | -2/+2 | 
| * | Remove trailing whitespaces + remove license headers + import urllib methods ... |  Walter Purcaro | 2014-08-01 | 1 | -2/+4 | 
| * | Prefer single quote for dict key name |  Walter Purcaro | 2014-07-15 | 1 | -1/+1 | 
| * | Use parseError instead PluginParseError + unified all download pattern attrib... |  Walter Purcaro | 2014-07-10 | 1 | -0/+1 | 
| * | Replace __pattern__ double quotes with single |  Walter Purcaro | 2014-04-11 | 1 | -1/+1 | 
| * | Fix header # -*- coding: utf-8 -*- |  Walter Purcaro | 2014-04-11 | 1 | -1/+1 | 
| * | Remove shebang #!/usr/bin/env python |  Walter Purcaro | 2014-04-11 | 1 | -1/+1 | 
| * | Use re.match for __pattern__ matches instead re.search |  Walter Purcaro | 2014-04-11 | 1 | -2/+2 | 
| * | Replace range with xrange |  Walter Purcaro | 2014-04-11 | 1 | -2/+2 | 
| * | Fix __author_name__ and __author_mail__ |  Walter Purcaro | 2014-04-11 | 1 | -2/+2 | 
| * | BasePlugin: fixed #209 |  Stefano | 2013-08-02 | 1 | -2/+8 | 
| * | Fixed PEP 8 violations in Hosters |  Stefano | 2013-07-22 | 1 | -19/+21 | 
| * | BasePlugin - fix http auth |  zoidberg10 | 2012-11-17 | 1 | -14/+15 | 
| * | small plugin fixes |  zoidberg10 | 2012-09-25 | 1 | -3/+2 | 
| * | multihosters - closed #618, store http/ftp accounts, add uptobox.com premium |  zoidberg10 | 2012-09-24 | 1 | -24/+34 | 
| * | BasePlugin: handle 404s by setting status to 'offline' |  hagg | 2012-09-10 | 1 | -4/+10 | 
| * | fixed #532, #543, letitbit, extabit, linkdecrypter; allow rs+nl.in free account |  zoidberg10 | 2012-02-27 | 1 | -2/+2 | 
| * | closed #440 |  RaNaN | 2011-12-02 | 1 | -2/+2 | 
| * | closed #418 |  RaNaN | 2011-11-04 | 1 | -30/+48 | 
| * | BasePlugin: attempt to fix #266 |  zoidberg10 | 2011-11-02 | 1 | -5/+29 | 
| * | closed #412, #266 |  RaNaN | 2011-11-01 | 1 | -3/+4 | 
| * | closed #414 |  RaNaN | 2011-10-31 | 1 | -2/+2 | 
| * | started to integrate package generator |  RaNaN | 2011-07-16 | 1 | -2/+3 | 
| * | removed server_methods, please test everything entirely |  RaNaN | 2011-07-12 | 1 | -1/+1 | 
| * | api tester |  RaNaN | 2011-06-05 | 1 | -0/+5 | 
| * | closed #294, #295 |  RaNaN | 2011-04-30 | 1 | -5/+1 | 
| * | closed #290, #291, #292 |  RaNaN | 2011-04-30 | 1 | -0/+3 | 
| * | new l18n files |  RaNaN | 2011-03-10 | 1 | -2/+0 | 
| * | webif user managment |  RaNaN | 2011-03-10 | 1 | -0/+2 | 
| * | encoding fixes |  RaNaN | 2011-02-19 | 1 | -1/+6 | 
| * | removed debug |  RaNaN | 2011-02-14 | 1 | -6/+6 | 
| * | averaged download speed |  RaNaN | 2011-02-14 | 1 | -0/+7 | 
| * | new curl download backend - support for chunked dl, resume |  RaNaN | 2010-12-27 | 1 | -0/+4 | 
| * | more fixes |  RaNaN | 2010-10-14 | 1 | -1/+1 | 
| * | general js api + pyv8 support |  RaNaN | 2010-10-05 | 1 | -2/+2 | 
| * | new dirs |  RaNaN | 2010-08-25 | 1 | -0/+25 | 
| * | merged gui |  mkaay | 2010-08-25 | 1 | -25/+0 | 
| * | some fixes |  RaNaN | 2010-08-01 | 1 | -7/+0 | 
| * | daily commit |  RaNaN | 2010-07-30 | 1 | -0/+7 | 
| * | many new stuff, some things already working |  RaNaN | 2010-07-29 | 1 | -0/+25 |