summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/ReloadCc.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+2
| | | | Merges vuolter/pyload@aa7b3f9
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Fixed PEP 8 violations in AccountsGravatar Stefano 2013-07-231-2/+2
|
* Change exception handling to Python 2.5 compatible syntax. Increase version ↵Gravatar Nils Hesse 2013-02-131-2/+2
| | | | numbers of the plugins.
* Enable better error handling for the Reload.cc pluginGravatar Nils Hesse 2013-02-131-8/+30
|
* Use a dictionary to supply HTTP requests with the GET parameters (ensure ↵Gravatar Nils Hesse 2012-11-081-6/+11
| | | | proper URL encoding)
* Change self.accounts to self.info for getting the cached password hashGravatar Nils Hesse 2012-11-081-1/+1
|
* Added some error codes to the reload.cc hoster pluginGravatar Nils Hesse 2012-11-081-4/+3
| | | | Removed some leftover comments from account plugin
* Added the reload.cc pluginGravatar Nils Hesse 2012-11-081-0/+47