summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/NCryptIn.py
Commit message (Expand)AuthorAgeFilesLines
* Fix https://github.com/pyload/pyload/issues/2112Gravatar Walter Purcaro 2015-10-281-3/+4
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
* self.html -> self.dataGravatar Walter Purcaro 2015-10-231-9/+9
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
* Update cryptersGravatar Walter Purcaro 2015-10-181-3/+6
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-3/+4
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-2/+2
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-6/+4
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-0/+2
* [Captcha] Fix _decrypt methodGravatar Walter Purcaro 2015-07-311-1/+1
* Code cosmeticsGravatar Walter Purcaro 2015-07-241-2/+2
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
* Improve CaptchaGravatar Walter Purcaro 2015-07-231-3/+3
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-4/+4
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-1/+1
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-71/+71
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-24/+24
* Update allGravatar Walter Purcaro 2015-06-241-2/+2
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
* Update plugins after splitting CaptchaServiceGravatar Walter Purcaro 2015-05-301-2/+2
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-081-1/+1
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-281-2/+2
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-2/+2
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-081-2/+1
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-311-5/+1
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-3/+3
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-131-1/+1
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-221-2/+2
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-091-2/+2
* 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__ + Whitespace...Gravatar Walter Purcaro 2014-10-071-2/+3
* 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
* 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' in...Gravatar Walter Purcaro 2014-07-151-8/+4
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-1/+1
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
* NCryptIn: better folder name detectGravatar Stefano 2013-10-231-28/+28
* Update NCryptIn.pyGravatar fragonib 2013-10-191-94/+131
* NCryptIn: ability to decrypt single encrypted links.Gravatar Stefano 2013-10-111-28/+43
* 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
* 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