]> code.citadel.org Git - citadel.git/blob - webcit/ChangeLog
automatically regenerate Makefile when Makefile.in changes
[citadel.git] / webcit / ChangeLog
1 1998-12-14 Nathan Bryant <bryant@cs.usm.maine.edu>
2         * automatically regenerate Makefile when Makefile.in changes
3
4 Sun Dec 13 13:35:12 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
5         * context_loop.c: Moved "remove session" into its own function.
6           Check for dead webcit child process before each transaction.
7         * Ignore SIGPIPE; this seems to magically make the program bulletproof
8           against broken HTTP connections.
9         * Added a housekeeping thread to periodically remove dead sessions
10           and kill idle sessions.
11         * messages.c: added "delete message" functionality
12         * messages.c: added "move message" functionality
13         * userlist.c: added.  This adds "userlist" and "show user" functions.
14         * roomops.c: fixed buggy implementation of ungoto
15         * Set up an option in output_headers() to optionally print the most
16           often used opening HTML as well as the HTTP headers.
17         * Display express messages in cute little JavaScript popup window.
18
19 Fri Dec 11 21:14:36 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
20         * Brought over message reading and entry functions from old WebCit
21
22 1998-12-10 Nathan Bryant <bryant@cs.usm.maine.edu>
23         * context_loop.c: really fix the SO_LINGER stuff
24         * webserver.c: remove commented-out references to SO_LINGER
25
26 Wed Dec  9 18:50:46 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
27         * context_loop.c: After fork(), child process closes the HTTP socket
28           so when the parent process closes it, it actually _does_ close.
29           Otherwise, aIEeeee and possibly other browsers will hang.
30         * Added support for graphics images retrieved from the Citadel server.
31         * Set up login banner graphic and background image graphic
32
33 1998-12-09 Nathan Bryant <bryant@cs.usm.maine.edu>
34         * context_loop.c, webserver.c, webserver.h: SO_LINGER and locking fix
35
36 Wed Dec  9 11:13:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
37         * Smoothed out some of the login/logout code.  Failed authentication
38           now works the way it should.
39         * Added support for new user login (still need to handle registration).
40
41 Tue Dec  8 15:45:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
42         * Discovered that the HTTP socket problem is related to a socket that
43           isn't properly lingering on close.  Temporarily hacked a sleep(10)
44           into context_loop.c until it is figured out.
45
46 Mon Dec  7 17:03:18 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
47         * Did a little debugging, still trying to figure out why logging in
48           displays "Connection reset by peer" error.  It used to work...
49
50 1998-12-07 Nathan Bryant <bryant@cs.usm.maine.edu>
51         * Makefile.in: updated dependencies
52
53 Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
54         * Fixed broken interpretation of variables specified in the URL
55         * added new "action" variable to make main loop simpler
56
57 1998-12-06 Nathan Bryant <bryant@cs.usm.maine.edu>
58         * webserver.c: prototype vsnprintf
59         * context_loop.c: warning fix
60
61 1998-12-05 Nathan Bryant <bryant@cs.usm.maine.edu>
62         * tcp_sockets.c: removed some dead code
63         * context_loop.c: oops, I made a memory leak. fix fix fix. also close
64           unused ends of pipes, fix a file descriptor leak and a race condition
65         * portability enhancements
66
67 1998-12-04 Nathan Bryant <bryant@cs.usm.maine.edu>
68         * webserver.c, context_loop.c, webcit.c: add commandline args for host
69           and port
70         * converted to autoconf and began port to Digital UNIX
71         * warning fixes
72         * context_loop.c: moved the monster 64k buffer array off the stack
73         * tcp_sockets.c: getservbyname() doesn't set errno.
74
75 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
76         * webserver.c: warning fix