summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TusfilesNetFolder.py
Commit message (Collapse)AuthorAgeFilesLines
* Update cryptersGravatar Walter Purcaro 2014-11-031-2/+2
|
* Update all other pluginsGravatar Walter Purcaro 2014-11-021-4/+4
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-5/+5
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-0/+2
|
* Convert some crypters to use XFSPCrypter instead SimpleCrypterGravatar Walter Purcaro 2014-10-181-5/+6
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-171-1/+1
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+3
| | | | Whitespaces and EOF fixup
* Update SimpleCrypter based pluginsGravatar Walter Purcaro 2014-10-061-3/+3
|
* 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