aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Expand)AuthorAgeFilesLines
* reverting changes to the installerMeik Sievertsen2006-04-291-32/+2
* - fixing some bugs, containing fixes for anonymous username displays, eaccele...Meik Sievertsen2006-04-291-6/+18
* - adding user logs (displaying all users instead of limited to the user if vi...Meik Sievertsen2006-04-261-1/+1
* - removed group settings from rolesMeik Sievertsen2006-04-221-3/+3
* - added login error constant for various external auth failuresNils Adermann2006-04-211-19/+69
* To all people having their bug status set to fixed: SF pserver CVS access is ...Meik Sievertsen2006-04-061-17/+44
* fix #1213Meik Sievertsen2006-03-251-1/+5
* - extended session_page and user_lastpage to hold a maximum of 200 chars (ins...Meik Sievertsen2006-03-251-2/+2
* - Bug 1245David M2006-03-231-1/+1
* adjusting sql_freeresult a bit as well as our error handler (it now prints ou...Meik Sievertsen2006-03-221-2/+4
* - a bunch of bugfixes. :PMeik Sievertsen2006-03-211-1/+7
* We'll extend the idea to the sessions themselves as well on reflectionGraham Eames2006-03-181-0/+9
* Cross-port a patch from 2.0.20 into the 3.0 branchGraham Eames2006-03-181-0/+23
* remove the echo...Meik Sievertsen2006-03-171-2/+0
* - fix some bugs...Meik Sievertsen2006-03-171-3/+14
* - adding ability to assign moderator specific ban optionsMeik Sievertsen2006-03-151-7/+11
* - streamlined reports to consist of the feature set we decided upon (Nils, yo...Meik Sievertsen2006-03-121-1/+1
* - added "display_on_posting" setting to custom bbcodes (creates a button with...Meik Sievertsen2006-03-061-1/+2
* - some bugfixesMeik Sievertsen2006-03-011-23/+77
* - moved add_log out of functions_admin (this file should only be included in ...Meik Sievertsen2006-01-251-1/+24
* - size select fixMeik Sievertsen2006-01-221-0/+21
* making sure coding guidelines are met... ;)Meik Sievertsen2006-01-061-4/+4
* Prevents an occasional error where the $this->data['session_time'] is undefined.Tom Beddard2006-01-051-3/+8
* Fix 2 minor errors:Graham Eames2006-01-051-1/+1
* - sperate permissions from sessionsMeik Sievertsen2006-01-041-361/+1
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-281-3/+4
* Another small tweak to allow empty theme.cfg values to overwrite the default,...Tom Beddard2005-12-221-1/+1
* - ok, get away with the secondary style approach (styles can be mixed togethe...Meik Sievertsen2005-12-221-46/+36
* - fix autologin issues :)Meik Sievertsen2005-12-151-8/+9
* - banning, disallow usernames and ranksMeik Sievertsen2005-12-091-23/+17
* - more acp additions and changes...Meik Sievertsen2005-11-201-3/+3
* - tiny bugfixes. ;)Meik Sievertsen2005-11-081-2/+2
* OoopsieGraham Eames2005-11-061-1/+1
* I'm merging a few changes that we made to the session code in 2.0 intoGraham Eames2005-11-031-3/+5
* - updated topic tracking codeMeik Sievertsen2005-10-191-25/+17
* - some bugfixesMeik Sievertsen2005-10-041-1/+1
* - session changes (this checkin is producing a lot of errors and render the c...Meik Sievertsen2005-10-021-11/+18
* Use cookie_domain when setting session cookiesBart van Bragt2005-09-211-1/+8
* Logout banned users, they are unable to use the normal logout linkBart van Bragt2005-09-211-0/+5
* System always showed 'you are banned permanently' even for temporary bansBart van Bragt2005-09-211-3/+6
* - fix some tiny glitchesMeik Sievertsen2005-08-181-9/+9
* Does this work any better ... let's see ...Paul S. Owen2005-07-281-7/+15
* Minor updatesPaul S. Owen2005-07-171-17/+8
* Tidy up var assignment, cast integers in queriesPaul S. Owen2005-07-051-19/+11
* sighPaul S. Owen2005-07-051-7/+8
* Delete login key upon logout ... knew I forgot something from my original codePaul S. Owen2005-07-051-10/+17
* Remove use of serialize for session cookie data, no need for it anymore ... a...Paul S. Owen2005-07-051-34/+14
* Session key implementation.Paul S. Owen2005-07-041-222/+417
* - sorry for this change paul. :( But it is needed for a memberlist change... ...Meik Sievertsen2005-06-101-3/+3
* - some cross-db related changesMeik Sievertsen2005-05-051-10/+9