summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/NCryptIn.py
Commit message (Collapse)AuthorAgeFilesLines
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-5/+5
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-0/+2
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-271-3/+2
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-3/+3
|
* Replace single quotes with doubles in self.error and self.fail msgGravatar Walter Purcaro 2014-10-251-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-251-5/+4
|
* Call error instead fail in some pluginsGravatar Walter Purcaro 2014-10-231-1/+1
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-6/+0
|
* Remove needless self.htmlGravatar Walter Purcaro 2014-10-211-1/+0
|
* Fixed logging issue with coords valuesGravatar Walter Purcaro 2014-10-181-2/+19
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-111-2/+2
|
* Pattern update 2Gravatar Walter Purcaro 2014-10-111-1/+1
|
* Pattern update 1Gravatar Walter Purcaro 2014-10-111-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
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-1/+1
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-3/+3
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-201-5/+5
|
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-7/+7
|
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-151-6/+9
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-1/+1
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-8/+4
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@9117005
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* NCryptIn: better folder name detectGravatar Stefano 2013-10-231-28/+28
| | | | + cosmetics
* Update NCryptIn.pyGravatar fragonib 2013-10-191-94/+131
| | | NCryptIn: Improved link source management
* NCryptIn: ability to decrypt single encrypted links.Gravatar Stefano 2013-10-111-28/+43
| | | | Requested in #303
* NCryptIn: using ReCaptcha from CaptchaServiceGravatar Stefano 2013-10-111-2/+2
|
* Fixed PEP 8 violations in CryptersGravatar Stefano 2013-07-211-43/+44
|
* Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-211-251/+251
|
* NCryptIn: version increasedGravatar Stefano 2013-05-251-1/+1
| | | http://forum.pyload.org/viewtopic.php?p=9444#p9444
* Converted tabs to spacesGravatar Nold360 2013-04-161-3/+2
|
* I hate this comment.. but now it's finally fixed...Gravatar Nold360 2013-04-161-1/+1
|
* Added Workaround for duplicate links in NCryptInGravatar Nold360 2013-04-161-1/+15
|
* Added circlecaptcha to NCryptIn-PluginGravatar Nold360 2013-04-161-2/+16
|
* Use new logging functionsGravatar fragonib 2011-06-051-20/+20
|
* Serveral Plugins: Clean upGravatar fragonib 2011-05-301-1/+1
|
* Several Crypters and Hosters fixes, improvements, python2.5 issues...Gravatar fragonib 2011-05-151-6/+6
|
* improved some code style issuesGravatar RaNaN 2011-05-141-3/+3
|
* NCryptIn: Fixed support for web linksGravatar fragonib 2011-05-021-9/+20
|
* NCryptIn: Improved supportGravatar fragonib 2011-04-301-74/+120
|
* NCryptIn: FIX invalid passwordGravatar fragonib 2011-04-181-2/+4
|
* NCryptIn: Bug fixesGravatar fragonib 2011-02-201-39/+42
|
* linksave and ncrypt working with captchasGravatar RaNaN 2011-01-291-14/+28
|
* First working versionGravatar fragonib 2011-01-261-0/+148