ab901a0922e59362115c123f42d03679c68b8739
[citadel.git] / ctdlphp / ChangeLog
1  $Log$
2  Revision 1.6  2003/11/02 02:39:30  ajc
3  * Added a proper CVS ID and Copyright disclaimer to every file.  Other
4    developers and webmasters working on the project, please add your own
5    identities to the copyright notice of any module you work on.
6
7  Revision 1.5  2003/11/01 23:29:04  ajc
8  * Allow the session proxy to time out after 15 minutes.
9  * This program now requires PHP v4.3.0 or newer due to bugs in the socket
10    functions of PHP 4.1.  ctdlheader.php now enforces this.
11
12  Revision 1.4  2003/11/01 06:12:20  ajc
13  * Got login/logout working.  Still need to redirect unloggedin sessions to
14    a login page.
15
16  Revision 1.3  2003/11/01 05:10:49  ajc
17  * When sending the QUIT command to the server, output a bunch more newlines
18    so the session proxy has a chance to see that the Citadel server closed
19    the connection.  This will make the proxy shut down as well.
20
21  Revision 1.2  2003/10/31 05:03:46  ajc
22  * Stabilized the session proxy
23  * Added 100 mode text downloads
24  * Print server hello banner
25
26  Revision 1.1  2003/10/31 03:47:13  ajc
27  * Initial CVS import