summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/Captcha9kw.py
Commit message (Collapse)AuthorAgeFilesLines
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-2/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-2/+2
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-4/+4
|
* Avoid gettext conflict due variable `_`Gravatar Walter Purcaro 2014-10-251-1/+1
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+5
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-221-1/+1
|
* Update Captcha9kw.pyGravatar eerozeteen 2014-10-221-2/+2
| | | syntax error, added missing parentheses
* 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/+2
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-9/+9
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-19/+5
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-4/+4
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-3/+5
|
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Fix __config__Gravatar Walter Purcaro 2014-04-111-7/+7
| | | | Merges vuolter/pyload@83ff313
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@a50c8ff
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Captcha9kw: merged #356Gravatar stefanos 2013-10-311-3/+4
|
* Captcha9kw: new selfsolve optionGravatar stefanos 2013-10-071-4/+5
| | | | + removed unused imports
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-41/+43
|
* Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-211-163/+163
|
* Fixed 2 source stringsGravatar Stefano 2013-07-181-1/+1
|
* Captcha9kw: fixed bad gettext useGravatar Stefano 2013-07-151-2/+2
|
* Update Captcha9kw.pyGravatar stefanos 2013-06-121-2/+2
| | | corrected self.timeout to self.getConfig("timeout")
* Update Captcha9kw.pyGravatar stefanos 2013-06-121-8/+9
| | | option for timeout, answercheck every 3 seconds is enough and hints for prio/confirm
* Set activated to False for all captcha hook pluginsGravatar Walter Purcaro 2013-06-021-2/+2
|
* Update Captcha9kw.pyGravatar stefanos 2013-05-171-3/+12
| | | prio, captcha per hour, max. timeout to 9kw with faster check (every second, max. timeout is unchanged => setWaiting), confirm captcha and https
* Plugins: fixed inconsistent indentationGravatar Stefano 2013-03-231-26/+26
|
* updated 9kw plugin (#27)Gravatar RaNaN 2013-03-091-4/+9
|
* closed #27Gravatar RaNaN 2013-03-021-26/+35
|
* 9kw.eu captcha service plugin - (see http://9kw.eu/hilfe.html) - closed #691Gravatar zoidberg10 2012-10-041-0/+139