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