[phpMP-CVS] CVS: phpMP/docs Changelog,1.34,1.35
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-05-12 07:05:12
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv21328/docs Modified Files: Changelog Log Message: Added per-session invisible mode. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** Changelog 9 May 2003 08:07:38 -0000 1.34 --- Changelog 12 May 2003 07:05:09 -0000 1.35 *************** *** 1,2 **** --- 1,10 ---- + 2003-05-12 [Heimidal] + * includes/session.php + Added support for per-session invisible use mode. + This allows a user to not show up in the Who's + Online listing (which hasn't been written yet). + Invisible mode remains persistent if auto-login + is utilized (spanning multiple sessions, obviously). + 2003-05-09 [Heimidal] * almost all files (so check them all) |