History | View | Annotate | Download (12.1 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
intval user_id as per Ashe's suggestion
Fixes for bugs: 387, 519, 522, and 456
Bug fixes
Rotating IP workaround suggested by vHiker (this is already in the new 2.2 session object)
oops
Fix forgotten update of users table session info
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Remove stripslashes from pagestart and begin session_id ...
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Ok, I guess Paul took care of this for us... :)
includes/sessions.php
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Remove extra select query when creating new session during page setup
Fix bug #515510 prevent autologin of inactive users
Another warning related fix
Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these
doh, brain fart
Set a user_id of ANONYMOUS on logout
Yep, more \' stuff
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Doh, might help if the users data was updated when a new session is created ...
Possible fix for a problem with query around line 172
Altered update/insert procedure back to what it was ... otherwise no session_id is available for install
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
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
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
Various updates
Fixed bug #484243 typo in sessions.php
Fixed some bugs with banning and some code that wasnt updated when we changed the theme/template system
I am a total moron, please excuse me
Various changes to location redirection ... please note the format and name changes
Session code update to support temporary cookies only
Added some END_TRANSACTION calls to sql_query statments so the sessions code works with Oracle now
Re-added GPL disclaimers
Modified header comments
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
User, IP and email banning admin functional
HTML 4.01 and XHTML 1.0 compliance changes
Session now destroys userdata if autologin fails or isnt activated
Various updates to session code inc. moving data away from config
A couple of minor changes
Updates related to message.php
Working on getting Oracle functional. Almost there, need to deal with the 'AUTO INCREMENT' issue
Latest session code updates
Last visit addition
Minor change to remove commented out ban check in _pagestart
Removed encoding of IP (now done in common)
Moved the append_sid routine to the sessions.php file
Removed the debug checks I enabled in last commit ...
Update to cookielife setting
Initial SQL updates complete
Altered ban checking, this will be replaced by auth I think
Possible fix for SQL JOIN syntax and MySQL 3.22
Minor updates
Changed as per FDF topic
Prevent logged in user logging in again from diff IP in same sess
Added stripslashes to unserialize ... not a good idea to change php.ini updating code
Minor update to session_end
Overhauled session code ... in a big way
Minor update which may fix some multiple session probs
Moved all included files to includes