summaryrefslogtreecommitdiffstats
path: root/module/plugins/captcha
Commit message (Expand)AuthorAgeFilesLines
* [OCR] self.image -> self.imgGravatar Walter Purcaro 2015-12-272-15/+15
* Update captchasGravatar Walter Purcaro 2015-12-279-66/+65
* Version up for all pluginsGravatar Walter Purcaro 2015-10-189-9/+9
* Update captchasGravatar Walter Purcaro 2015-10-182-15/+15
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-119-9/+9
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-109-9/+9
* Fixpack (4)Gravatar Walter Purcaro 2015-10-081-1/+1
* Fixpack (3)Gravatar Walter Purcaro 2015-10-044-6/+6
* Fixpack (2)Gravatar Walter Purcaro 2015-10-042-3/+3
* Spare fixesGravatar Walter Purcaro 2015-10-022-3/+3
* Fix https://github.com/pyload/pyload/issues/1920Gravatar Walter Purcaro 2015-10-021-2/+1
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-013-4/+4
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-0/+2
* [Captcha] Fix _decrypt methodGravatar Walter Purcaro 2015-07-311-3/+3
* Fix https://github.com/pyload/pyload/issues/1520 (3)Gravatar Walter Purcaro 2015-07-291-2/+7
* Fix https://github.com/pyload/pyload/issues/1520Gravatar Walter Purcaro 2015-07-281-2/+7
* Then update othersGravatar Walter Purcaro 2015-07-271-1/+1
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-251-1/+1
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-252-3/+3
* Fix typoGravatar Walter Purcaro 2015-07-241-1/+1
* Code cosmeticsGravatar Walter Purcaro 2015-07-242-67/+61
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-249-9/+9
* Improve CaptchaGravatar Walter Purcaro 2015-07-238-4/+462
* Code cosmeticsGravatar Walter Purcaro 2015-07-231-115/+122
* New __status__ magic keyGravatar Walter Purcaro 2015-07-195-0/+5
* [OCR] Fix __init__ (2)Gravatar Walter Purcaro 2015-07-194-18/+5
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-191-1/+1
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-192-59/+63
* Code cosmeticsGravatar Walter Purcaro 2015-07-181-0/+1
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-075-59/+59
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-242-127/+127
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-147/+147
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-3/+0
* Move OCR to internal plugin folderGravatar Walter Purcaro 2015-06-146-329/+10
* New OCR CircleCaptchaGravatar gsasch 2015-05-181-0/+781
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-5/+4
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-281-1/+1
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-6/+6
* captcha -> OCRGravatar Walter Purcaro 2015-02-245-8/+8
* Some file encoding fixup + optimizationsGravatar Walter Purcaro 2015-01-291-8/+9
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-132-4/+4
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-091-12/+13
* Fix __version__ format in some pluginsGravatar Walter Purcaro 2014-12-095-5/+5
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-1/+1
* Code cosmeticsGravatar Walter Purcaro 2014-11-091-1/+1
* Use with statement instead open method when accessing fod + handle i/o errorGravatar Walter Purcaro 2014-11-091-6/+11
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-285-20/+20
* Code cosmetics: items() -> iteritems()Gravatar Walter Purcaro 2014-10-281-1/+1
* Two space before function declarationGravatar Walter Purcaro 2014-10-225-0/+20
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-171-9/+6
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-085-0/+5
* New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace...Gravatar Walter Purcaro 2014-10-075-10/+5
* Fix pillow import headerGravatar Walter Purcaro 2014-10-052-6/+10
* Fix captcha import of OCR classGravatar Walter Purcaro 2014-10-024-4/+4
* Remove trailing whitespaces + remove license headers + import urllib methods ...Gravatar Walter Purcaro 2014-08-015-45/+17
* Remove testcodes in captcha pluginsGravatar Walter Purcaro 2014-07-204-50/+0
* Fix captcha import bug introduced in 48c0c42fd6faffc56432d5f037cd575979f180ccGravatar Walter Purcaro 2014-07-202-3/+2
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-151-1/+0
* 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-152-15/+29
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-155-14/+60
* Use "is" instead "==" for bool condition checkGravatar Walter Purcaro 2014-07-051-1/+1
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-115-2/+7
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-112-2/+2
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-115-29/+28
* Fix EOFGravatar Walter Purcaro 2014-04-111-1/+0
* Replace range with xrangeGravatar Walter Purcaro 2014-04-112-9/+9
* MegauploadCom: deleted captcha pluginGravatar Walter Purcaro 2013-10-151-14/+0
* some fixesGravatar RaNaN 2011-02-061-1/+2
* little fixesGravatar RaNaN 2010-11-181-0/+2
* readded links txt parsing, catpcha error workaroundGravatar RaNaN 2010-08-271-9/+8
* some automatic fixesGravatar RaNaN 2010-08-271-1/+1
* new dirsGravatar RaNaN 2010-08-257-0/+570
* merged guiGravatar mkaay 2010-08-257-570/+0
* slightly improved process callGravatar RaNaN 2010-08-251-33/+5
* removed tempfile, win fixesGravatar RaNaN 2010-08-215-8/+34
* adaptions for win buildGravatar RaNaN 2010-08-211-0/+4
* fixesGravatar RaNaN 2010-08-201-1/+1
* some win preparationGravatar RaNaN 2010-08-201-1/+8
* removed gocr dependencyGravatar RaNaN 2010-08-092-7/+6
* hook config interfaceGravatar RaNaN 2010-08-051-1/+3
* wait fixGravatar RaNaN 2010-08-011-3/+4
* more improvements and cleaned some importsGravatar RaNaN 2010-07-291-1/+0
* new plugin interface test, ShareonlineBiz + SerienjunkiesOrg + MegauploadedCo...Gravatar mkaay 2010-05-171-1/+3
* removed unused importsGravatar RaNaN 2010-05-011-1/+0
* captcha fixGravatar Sleeper 2010-04-121-2/+3
* fix netload and shareonline, captcha subsets for better recognitionGravatar Sleeper 2010-04-125-34/+22
* moved captcha stuff, extended serienjunkies, some other stuffGravatar mkaay 2009-12-307-0/+570