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