aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/captcha_gd.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-2629/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-15/+7
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-11/+10
* [ticket/10763] Fix static calls to non static methods in colour_managerJoas Schilling2014-03-091-16/+16
* [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-7/+8
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* Merge branch 'develop-olympus' into developNils Adermann2011-06-051-1/+1
|\
| * 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
* | | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-311-27/+27
|\ \ \ | |/ /
| * | [ticket/10112] Replaced a couple occurrences of count() with sizeof()Callum Macrae2011-03-301-27/+27
| |/
| * Use dynamic includes, fix some style bugs, make the old default captcha famil...Henry Sudhof2009-06-171-3/+2
| * Oh right. PHP4Henry Sudhof2009-06-131-0/+1
| * some shapesHenry Sudhof2009-03-201-465/+1428
| * ermHenry Sudhof2009-02-091-1/+1
| * some fixes, need feedback about parameters and shapesHenry Sudhof2009-02-091-23/+37
| * a little lessHenry Sudhof2009-02-081-2/+2
| * and another CAPTCHA setting - add new noise shapes to the noise array for mor...Henry Sudhof2009-02-081-1/+62
| * New option for the GD VC. Parameters need some more tweakingHenry Sudhof2009-01-211-4/+39
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+2640
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-2636/+0
* | Merge most changes from 3.0.x branch since the 25th december.Meik Sievertsen2009-03-221-443/+1513
* | $config to phpbb::$configMeik Sievertsen2008-12-281-9/+8
* | oh boy...David M2008-01-031-66/+66
|/
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-13/+16
* While we are at it ...Henry Sudhof2007-05-061-1/+1
* Trying to improve readability in the cube3d captcha. The freetype one might m...Henry Sudhof2007-05-061-35/+27
* Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code an...Henry Sudhof2007-05-051-83/+1494
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* - fixing some bugsMeik Sievertsen2007-01-201-1/+7
* #5734David M2006-12-031-3/+6
* #5672David M2006-11-281-1/+3
* - fixes for the following bugs:Meik Sievertsen2006-11-151-29/+14
* - compress is nicer (fixed a bug :P)David M2006-11-031-3353/+81
* put a comment to the captcha_gd header so everyone understands that no more p...Meik Sievertsen2006-08-201-3/+13
* radius += 2David M2006-08-121-1/+1
* *** empty log message ***David M2006-08-121-30/+12
* *** empty log message ***David M2006-08-121-1/+1
* - New color generation system, please report any images that have issues.David M2006-08-121-345/+1088
* bugs? bugs.David M2006-07-011-20/+20
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* - We are now at _seven_ different policies, not counting the non-GD version. ...David M2006-05-301-181/+524
* a few changes ;-)David M2006-05-191-4/+209
* - captcha stuffDavid M2006-05-131-33/+20
* - introduce new function build_url to easily build a valid url from the user-...Meik Sievertsen2006-05-121-1/+16
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-051-2/+0
* - CAPTCHA!David M2006-04-291-0/+2154