summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/ShSt.py
Commit message (Collapse)AuthorAgeFilesLines
* Update crypter pluginsGravatar Walter Purcaro 2015-09-291-2/+2
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-2/+2
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-1/+1
|
* Update ShSt crypter pluginGravatar Frederik Möllers 2015-06-231-3/+3
| | | | | | | Revert to using the "regular" Crypter abstract class instead of SimpleCrypter. Before the last commit, Crypter was used and the last commit didn't actually make use of any SimpleCrypter functionality. So in order to be consistent, Crypter is now used again.
* Update ShSt crypter pluginGravatar Frederik Möllers 2015-06-231-8/+10
| | | | | | | | | | The plugin doesn't rely on a third party website anymore for the actual decrypting. Instead it uses a different user agent which makes sh.st serve an HTTP redirect. This speeds up the decrypting process and fixes errors related to the third party web site (in particular the latest outage and API change). Also, self.urls is now used instead of self.packages for the decrypted URL.
* New Crypter plugin: sh.stGravatar Frederik Möllers 2015-06-091-0/+28
sh.st is a URL shortener service with ads (much like adf.ly and others). The crypter uses deadlockers.com to bypass the ads/waiting times. It keeps the package name and folder and just inserts the target URL.