summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TusfilesNetFolder.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-15/+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 pluginsGravatar Walter Purcaro 2014-07-151-1/+4
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-2/+0
|
* [SimpleCrypter] Better inline docs + support for offline & temp.offline checkGravatar Walter Purcaro 2014-07-051-2/+2
|
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+0
| | | | Merges vuolter/pyload@aa7b3f9
* New crypter: TusfilesNetFolderGravatar Stefano 2014-03-121-0/+54
Merges #520