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