phpBB
Statistics
| Revision:

root / tags / release_2_0_2 / phpBB / includes / sessions.php

History | View | Annotate | Download (12.1 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2845 08/08/2002 08:06 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_2'.

2728 07/20/2002 12:19 am psotfx

intval user_id as per Ashe's suggestion

2647 06/27/2002 10:06 pm thefinn

Fixes for bugs: 387, 519, 522, and 456

2639 06/20/2002 07:01 pm psotfx

Bug fixes

2635 06/14/2002 06:35 pm psotfx

Rotating IP workaround suggested by vHiker (this is already in the new 2.2 session object)

2514 04/08/2002 03:11 pm psotfx

oops

2513 04/08/2002 01:56 pm psotfx

Fix forgotten update of users table session info

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2345 03/19/2002 12:59 pm psotfx

Remove stripslashes from pagestart and begin session_id ...

2328 03/19/2002 12:53 am psotfx

Stop being too paranoid about hacking of includes containing only fully inclusive functions

2311 03/18/2002 04:00 pm dougk_ff7

Ok, I guess Paul took care of this for us... :)

2308 03/18/2002 03:50 pm dougk_ff7

includes/sessions.php

2304 03/18/2002 02:35 pm psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)

2303 03/17/2002 03:08 pm psotfx

Remove extra select query when creating new session during page setup

2083 02/11/2002 01:42 pm psotfx

Fix bug #515510 prevent autologin of inactive users

2001 01/28/2002 06:57 pm psotfx

Another warning related fix

1997 01/28/2002 06:25 pm psotfx

Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these

1946 01/25/2002 03:22 am psotfx

doh, brain fart

1944 01/25/2002 03:12 am psotfx

Set a user_id of ANONYMOUS on logout

1664 12/21/2001 05:02 pm psotfx

Yep, more \' stuff

1591 12/15/2001 06:26 pm psotfx

Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems

1588 12/15/2001 05:40 pm psotfx

Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems

1584 12/15/2001 03:37 pm psotfx

Doh, might help if the users data was updated when a new session is created ...

1582 12/15/2001 12:30 pm bartvb

Possible fix for a problem with query around line 172

1569 12/14/2001 03:22 pm psotfx

Altered update/insert procedure back to what it was ... otherwise no session_id is available for install

1568 12/14/2001 04:33 am psotfx

Now with an added extra ... this one works, hopefully ... three days this was testing on phpbb.com with no problems ... I swear computers hate me

1566 12/14/2001 03:41 am psotfx

Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction

1511 12/05/2001 01:20 am psotfx

New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks

1470 11/29/2001 03:26 am psotfx

Various updates

1413 11/22/2001 02:04 am thefinn

Fixed bug #484243 typo in sessions.php

1218 10/16/2001 12:35 pm thefinn

Fixed some bugs with banning and some code that wasnt updated when we changed the theme/template system

1201 10/15/2001 03:35 am psotfx

I am a total moron, please excuse me

1190 10/14/2001 08:22 pm psotfx

Various changes to location redirection ... please note the format and name changes

1181 10/14/2001 05:48 pm psotfx

Session code update to support temporary cookies only

1034 09/14/2001 01:19 am thefinn

Added some END_TRANSACTION calls to sql_query statments so the sessions code works with Oracle now

943 08/31/2001 12:20 am thefinn

Re-added GPL disclaimers

933 08/26/2001 04:04 pm psotfx

Modified header comments

848 08/13/2001 09:40 am thefinn

If a user changes their email address, and account activation is turned on, the user will have to re-activate their account via URL sent in email

781 08/01/2001 09:59 pm psotfx

User, IP and email banning admin functional

767 07/31/2001 04:06 pm psotfx

HTML 4.01 and XHTML 1.0 compliance changes

756 07/28/2001 02:38 am psotfx

Session now destroys userdata if autologin fails or isnt activated

732 07/23/2001 05:27 pm psotfx

Various updates to session code inc. moving data away from config

730 07/23/2001 05:23 pm psotfx

Various updates to session code inc. moving data away from config

602 07/07/2001 04:52 pm psotfx

A couple of minor changes

548 07/04/2001 12:53 am psotfx

Updates related to message.php

520 06/21/2001 05:20 am thefinn

Working on getting Oracle functional. Almost there, need to deal with the 'AUTO INCREMENT' issue

432 06/06/2001 12:07 am psotfx

Latest session code updates

427 06/04/2001 06:37 pm psotfx

Last visit addition

413 06/03/2001 01:01 am psotfx

Minor change to remove commented out ban check in _pagestart

348 05/27/2001 06:41 pm psotfx

Removed encoding of IP (now done in common)

317 05/20/2001 10:58 pm psotfx

Moved the append_sid routine to the sessions.php file

316 05/18/2001 07:43 pm psotfx

Removed the debug checks I enabled in last commit ...

315 05/18/2001 05:25 pm psotfx

Update to cookielife setting

282 05/13/2001 06:49 pm psotfx

Various updates

281 05/13/2001 06:02 pm psotfx

Initial SQL updates complete

271 05/11/2001 02:24 pm psotfx

Altered ban checking, this will be replaced by auth I think

270 05/11/2001 02:22 pm psotfx

Altered ban checking, this will be replaced by auth I think

269 05/11/2001 01:10 pm psotfx

Possible fix for SQL JOIN syntax and MySQL 3.22

251 05/06/2001 02:30 pm psotfx

Minor updates

250 05/06/2001 01:35 pm psotfx

Changed as per FDF topic

224 05/02/2001 02:32 am psotfx

Prevent logged in user logging in again from diff IP in same sess

218 04/29/2001 11:20 pm psotfx

Added stripslashes to unserialize ... not a good idea to change php.ini updating code

212 04/29/2001 03:35 pm psotfx

Minor update to session_end

208 04/28/2001 07:54 pm psotfx

Overhauled session code ... in a big way

207 04/28/2001 03:54 am psotfx

Minor update which may fix some multiple session probs

182 04/19/2001 03:18 pm psotfx

Moved all included files to includes