]> code.citadel.org Git - citadel.git/blob - webcit/ChangeLog
* Modified the back end of mime_parser to use callbacks instead of
[citadel.git] / webcit / ChangeLog
1 Thu Jan 14 17:14:11 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * Modified the back end of mime_parser to use callbacks instead of
3           doing something specific.  Now we can use it elsewhere.
4
5 Mon Jan 11 21:53:16 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
6         * Fixed the bugs in "Site-wide configuration"
7         * Added a "generic server commands" screen
8
9 Fri Jan  8 22:20:54 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
10         * Reduced the multiple cookies down to one cookie combining all data.
11
12 Mon Jan  4 23:04:36 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
13         * Removed wc_host and wc_port cookies.
14         * Added an "edit your session" screen to change your wholisting.
15
16 Sun Jan  3 20:05:31 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
17         * Added "enter registration"
18         * Set up automatic trigger of Enter Registration when the server
19           says it's needed
20         * Established that a one-to-one WebCit/Citadel correspondence will
21           be required.  No big deal due to shared code segments.
22         * Added "change password"
23         * Added networking configuration screens.  These still need testing.
24         * Added a "kill session" link to each line of the wholist when
25           logged in as an aide, and the screens to perform this operation.
26
27 Thu Dec 31 21:53:20 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
28         * Final cvs commit for 1998 (an awful year, I'm glad to see it over).
29         * "Finished" the MIME parser.
30         * Got image uploads working.
31         * Added "add/edit user photo" screens.
32         * Added "add/edit room graphic" screens.
33         * Added "add/edit floor graphic" screens.
34         * Fixed display of floor graphic in known rooms list.
35
36 Wed Dec 30 20:36:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
37         * Wrote mime_parser.c for handling of image uploads.  This will also
38           be used in future Citadel MIME projects.
39
40 Tue Dec 29 23:25:50 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
41         * Fixed a bug in the room banner display code
42         * Added "delete room"
43         * Added "validate users"
44
45 Mon Dec 28 00:26:01 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
46         * Added "edit room info file"
47         * Added "edit bio"
48
49 Sat Dec 26 23:12:47 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
50         * Changed the "auto read new" functionality from a meta refresh tag
51           to an "onload" directive (the former was causing graphics problems)
52         * Added "create room"
53         * Added "edit room"
54
55 Tue Dec 22 22:35:50 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
56         * Got the Zap and List-Zapped commands working
57         * Added a convenience function to display a page with an error string
58         * Automatically do a read-new-msgs whenever a new room banner is loaded
59
60 Thu Dec 17 20:38:00 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
61         * Added the screens to send pages
62         * Changed message headers to display in bigger font, non-boldface
63         * Added the chat system
64         * Added goto private rooms
65
66 Wed Dec 16 16:23:58 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
67         * Replace "Citadel/UX" in menu bar with the Citadel/UX logo
68
69 1998-12-14 Nathan Bryant <bryant@cs.usm.maine.edu>
70         * automatically regenerate Makefile when Makefile.in changes
71
72 Sun Dec 13 13:35:12 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
73         * context_loop.c: Moved "remove session" into its own function.
74           Check for dead webcit child process before each transaction.
75         * Ignore SIGPIPE; this seems to magically make the program bulletproof
76           against broken HTTP connections.
77         * Added a housekeeping thread to periodically remove dead sessions
78           and kill idle sessions.
79         * messages.c: added "delete message" functionality
80         * messages.c: added "move message" functionality
81         * userlist.c: added.  This adds "userlist" and "show user" functions.
82         * roomops.c: fixed buggy implementation of ungoto
83         * Set up an option in output_headers() to optionally print the most
84           often used opening HTML as well as the HTTP headers.
85         * Display express messages in cute little JavaScript popup window.
86
87 Fri Dec 11 21:14:36 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
88         * Brought over message reading and entry functions from old WebCit
89
90 1998-12-10 Nathan Bryant <bryant@cs.usm.maine.edu>
91         * context_loop.c: really fix the SO_LINGER stuff
92         * webserver.c: remove commented-out references to SO_LINGER
93
94 Wed Dec  9 18:50:46 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
95         * context_loop.c: After fork(), child process closes the HTTP socket
96           so when the parent process closes it, it actually _does_ close.
97           Otherwise, aIEeeee and possibly other browsers will hang.
98         * Added support for graphics images retrieved from the Citadel server.
99         * Set up login banner graphic and background image graphic
100
101 1998-12-09 Nathan Bryant <bryant@cs.usm.maine.edu>
102         * context_loop.c, webserver.c, webserver.h: SO_LINGER and locking fix
103
104 Wed Dec  9 11:13:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
105         * Smoothed out some of the login/logout code.  Failed authentication
106           now works the way it should.
107         * Added support for new user login (still need to handle registration).
108
109 Tue Dec  8 15:45:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
110         * Discovered that the HTTP socket problem is related to a socket that
111           isn't properly lingering on close.  Temporarily hacked a sleep(10)
112           into context_loop.c until it is figured out.
113
114 Mon Dec  7 17:03:18 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
115         * Did a little debugging, still trying to figure out why logging in
116           displays "Connection reset by peer" error.  It used to work...
117
118 1998-12-07 Nathan Bryant <bryant@cs.usm.maine.edu>
119         * Makefile.in: updated dependencies
120
121 Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
122         * Fixed broken interpretation of variables specified in the URL
123         * added new "action" variable to make main loop simpler
124
125 1998-12-06 Nathan Bryant <bryant@cs.usm.maine.edu>
126         * webserver.c: prototype vsnprintf
127         * context_loop.c: warning fix
128
129 1998-12-05 Nathan Bryant <bryant@cs.usm.maine.edu>
130         * tcp_sockets.c: removed some dead code
131         * context_loop.c: oops, I made a memory leak. fix fix fix. also close
132           unused ends of pipes, fix a file descriptor leak and a race condition
133         * portability enhancements
134
135 1998-12-04 Nathan Bryant <bryant@cs.usm.maine.edu>
136         * webserver.c, context_loop.c, webcit.c: add commandline args for host
137           and port
138         * converted to autoconf and began port to Digital UNIX
139         * warning fixes
140         * context_loop.c: moved the monster 64k buffer array off the stack
141         * tcp_sockets.c: getservbyname() doesn't set errno.
142
143 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
144         * webserver.c: warning fix