aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/sessions.php
Commit message (Expand)AuthorAgeFilesLines
* Various updatesPaul S. Owen2001-11-291-50/+61
* Fixed bug #484243 typo in sessions.phpJames Atkinson2001-11-221-1/+1
* Fixed some bugs with banning and some code that wasnt updated when we changed...James Atkinson2001-10-161-1/+1
* I am a total moron, please excuse mePaul S. Owen2001-10-151-3/+3
* Various changes to location redirection ... please note the format and name c...Paul S. Owen2001-10-141-3/+2
* Session code update to support temporary cookies onlyPaul S. Owen2001-10-141-14/+16
* Added some END_TRANSACTION calls to sql_query statments so the sessions code ...James Atkinson2001-09-131-4/+6
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
* Modified header commentsPaul S. Owen2001-08-261-11/+1
* If a user changes their email address, and account activation is turned on, t...James Atkinson2001-08-131-45/+45
* User, IP and email banning admin functionalPaul S. Owen2001-08-011-3/+9
* HTML 4.01 and XHTML 1.0 compliance changesPaul S. Owen2001-07-311-2/+2
* Session now destroys userdata if autologin fails or isnt activatedPaul S. Owen2001-07-281-14/+28
* Various updates to session code inc. moving data away from configPaul S. Owen2001-07-231-45/+49
* Various updates to session code inc. moving data away from configPaul S. Owen2001-07-231-11/+14
* A couple of minor changesPaul S. Owen2001-07-071-52/+33
* Updates related to message.phpPaul S. Owen2001-07-031-87/+17
* Working on getting Oracle functional. Almost there, need to deal with the 'AU...James Atkinson2001-06-211-2/+4
* Latest session code updatesPaul S. Owen2001-06-051-10/+29
* Last visit additionPaul S. Owen2001-06-041-6/+11
* Minor change to remove commented out ban check in _pagestartPaul S. Owen2001-06-021-24/+2
* Removed encoding of IP (now done in common)Paul S. Owen2001-05-271-10/+8
* Moved the append_sid routine to the sessions.php filePaul S. Owen2001-05-201-0/+23
* Removed the debug checks I enabled in last commit ...Paul S. Owen2001-05-181-8/+3
* Update to cookielife settingPaul S. Owen2001-05-181-7/+8
* Various updatesPaul S. Owen2001-05-131-4/+4
* Initial SQL updates completePaul S. Owen2001-05-131-23/+27
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-1/+18
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-7/+5
* Possible fix for SQL JOIN syntax and MySQL 3.22Paul S. Owen2001-05-111-4/+4
* Minor updatesPaul S. Owen2001-05-061-27/+21
* Changed as per FDF topicPaul S. Owen2001-05-061-31/+86
* Prevent logged in user logging in again from diff IP in same sessPaul S. Owen2001-05-021-2/+16
* Added stripslashes to unserialize ... not a good idea to change php.ini updat...Paul S. Owen2001-04-291-3/+3
* Minor update to session_endPaul S. Owen2001-04-291-3/+10
* Overhauled session code ... in a big wayPaul S. Owen2001-04-281-127/+149
* Minor update which may fix some multiple session probsPaul S. Owen2001-04-281-0/+2
* Moved all included files to includesPaul S. Owen2001-04-191-0/+357