| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
* | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-10-14 | 1 | -0/+9 |
|\ |
|
| * | [ticket/10212] Return a CAPTCHA on incorrect username for ip limited users too | Nils Adermann | 2011-10-14 | 1 | -1/+10 |
* | | [ticket/9608] Remove use of references in captcha and other places | Igor Wiedler | 2011-07-13 | 1 | -1/+1 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-07-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [ticket/10247] Use COUNT(*) instead of COUNT(attempt_id) | Nils Adermann | 2011-07-04 | 1 | -1/+1 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-06-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [ticket/10220] Limit user agent value length for storage in login attempt table | Nils Adermann | 2011-06-15 | 1 | -1/+1 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-06-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | [ticket/9892] count is a keyword in firebird, so renaming this alias | Nils Adermann | 2011-06-12 | 1 | -2/+2 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-06-11 | 1 | -3/+60 |
|\ \
| |/ |
|
| * | [ticket/9992] Use sql_fetchfield for single row and single column result | Nils Adermann | 2011-06-10 | 1 | -2/+1 |
| * | [ticket/9992] Adding a limit on login attempts per IP. | Nils Adermann | 2011-06-10 | 1 | -4/+62 |
* | | Merge branch 'feature/igorw/request-class' into develop | Andreas Fischer | 2010-12-16 | 1 | -2/+14 |
|\ \ |
|
| * | | [feature/request-class] Special case of direct access to _REQUEST | Igor Wiedler | 2010-10-14 | 1 | -2/+14 |
* | | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
* | | | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2010-10-17 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | [ticket/7538] Limit user_login_attempts to prevent SQL errors. | Andreas Fischer | 2010-10-15 | 1 | -2/+4 |
* | | [feature/auto-loading] Added autoloader to common and ensured compatability | Nils Adermann | 2010-07-05 | 1 | -2/+2 |
|/ |
|
* | Make sure captcha factory is there. Make sure language array is there. | Andreas Fischer | 2010-01-20 | 1 | -0/+5 |
* | spaces | Henry Sudhof | 2010-01-17 | 1 | -1/+1 |
* | spaces | Henry Sudhof | 2010-01-17 | 1 | -4/+4 |
* | Always require a fresh solved captcha, don't accept a stored solution. | Henry Sudhof | 2010-01-17 | 1 | -3/+8 |
* | make userdata available | Henry Sudhof | 2010-01-14 | 1 | -1/+1 |
* | #51395 - remove legacy captcha code. authorised by: acyd burn | Henry Sudhof | 2009-09-15 | 1 | -18/+6 |
* | Oh right. PHP4 | Henry Sudhof | 2009-06-13 | 1 | -1/+1 |
* | some corrections, only very minor things. | Meik Sievertsen | 2009-06-07 | 1 | -5/+5 |
* | Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu... | Henry Sudhof | 2009-06-02 | 1 | -33/+6 |
* | As proposed by marshalrusty: re-hash plain MD5s left in the database | Henry Sudhof | 2009-02-06 | 1 | -2/+4 |
* | #22525 | Meik Sievertsen | 2008-03-14 | 1 | -1/+11 |
* | *** empty log message *** | Meik Sievertsen | 2007-10-05 | 1 | -2/+10 |
* | #i42 | Meik Sievertsen | 2007-10-04 | 1 | -3/+20 |
* | necessary changes... | Meik Sievertsen | 2007-08-30 | 1 | -0/+9 |
* | - always use convert error message for unconverted incorrect passwords [Bug #... | Nils Adermann | 2007-05-14 | 1 | -1/+1 |
* | timezone box + shortening pm options variable as well as max login attempts fix. | Meik Sievertsen | 2007-04-28 | 1 | -1/+1 |
* | - acp popup, shouldn't require 700 px width | Nils Adermann | 2007-03-31 | 1 | -6/+9 |
* | - fix htmlspecialchars handling in search (search backends get specialchared ... | Nils Adermann | 2007-02-25 | 1 | -11/+36 |
* | - Pruning doesn't lower user post counts anymore [Bug #7676] | Nils Adermann | 2007-02-08 | 1 | -2/+2 |
* | message | Nils Adermann | 2006-11-25 | 1 | -3/+27 |
* | - introducing clean usernames, needs to be tested more, I'm not sure I didn't... | Nils Adermann | 2006-10-13 | 1 | -1/+1 |
* | - display age in user profile and make it available on viewtopic | Nils Adermann | 2006-07-07 | 1 | -4/+0 |
* | - removed db cache (might re-appear, but for now we do not see the need for it) | Meik Sievertsen | 2006-06-16 | 1 | -3/+9 |
* | a few changes ;-) | David M | 2006-05-19 | 1 | -9/+9 |
* | - captcha stuff | David M | 2006-05-13 | 1 | -1/+1 |
* | - streamlined reports to consist of the feature set we decided upon (Nils, yo... | Meik Sievertsen | 2006-03-12 | 1 | -5/+97 |
* | - ability to change anonymous user settings more easily | Meik Sievertsen | 2006-02-03 | 1 | -2/+3 |
* | - Documentation related changes | Meik Sievertsen | 2005-04-09 | 1 | -10/+20 |
* | Remove need for session_ids for "allowed" bots, dump user_founder/user_active... | Paul S. Owen | 2003-10-15 | 1 | -2/+2 |
* | Updated the various "users of emailer", fixed issue(!) of jabber using the em... | Paul S. Owen | 2003-10-12 | 1 | -2/+2 |
* | Add Id tags | Paul S. Owen | 2003-03-24 | 1 | -0/+3 |