summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/CaptchaService.py
Commit message (Collapse)AuthorAgeFilesLines
* Update internal pluginsGravatar Walter Purcaro 2015-07-271-5/+1
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-251-2/+6
|
* Account rewrittenGravatar Walter Purcaro 2015-07-251-2/+2
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-0/+46
|
* Split CaptchaServiceGravatar Walter Purcaro 2015-05-301-489/+0
|
* [CaptchaService] Improve SolveMedia (2)Gravatar Walter Purcaro 2015-05-251-200/+179
|
* [CaptchaService] Improve SolveMediaGravatar Walter Purcaro 2015-05-251-99/+76
|
* [CaptchaService.py] Update ReCaptchaV1Gravatar zapp-brannigan 2015-05-241-5/+21
| | | Fix https://github.com/pyload/pyload/issues/1423
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-6/+6
|
* Update CaptchaService.pyGravatar zapp-brannigan 2015-04-091-17/+8
| | | Fix ReCaptchaV2
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-281-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-011-1/+5
|
* [CaptchaService] Fix https://github.com/pyload/pyload/issues/1166Gravatar Walter Purcaro 2015-02-101-45/+47
|
* [CaptchaService] Fix https://github.com/pyload/pyload/issues/1162Gravatar Walter Purcaro 2015-02-091-3/+3
|
* [CaptchaService] CleanupGravatar Walter Purcaro 2015-02-091-64/+83
|
* [CaptchaService.py] Updated SolvemediaGravatar zapp-brannigan 2015-02-091-7/+33
| | | Some additional requests to make it work again.
* [ExtractArchive] Fix typoGravatar Walter Purcaro 2015-01-311-2/+2
| | | | Fix https://github.com/pyload/pyload/issues/1011#issuecomment-72268195, https://github.com/pyload/pyload/issues/1113, https://github.com/pyload/pyload/issues/1115
* [CaptchaService.py] Fix ReCaptchaV2Gravatar zapp-brannigan 2015-01-301-8/+11
| | | Some small changes to make ReCaptchaV2 work again.
* [CaptchaService] Fix typoGravatar Walter Purcaro 2015-01-241-4/+4
|
* [CaptchaService] Fix https://github.com/pyload/pyload/issues/1069Gravatar Walter Purcaro 2015-01-241-30/+34
|
* [CaptchaService] Merge together ReCaptcha versionsGravatar Walter Purcaro 2015-01-221-125/+142
|
* [CaptchaService] Whitespaces cleanupGravatar Walter Purcaro 2015-01-191-25/+25
|
* [CaptchaService.py] Added support for ReCaptchaV2Gravatar zapp-brannigan 2015-01-141-37/+135
|
* "New Year" Update: internal pluginsGravatar Walter Purcaro 2015-01-081-14/+35
|
* [CaptchaService] New service AdYouLike + AdsCaptcha detect_key fixupGravatar Walter Purcaro 2014-12-101-42/+161
|
* [CaptchaService] More debug loggingGravatar Walter Purcaro 2014-11-231-6/+10
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-091-3/+3
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-12/+12
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-6/+6
|
* Simplify captcha challenge callsGravatar Walter Purcaro 2014-10-231-4/+2
|
* [CaptchaService] Update ReCaptcha KEY_PATTERNGravatar Walter Purcaro 2014-10-221-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-221-11/+11
|
* [CaptchaService] Fix KEY_PATTERNGravatar Walter Purcaro 2014-10-221-8/+8
|
* Update other plugins to support self.errorGravatar Walter Purcaro 2014-10-191-7/+7
|
* [CaptchaService] Fix KEY patternGravatar Walter Purcaro 2014-10-111-6/+6
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-111-2/+2
|
* [CaptchaService] Fix ReCaptcha KEY patternGravatar Walter Purcaro 2014-10-101-4/+4
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+4
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-8/+5
| | | | Whitespaces and EOF fixup
* [CaptchaService] Restore req.loadGravatar Walter Purcaro 2014-10-061-3/+3
|
* Use load instead req.load in all crypters and CaptchaServiceGravatar Walter Purcaro 2014-10-051-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-031-4/+4
|
* [CaptchaService] Fix typoGravatar Walter Purcaro 2014-10-031-16/+25
|
* [CaptchaService] Fix code indentation typoGravatar Walter Purcaro 2014-10-031-2/+2
|
* [CaptchaService] ImprovedGravatar Walter Purcaro 2014-10-031-35/+134
|
* [CaptchaService] Fix ReCaptcha key recognitionGravatar Walter Purcaro 2014-09-261-5/+11
| | | | Fix: https://github.com/pyload/pyload/issues/751
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-0/+1
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-3/+3
|
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-151-0/+1
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-0/+1
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Fix class definitionGravatar Walter Purcaro 2014-07-151-2/+2
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-0/+7
|
* [CaptchaService] Remove SolveMedia __init__Gravatar Walter Purcaro 2014-07-101-21/+1
|
* CaptchaService: fixed missing importGravatar Stefano 2014-04-181-1/+2
|
* Change Solvmedia to SolvemediaGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@528ffe0
* Improved ReCaptcha class:Gravatar Stefano 2014-04-101-6/+29
| | | | | Ability to detect public key and use it for challenge requests. + cosmetics
* Internal plugins PEP8 cleanupGravatar Walter Purcaro 2013-11-231-16/+21
|
* Solvemedia Captcha: implemented in a better way trying to fix bug #21Gravatar Stefano Codari 2013-03-191-5/+3
|
* update czshare, little fixesGravatar zoidberg10 2012-10-031-1/+1
|
* rapidgator.net premium, novafile.com free, multihoster schedule refreshGravatar zoidberg10 2012-10-011-0/+79