summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/SafelinkingNet.py
Commit message (Collapse)AuthorAgeFilesLines
* module tempGravatar Walter Purcaro 2015-02-161-0/+79
|
* module -> pyloadGravatar Walter Purcaro 2014-09-141-82/+0
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-2/+4
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer self.urls and self.packages for adding linksGravatar Walter Purcaro 2014-07-161-6/+3
|
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-151-3/+6
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-6/+6
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-3/+3
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@b7f6e2e
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@d3be840
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@9117005
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@a50c8ff
* Change Solvmedia to SolvemediaGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@528ffe0
* 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
* New Crypter: SafelinkingNetGravatar quareevo 2013-12-061-0/+80
Merged #376