summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TnyCz.py
Commit message (Collapse)AuthorAgeFilesLines
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-2/+2
|
* Update allGravatar Walter Purcaro 2015-06-241-1/+1
|
* Hook plugin code cosmetics (2)Gravatar Walter Purcaro 2015-06-151-2/+2
|
* Update TnyCz.pyGravatar GammaC0de 2015-06-051-2/+2
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-2/+3
|
* Fix missing create_getInfoGravatar Walter Purcaro 2014-12-121-1/+4
|
* Update cryptersGravatar Walter Purcaro 2014-11-031-1/+1
|
* Update all other pluginsGravatar Walter Purcaro 2014-11-021-2/+2
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-0/+2
|
* 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/+2
| | | | Whitespaces and EOF fixup
* Update SimpleCrypter based pluginsGravatar Walter Purcaro 2014-10-061-2/+2
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-16/+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
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* 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: TnyCzGravatar Walter Purcaro 2014-01-101-0/+38
Merged #466