aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* [feature/request-class] Replace direct use of GET/REQUEST with request_var.Nils Adermann2010-09-171-4/+5
* Merge branch 'develop-olympus' into developIgor Wiedler2010-09-161-0/+11
|\
| * Merge branch 'ticket/bantu/9091' into develop-olympusIgor Wiedler2010-09-161-0/+11
| |\
| | * [ticket/9091] Extract IPv4 address from addresses mapped into IPv6.Andreas Fischer2010-07-231-0/+11
* | | Merge branch 'develop-olympus' into developIgor Wiedler2010-09-161-3/+3
|\ \ \ | |/ /
| * | [ticket/9609] Change header() calls setting HTTP status to send_status_line().Andreas Fischer2010-09-111-3/+3
* | | Merge branch 'develop-olympus' into developNils Adermann2010-08-211-1/+1
|\ \ \ | |/ /
| * | [ticket/9782] Board disable radio set on when server load highJoas Schilling2010-08-201-1/+1
| |/
* | Merge branch 'develop-olympus' into developAndreas Fischer2010-07-081-2/+2
|\ \ | |/
| * [ticket/9712] Future dates can be formatted as 'less than one minute ago'Chris Smith2010-07-071-2/+2
* | [feature/auto-loading] Added autoloader to common and ensured compatabilityNils Adermann2010-07-051-1/+1
* | Merge branch 'develop-olympus' into developNils Adermann2010-04-041-1/+1
|\ \ | |/
| * [bug/59425] Correctly check for double inclusion in captcha garbage collectionU-H-PC\H2010-03-281-1/+1
* | Merge branch 'develop-olympus' into developNils Adermann2010-03-261-0/+6
|\ \ | |/
| * [bug/58025] Search robots are now redirected if they send a SID in the requestChris Smith2010-03-131-0/+6
* | Merge branch 'develop-olympus' into developNils Adermann2010-03-081-1/+1
|\ \ | |/
| * [bug/58755] Fix a redirection bug that can occur after loginDavid Ward2010-03-071-1/+1
* | Make a few functions truly static to fix the tests.Nils Adermann2010-03-061-1/+1
|/
* [Fix] Don't send activation email when user tries to change email without per...Cullen Walsh2010-01-251-5/+8
* Fix Bug #54125 - Correctly reset login keys if passed value is the current user.Andreas Fischer2009-11-191-3/+3
* Fix getting host for situations where the name/IP is not resolvable. Related ...Meik Sievertsen2009-09-221-1/+1
* extend r9387 - check for existance of all functions we use...Meik Sievertsen2009-09-171-1/+1
* - fixed bug #44975Jim Wigginton2009-09-041-0/+14
* Add some very basic checks to the users ip - related to bug #48995Meik Sievertsen2009-08-201-0/+21
* Because we store forwarded_for if the check is activated we need a better checkMeik Sievertsen2009-08-201-5/+5
* Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag...Meik Sievertsen2009-08-171-1/+4
* Fix Bug #49035 - Fix general error while registration, through undefined vari...Joas Schilling2009-08-041-1/+3
* Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)Meik Sievertsen2009-08-011-2/+30
* Fix bug #18005 - Do not add style-parameter to URL again, after admin re-auth...Joas Schilling2009-07-241-1/+1
* Fixed Bug #45115 - Signature parsing flags are not stored in DBRuslan Uzdenov2009-06-271-2/+2
* Fixed Bug #47145 - [Fix] Correctly check banned users when force password changeGabriel Vazquez2009-06-241-1/+1
* Fix bug #46965 - File named install in php directoryRuslan Uzdenov2009-06-221-1/+1
* add quicktool to remove users from the newly registered special group.Henry Sudhof2009-06-211-36/+5
* add check to newly registered function to not execute this more than onceMeik Sievertsen2009-06-211-0/+5
* - [Feature] New "Newly Registered Users" group for assigning permis...Meik Sievertsen2009-06-201-0/+61
* should fix garbage collectionHenry Sudhof2009-06-191-1/+1
* some corrections, only very minor things.Meik Sievertsen2009-06-071-2/+1
* Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...Henry Sudhof2009-06-021-32/+8
* #44485 - we only send a 503 header if it is a search engine.Meik Sievertsen2009-04-281-2/+8
* do not use spamhaus XBL list - it has too much false positives due to the dyn...Meik Sievertsen2009-04-251-1/+1
* #41575Henry Sudhof2009-04-221-1/+1
* rollbackHenry Sudhof2009-04-221-45/+2
* #41575Henry Sudhof2009-04-221-2/+45
* encode imageset path in user->img (may not fix any other issues regarding sty...Meik Sievertsen2009-04-171-1/+1
* - Add indicator to be used in code if session was created (user visits the si...Meik Sievertsen2009-03-281-0/+9
* Use FQDN for SMTP EHLO/HELO command. (Bug #41025)Meik Sievertsen2009-03-171-1/+1
* Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enab...Meik Sievertsen2009-03-171-2/+8
* Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)Meik Sievertsen2009-03-161-0/+7
* for using the same cached file we need to have exact queries. :PMeik Sievertsen2009-03-111-1/+2