aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - test slightly modified topic tracking codeMeik Sievertsen2005-04-301-10/+25
* forgot to commit this for the img changeMeik Sievertsen2005-04-211-1/+1
* - add ability to grab single image params from user::imgMeik Sievertsen2005-04-201-7/+23
* Problem with the permission caching that only showed in some race condtionBart van Bragt2005-04-171-2/+2
* - added updated coding guidelinesMeik Sievertsen2005-04-101-5/+19
* - fixed custom profile field get/storeMeik Sievertsen2005-04-101-0/+1
* - Documentation related changesMeik Sievertsen2005-04-091-17/+24
* - and my second attemptMeik Sievertsen2005-03-211-1/+1
* It's really hard to get a commit right the first time. Really\! It is\!Bart van Bragt2005-03-171-1/+0
* Show a useful error message if a language file is missingBart van Bragt2005-03-171-3/+10