aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11613] Allow cookies to work on netbios domainsJakub Senko2014-11-261-1/+1
* Merge pull request #3090 from Nicofuma/ticket/13234Joas Schilling2014-10-281-30/+39
|\
| * [ticket/13234] Fix conditions and CSTristan Darricau2014-10-281-2/+2
| * [ticket/13234] Never allow autologin/remember me to modify the useridNils Adermann2014-10-271-31/+40
|/
* [ticket/13138] Do not use cookie data and autologin while forcing a user_idJoas Schilling2014-10-161-28/+31
* [ticket/9975] Translate missing style error messageGaƫtan Muller2013-04-211-1/+1
* [ticket/11361] Make sure that array passed to strtr() has the proper format.Andreas Fischer2013-02-231-1/+2
* [ticket/11196] Changed 401 response message in session.php.erangamapa2013-02-121-1/+1
* [ticket/10913] Redirect to index if session id is required but was not sentNils Adermann2012-05-291-2/+9
* [ticket/10428] Documentation for optionget/optionset functions.Oleg Pudeyev2011-12-251-2/+15
* [ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.Oleg Pudeyev2011-12-251-16/+12
* [ticket/10428] Dispose of $this->keyvalues cache for optionget.Oleg Pudeyev2011-12-251-8/+2
* [ticket/10428] Compare $data to false strictly.Oleg Pudeyev2011-12-251-4/+4
* [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.Andreas Fischer2011-08-251-0/+33
* [ticket/10250] The site_logo hash is different depending on imageset & languageNils Adermann2011-07-061-4/+12
* [ticket/10250] Overwrite the site_logo width&height when the phpbb logo is usedNils Adermann2011-07-051-1/+28
* Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympusAndreas Fischer2011-06-111-0/+4
|\
| * [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-101-0/+4
* | [ticket/9908] Send 301 before stripping SID so bots do (hopefully) not revisit.Andreas Fischer2011-06-101-0/+1
|/
* Merge branch 'ticket/bantu/9802' into develop-olympusNils Adermann2011-06-101-18/+23
|\
| * [ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR.Andreas Fischer2011-04-191-1/+1
| * [ticket/9802] Only check for IPv4-mapped address when address is IPv6.Andreas Fischer2011-04-191-14/+19
| * [ticket/9802] Fix tiny logic bug in loop determining REMOTE_ADDR.Andreas Fischer2011-04-191-2/+2
| * [ticket/9802] Remove redundant character class definition from preg_replace.Andreas Fischer2011-04-191-2/+2
| * [ticket/9802] Fix redundant str_replace call. No need to replace ' ' with ' '.Andreas Fischer2011-04-191-2/+2
* | [ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed.Andreas Fischer2011-05-261-0/+6
|/
* [ticket/9912] Fix error in logic. Do not strip SID when user is not a bot.Andreas Fischer2011-02-251-6/+7
* [ticket/9949] $user->lang() uses last int-value to get the key not firstJoas Schilling2011-01-291-0/+1
* 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
* | [ticket/9609] Change header() calls setting HTTP status to send_status_line().Andreas Fischer2010-09-111-3/+3
* | [ticket/9782] Board disable radio set on when server load highJoas Schilling2010-08-201-1/+1
|/
* [ticket/9712] Future dates can be formatted as 'less than one minute ago'Chris Smith2010-07-071-2/+2
* [bug/59425] Correctly check for double inclusion in captcha garbage collectionU-H-PC\H2010-03-281-1/+1
* [bug/58025] Search robots are now redirected if they send a SID in the requestChris Smith2010-03-131-0/+6
* [bug/58755] Fix a redirection bug that can occur after loginDavid Ward2010-03-071-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