aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11301] Guidelines: Add spaces in front and after the / operator.Andreas Fischer2013-01-081-1/+1
* [ticket/11301] Explicitly cast str offset to int to prevent E_NOTICE on 5.4.Andreas Fischer2013-01-081-1/+1
* [ticket/9892] Shorten the index names on the q&a captchaNils Adermann2011-06-121-2/+2
* Merge branch 'ticket/bantu/10042' into develop-olympusNils Adermann2011-06-051-1/+1
|\
| * [ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required.Andreas Fischer2011-03-051-1/+1
| * [ticket/10042] GD CAPTCHA: Round offset to the next pixel.Andreas Fischer2011-03-051-1/+1
* | [ticket/10170] Fix broken recaptcha verification host.Andreas Fischer2011-05-111-2/+7
* | [ticket/10170] reCaptcha API has been moved.Erik Frèrejean2011-05-101-3/+3
* | [ticket/10112] Replaced a couple occurrences of count() with sizeof()Callum Macrae2011-03-301-27/+27
|/
* [ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().Joas Schilling2011-01-301-2/+2
* [ticket/9829] Fix error in recaptcha validation.Cristian Rodriguez2010-09-191-4/+1
* [ticket/9612] Introduce new function gen_rand_string_friendly().Andreas Fischer2010-05-171-4/+4
* Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a c...Andreas Fischer2010-02-081-2/+2
* okay, now the confirm_id is no longer enough to get a new row into the qa tableHenry Sudhof2010-01-261-15/+3
* erm, that wouldn't workHenry Sudhof2010-01-261-3/+3
* tuningHenry Sudhof2010-01-261-0/+38
* debug code, begoneHenry Sudhof2010-01-261-1/+1
* tuningHenry Sudhof2010-01-261-5/+5
* ACP usabilityHenry Sudhof2010-01-261-12/+61
* Make sure captcha factory is there. Make sure language array is there.Andreas Fischer2010-01-201-0/+5
* Load reCAPTCHA over https when using a secure connection to the board. #55755Chris Smith2010-01-171-0/+7
* ... and finallyHenry Sudhof2009-10-271-1/+1
* adding normalization - shouldn't change anythingHenry Sudhof2009-10-271-2/+2
* #53235 - removing accidental commitsHenry Sudhof2009-10-271-49/+18
* fix spaces/tabsMeik Sievertsen2009-10-271-9/+7
* #53235Henry Sudhof2009-10-271-15/+50
* #52875 working around php4 bug 24631 - call_user_func doesn't return referenc...Henry Sudhof2009-10-151-1/+1
* #52875 working around php4 bug 24631 - call_user_func doesn't return referenc...Henry Sudhof2009-10-151-1/+1
* Fail without notices when no questions are providedHenry Sudhof2009-09-281-1/+21
* Move add_log() call for captcha "configure" page to the captcha plugin, becau...Meik Sievertsen2009-09-223-2/+7
* #50485 Henry Sudhof2009-09-211-2/+2
* beautify q&a captcha a bit (only slightly)Meik Sievertsen2009-09-071-44/+44
* Some rewording, some typo fixes, some whitespace changes.Andreas Fischer2009-09-031-3/+3
* Some cleanup.Andreas Fischer2009-09-031-78/+97
* Correctly assign board administrator email for L_CONFIRM_EXPLAIN in captcha p...Meik Sievertsen2009-09-012-13/+16
* #50025Henry Sudhof2009-08-201-1/+1
* erm, on the contrary; can that reset callHenry Sudhof2009-08-161-1/+1
* don't pick a new question without an explicit reset callHenry Sudhof2009-08-161-2/+3
* append_sidHenry Sudhof2009-08-161-2/+2
* - #49775Chris Smith2009-08-151-36/+65
* #49755Henry Sudhof2009-08-151-2/+2
* add back linksHenry Sudhof2009-08-142-0/+2
* #49675 #49655 - ATTENTION: small captcha API changeHenry Sudhof2009-08-144-28/+62
* That's not supported by php4 and part of the full 3.1 system anywayHenry Sudhof2009-08-141-99/+0
* some fixesHenry Sudhof2009-08-121-2/+2
* some fixesHenry Sudhof2009-08-121-3/+3
* class nameHenry Sudhof2009-08-101-1/+1
* include vs include_onceHenry Sudhof2009-08-073-3/+3
* Coding guidelines: Tiny whitespace change for an unreleased file.Andreas Fischer2009-08-071-2/+2
* use new flag to place captcha errors in the error log (if debug is set)Henry Sudhof2009-08-041-0/+2