* Cleanup
[citadel.git] / ctdlphp / ChangeLog
1  $Log$
2  Revision 1.15  2003/11/09 17:53:47  ajc
3  * Moved all of the session-management code from ctdlheader.php to
4    ctdlsession.php, leaving only a single function call.  This will
5    hopefully make ctdlheader.php more palatable to non-programmers.
6
7  Revision 1.14  2003/11/07 15:56:13  ajc
8  * ctdlprotocol.php: known room list fetch now sets subscript "hasnewmsgs"
9  * listrooms.php: render rooms with unseen messages in boldface
10
11  Revision 1.13  2003/11/05 03:29:12  ajc
12  * Added a room list function to the library
13  * Threw together temporary room list and goto pages to demonstrate
14
15  Revision 1.12  2003/11/04 19:17:16  ajc
16  * Added an initial version of the goto command
17
18  Revision 1.11  2003/11/03 05:32:57  ajc
19  * Minor code cleanups
20  * ctdl_mesg() now returns ready-to-output HTML to the caller, instead of
21    outputting it itself.
22
23  Revision 1.10  2003/11/02 05:35:11  ajc
24  * who.php: added
25  * ctdlprotocol.php: worked out a tentative data API using this function.
26
27  Revision 1.9  2003/11/02 04:26:11  ajc
28  * Cleaned up the pages in preparation for handing it off to the extremely
29    talented developers and webmasters who will soon be working on it.
30
31  Revision 1.8  2003/11/02 04:12:27  ajc
32  * welcome.php: added.
33  * do_login.php: reworked to provide a squeaky-clean transition to
34    the welcome.php page.  welcome.php can now contain whatever the site's
35    webmaster wants it to, without being clogged up with login code.
36
37  Revision 1.7  2003/11/02 04:02:36  ajc
38  * Firmed up the login/logout process
39  * Don't allow load of pages other than login.php logout.php do_login.php
40    if the session is not logged in.
41  * Removed sessionproxy.c
42
43  Revision 1.6  2003/11/02 02:39:30  ajc
44  * Added a proper CVS ID and Copyright disclaimer to every file.  Other
45    developers and webmasters working on the project, please add your own
46    identities to the copyright notice of any module you work on.
47
48  Revision 1.5  2003/11/01 23:29:04  ajc
49  * Allow the session proxy to time out after 15 minutes.
50  * This program now requires PHP v4.3.0 or newer due to bugs in the socket
51    functions of PHP 4.1.  ctdlheader.php now enforces this.
52
53  Revision 1.4  2003/11/01 06:12:20  ajc
54  * Got login/logout working.  Still need to redirect unloggedin sessions to
55    a login page.
56
57  Revision 1.3  2003/11/01 05:10:49  ajc
58  * When sending the QUIT command to the server, output a bunch more newlines
59    so the session proxy has a chance to see that the Citadel server closed
60    the connection.  This will make the proxy shut down as well.
61
62  Revision 1.2  2003/10/31 05:03:46  ajc
63  * Stabilized the session proxy
64  * Added 100 mode text downloads
65  * Print server hello banner
66
67  Revision 1.1  2003/10/31 03:47:13  ajc
68  * Initial CVS import
69