]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
* file_ops.c: fixed NDOP to not crash the server if it has trouble
[citadel.git] / citadel / ChangeLog
1 1999-04-27 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * file_ops.c: fixed NDOP to not crash the server if it has trouble
3           with a download file
4
5 Mon Apr 26 22:06:57 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
6         * Repaired IGnorant security hole blunder re. citmail
7
8 Sun Apr 25 12:44:08 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
9         * serv_chat.c: notify user of number of participants upon entering chat
10         * Built the 5.53 distribution
11
12 Wed Apr 21 22:23:13 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
13         * aidepost.c: add -r flag to allow posting to rooms other than Aide>
14         * serv_expire.c: now posts transcripts of all auto-purged rooms/users
15
16 Tue Apr 20 12:45:55 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
17         * messages.c: downloading more than MAX_MSGS messages now truncates
18           (off the beginning of the list) rather than crashing.
19
20 Mon Apr 19 12:11:48 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
21         * whobbs.c: auto-detect when being called from a webserver, and act
22           as a CGI (print HTTP headers and HTML output)
23
24 1999-04-18 Nathan Bryant <bryant@cs.usm.maine.edu>
25         * serv_chat.c: fixed some potential buffer overruns (thanks dme)
26
27 Wed Apr 14 21:32:28 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
28         * Makefile.in: chmod 4755 citmail to prevent citmail from aborting
29           when called from sendmail due to citadel.config security check
30
31 1999-04-13 Nathan Bryant <bryant@cs.usm.maine.edu>
32         * dynloader.c: OpenBSD places underscores in front of symbol names
33         * Makefile.in: fixed a few sillies
34         * aidepost.c, citmail.c, file_ops.c, logging.c, msgbase.c, netmailer.c,
35           netproc.c, rcit.c, routines.c, serv_upgrade.c: fixed time_t handling
36           (have to cast it to long for printf/scanf)
37
38 Mon Apr 12 22:13:26 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
39         * aidepost.c: rewrote to unlink temp file before writing to it so that
40           it will automatically go away if interrupted. Also ran indent -kr -i8
41
42 1999-04-12 Nathan Bryant <bryant@cs.usm.maine.edu>
43         * configure.in, Makefile.in: taught it how to generate OpenBSD shared
44           libraries
45         * config.c, sysdep.c: fix -h option not setting proper modules dir
46         * configure.in, citadel.spec: make --enable-chkpwd the default
47         * setup.c: don't chown chkpwd
48
49 1999-04-11 Nathan Bryant <bryant@cs.usm.maine.edu>
50         * configure.in: another OpenBSD fix, but we're still not quite there yet
51         * serv_chat.c: warning fix
52
53 Thu Apr  8 22:51:28 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
54         * config.c: now requires a setup run for *any* rev level difference
55         * Updated docs & confs for 5.53b1 release
56         * setup.c: sets the 0600 permission bits on citadel.config that
57           is checked for in config.c
58
59 1999-04-08 Nathan Bryant <bryant@cs.usm.maine.edu>
60         * citserver.c: improved is_public_client(), also if a public_client only
61           supplies a numeric address, attempt to resolve it
62         * locate_host.c: verify that the forward DNS matches the reverse
63         * locate_host.c, locate_host.h: more general interface
64         * configure.in, acconfig.h: fixes for Digital UNIX
65
66 Wed Apr  7 21:36:16 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
67         * Implemented "access level required to create rooms" (client & server)
68
69 1999-04-07 Nathan Bryant <bryant@cs.usm.maine.edu>
70         * configure.in: updated help messages, OpenBSD support
71         * setup.c: if /etc/inittab doesn't exist, don't ask to create an entry
72           in it
73         * server.h, sysdep.c: fix a potential deadlock/data corruption bug
74         * room_ops.c: fixed the 'gdbm error: Illegal data' message when
75           deleting a room which had never been posted to
76         * user_ops.c: include errno.h
77         * dynloader.c: fix for OpenBSD
78
79 1999-04-06 Nathan Bryant <bryant@cs.usm.maine.edu>
80         * Makefile.in, configure.in, getutline.c, sysdep.c:
81           fixes/bug workarounds for FreeBSD
82
83 1999-04-03 Nathan Bryant <bryant@cs.usm.maine.edu>
84         * Makefile.in, configure.in, chkpwd.c, acconfig.h: support for
85           `chkpwd', a setuid helper program for machines which use shadow
86           passwords (configure --enable-chkpwd)
87         * Makefile.in, configure.in, auth.c, citadel.pam, user_ops.c: support
88           for PAM or shadow passwords (configure --with-pam)
89         * Makefile.in: made some messages simpler
90         * citadel.spec: updated for 5.53; correct name of tarball; build with
91           --enable-chkpwd and --with-pam; add defattr tags so rpm's can be
92           built by non-root user
93         * commands.c: cosmetic cleanup
94         * config.c: (security/paranoia) check permissions on citadel.config
95         * configure.in: check for ncurses if we can't find curses
96         * dynloader.c: warning fix
97         * sysdep.c: don't complain if initgroups() fails
98         * citadel.c: fix systems with SYSV-style signal handling (e.g. libc5)
99         * Makefile.in: New! Improved! Cleaner! Shinier!
100
101 Sun Mar 21 14:21:47 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
102         * messages.c: cosmetic cleanups to message reading loop
103
104 Sat Mar 13 21:33:19 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
105         * commands.c: use bright colors by default in color mode
106         * citserver.c: initialize wholist fields with (not logged in) etc.
107
108 1999-03-08 Nathan Bryant <bryant@cs.usm.maine.edu>
109         * sysdep.c: call DLoader_Init() with an absolute path so that gdb can
110           find module symbols
111         * database.c: bail out if opening databases fails
112
113 Sat Mar  6 01:55:55 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
114         * serv_chat.c: use memfmout(), *not* cprintf() to transmit express
115           messages.  Calling cprintf() on strings >256 bytes crashes the server
116         * msgbase.c: minor logging fix in save_message()
117
118 1999-03-05 Nathan Bryant <bryant@cs.usm.maine.edu>
119         * sysdep.c: add undocumented -r flag to citserver to prevent it from
120           dropping root permissions.
121         * sysdep.c: also drop supplementary groups
122
123 1999-03-04 Nathan Bryant <bryant@cs.usm.maine.edu>
124         * config.c: error checking in put_config()
125         * setup.c: chgrp files to the login group associated with BBSUID
126         * sysdep.c: copyright 1987-1999; drop root perms; load modules and call
127           master_startup() after dropping perms
128
129 Wed Mar  3 00:00:55 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
130         * Prevent buffer overruns in lowercase_name in [get|put]user()
131         * client_chat.c: use citedit() for page composition
132
133 Sat Feb 27 07:47:36 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
134         * rooms.c: download_to_local_disk() prompts for a filename if a blank
135           filename was supplied to it (for attachments without names)
136         * mime_parser.c: strip leading whitespace in content_type & disposition
137
138 1999-02-24 Nathan Bryant <bryant@cs.usm.maine.edu>
139         * configure.in: improved check for pthreads
140         * configure.in, routines.c, acconfig.h: check for ut_type in struct utmp
141         * configure.in, Makefile.in: support for building server modules as
142           relocatable objects for BSDI (which still uses a.out *gag* *choke*)
143         * configure.in: compiler choice & flags for BSDI; check for libtermcap
144         * database.c: don't use a critical section in open_databases()
145         * housekeeping.c: use getfloor()/putfloor() instead of
146           lgetfloor()/lputfloor() in check_ref_counts()
147         * mime_parser.c: include <errno.h>
148         * msgbase.c: include <limits.h>
149         * sysdep.c: hacks for BSDI. use signals to fake thread cancellation;
150           don't call master_cleanup() directly from signal handler.
151         * routines.c: prototype getutline() if necessary
152         * getutline.c: stupid bugfix
153         * acconfig.h, configure.in, locate_host.c, server.h: work around
154           nonreentrant gethostbyaddr() on BSDI
155
156 Mon Feb 15 22:59:00 EST 1999 Vaggelis Tsirkas
157         * citadel.c: increased hostname buffer size to handle very big names
158
159 1999-02-15 Nathan Bryant <bryant@cs.usm.maine.edu>
160         * sysdep.c(main): initialize alen before call to accept()
161
162 1999-02-04 Nathan Bryant <bryant@cs.usm.maine.edu>
163         * configure.in: improved check for cygwin
164         * configure.in, routines.c: access utmp directly instead of calling
165           `who' if getutline() is available.
166         * configure.in, Makefile.in, getutline.c: replace getutline() on
167           systems which don't have it
168         * routines.c: now always access utmp directly unless we can't find
169           utmp.h
170
171 1999-02-02 Nathan Bryant <bryant@cs.usm.maine.edu>
172         * Fixes for Cygwin:
173           - ifdef out file download methods that require named pipes (client)
174           - include pthread.h and gdbm.h only if they are present (fixes
175             auto dependency generation)
176           - include snprintf.h where needed
177           - handle .exe suffixes for "make install"
178
179 Tue Feb  2 22:15:08 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
180         * Overhauled the express messaging system (again)
181
182 Mon Feb  1 19:48:04 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
183         * messages.c: implemented client download of MIME attachments
184
185 Sun Jan 31 18:29:18 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
186         * Added qpdecode.c to the distribution (decodes quoted-printable)
187         * Finished the MIME parser
188         * Gave MSG0 a reasonable behaviour for MIME messages
189         * Added the OPNA command for downloading attachments
190
191 Sat Jan 30 18:39:53 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
192         * Look for citadel.rc in current directory if not found elsewhere
193         * More work on the MIME parser
194         * Added base64.c to the distribution
195
196 1999-01-29 Nathan Bryant <bryant@cs.usm.maine.edu>
197         * fixes for IRIX (thanks to wr and family for use of the Indy):
198           - use memset()/memcpy() instead of bzero()/bcopy() in all cases
199           - configure updates
200           - handle `long' pid's
201           - a few other little bits
202
203 Mon Jan 25 21:23:07 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
204         * Fixed bug in save_message() which crashed the server on mail to sysop
205         * Rewrote pop_march() to be smarter about <G>oto heuristics
206
207 Sat Jan 23 14:32:19 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
208         * Changed internal storage of express messages from a linked list to
209           a single, resizable buffer.
210         * Added a "room order" key to the room record, to allow some control
211           over room listing order.
212         * Made the room list commands aware of the room order key.
213         * Overhauled <G>oto heuristics to pay attention to floor & room order
214
215 Wed Jan 20 19:21:51 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
216         * Added some more code to the unfinished MIME parser
217         * Changed module loading path to simply "modules" because after calling
218           get_config(), the cwd is guaranteed to be the correct BBS directory.
219
220 Tue Jan 19 21:28:29 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
221         * Fixed a bug in the user editing command (client side)
222         * Started a rewrite of the MIME parser
223
224 Thu Jan 14 21:21:15 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
225         * Brought over the mime_parser from WebCit and began preliminary work
226           on supporting MIME format messages.
227
228 Tue Jan 12 22:30:00 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
229         * Various changes to begin work on support for MIME messages
230                 - Defined format type 4 for MIME
231                 - msgbase.c: *temporary* hacks in output_message() for Type 4
232                 - citmail.c: added more robust header parsing, and support
233                              for Type 4.  Also eliminated the crappy built-in
234                              SMTP server.
235                 - Updated some of the technical documentation
236
237 Sun Jan 10 13:34:36 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
238         * Fixed access to page log room
239
240 Fri Jan  8 12:35:09 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
241         * control.c: include <limits.h> to fix PATH_MAX undefined
242         * serv_chat.c: made the following changes to cmd_sexp() --
243                 * Send zero-length message to check only, don't send
244                 * Send "-" message on the command line to invoke
245                   the SEND_LISTING transfer mode for a multi-line message
246         * Added facilities to log all pages to a room (site configurable)
247
248 Tue Jan  5 23:24:52 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
249         * Replaced all occurances of malloc(), realloc(), and free() in the
250           server and server-modules with mallok(), reallok(), and phree().
251           Wrote macros and a set of leak-tracking functions.
252
253 Sun Jan  3 20:38:45 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
254         * Documentation changes
255
256 Fri Jan  1 01:01:45 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
257         * Fixed security problem relating to private rooms
258
259 Wed Dec 30 20:10:52 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
260         * sysdep.c: put a bigger string buffer into lprintf() to avoid overruns
261
262 Sat Dec 26 16:56:46 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
263         * internetmail.config: commented this file more clearly
264
265 Wed Dec 23 20:42:49 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
266         * citadel.c: added some experimental code to automatically reconnect
267           to the server if the connection is broken.  For some reason, it only
268           works once.
269
270 Wed Dec 23 18:47:12 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
271         * sysdep.c: ignore SIGPIPE.  This keeps broken connections from
272           crashing the whole server.
273         * Tagged everything for the official 5.50 release.
274
275 Mon Dec 21 07:54:20 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
276         * housekeeping.c: call kill_session() with session_to_kill,
277           not ccptr->cs_pid (was crashing the server)
278
279 Sat Dec 19 13:57:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
280         * Added "-i" flag to netproc to make it skip the export phase.
281           Updated other programs to call netproc in this way when appropriate.
282         * Updated network.txt to reflect the usage for netproc (which has
283           been wrong for several releases)
284
285 Thu Dec 17 00:17:04 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
286         * Started removing the word "beta" from the docs and code.
287           Preparing for an actual release.
288         * msgbase.c: generate an 'I' field when requested (i.e. on locally
289           originating messages.  this was breaking parts of the network)
290
291 1998-12-15 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
292         * msgbase.c: remove extra call to alias() which was causing
293           Citadel-to-Citadel mail to fall into the bit bucket.
294         * msgbase.c: fixed tempfile naming problem that could cause a new
295           outgoing netmail message to overwrite another if netproc had not been
296           run in between
297
298 1998-12-14 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
299         * More session table stability nonsense
300
301 Sun Dec 13 17:40:08 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
302         * sysdep.c, citserver.c: (hopefully) fixed a session table concurrency
303           bug which was causing the server to occasionally crash.
304         * removed serv_test.so from the default build
305
306 Fri Dec 11 18:50:00 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
307         * setup.c: default value for maxsessions is now 0 (no limit)
308         * room_ops.c: don't allow users to create a room called "Mail"
309         * serv_expire.c: fixed "number of messages purged" display
310         * commands.c: when using color, default to low-intensity colors
311
312 Tue Dec  8 07:58:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
313         * Beta 2
314
315 Sat Dec  5 01:24:03 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
316         * Added a new type of module hook for adding logging functions
317         * Removed whitespace to left and right of '@' in netmail recipients
318         * sysdep.c: read citadel.config _before_ initializing loadable modules
319         * stats.c: fixed segfault resulting from extracting log lines
320         * Ripped most of the "attachments" stuff out of both the client and
321           server.  (Thought of a better way to handle it ... LATER.)
322
323 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
324         * setup.c: create citadel.config with mode 0600
325         * Makefile.in: don't chmod sendcommand
326         * serv_upgrade.c: don't create citadel.config if it doesn't already
327           exist (paranoia)
328         * setup.c: saner defaults for nodename and fqdn
329
330 Wed Dec  2 20:37:05 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
331         * msgbase.c: modified AddMessageToRoom() and all functions that call it
332           to use a more reliable/accurate method to set quickroom.QRhighest
333         * weekly.in: don't sort/purge filedir where filedir doesn't exist
334
335 1998-12-02 Nathan Bryant <bryant@cs.usm.maine.edu>
336         * weekly is now generated by configure
337
338 Mon Nov 30 19:48:52 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
339         * room_ops.c: added sort_msglist() to move and save operations
340         * sendcommand.c: added (also updated utils.txt, weekly, Makefile.in)
341         * BETA 1
342
343 Sun Nov 29 23:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
344         * Fixed cmd_regi() to not display a second result code after xfer
345         * Makefile.in: Removed "chmod 4755 citmail netmailer"
346
347 1998-11-23 Nathan Bryant <bryant@cs.usm.maine.edu>
348         * citadel.spec: added
349
350 1998-11-22 Nathan Bryant <bryant@cs.usm.maine.edu>
351         * Makefile.in: split install target into install-exec, install-data,
352           and install-doc subtargets
353
354 Sat Nov 21 16:53:30 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
355         * Added a fourth color mode in the client: "user" which turns color
356           on or off according to a per-user flag stored on the server.  Added
357           server-side support for this too, of course.
358         * import.c: removed
359         * serv_expire.c: finished the code to purge stale visits
360         * sysdep.c: strip trailing nonprintables in client_gets()
361         * routines2.c: fixed <.AS> command; all configs now work properly
362         * Moved num_parms() and all the extract() type functions into tools.c
363           and removed them from all other files.  Linked in tools.[o|ro] there.
364         * netproc.c: handled incoming file transfers to correct room directory
365         * room_ops.c: fixed incorrect naming of files in info and images dirs
366
367 Fri Nov 20 20:29:07 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
368         * setup.c: removed all prompts that can be configured from within the
369           client in order to simplify the setup procedure
370
371 Thu Nov 19 23:28:33 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
372         * Fixed serv_upgrade.c and export5.c (found elsewhere) to use a new
373           export format which treats visits as a separate section
374         * serv_expire.c: began writing functions to purge rooms and visits
375           (neither work yet), and added a way to call defrag_databases()
376
377 Wed Nov 18 23:51:17 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
378         * Reimplemented 'visit' structs stored globally instead of as
379           lists-per-user
380
381 Tue Nov 17 22:37:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
382         * Started implementing global room numbers.
383
384 Sun Nov 15 20:32:34 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
385         * room_ops.c: mailbox rooms always appear on the main floor
386         * made QR_MAILBOX rooms non-editable
387         * cmd_setr() delete old room record when room name changes
388           (This causes a big mess that exposes a flaw in the whole design.)
389         * room_ops.c: users can delete messages from their mailboxes
390
391 Thu Nov 12 23:59:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
392         * Rewrote cmd_rchg() and also increased the size of the "fakename"
393           buffer.  Overruns are probably what was causing the crashes.
394         * Changed the way cmd_ent3() handles mail messages; the previous code
395           rerouted all private mail to the trash.
396
397 Wed Nov 11 17:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
398         * citserver.c: slight changes to cmd_rchg() and cmd_hchg() [crashes]
399         * citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
400           rooms in a couple more places: set_wtmpsupp() and make_message()
401         * sysdep.c: added an fflush() to lprintf() for "tail -f"-able logs
402         * serv_expire.c: purge ops are now a command instead of a cleanup
403           function.  This is probably temporary as well.
404         * citadel.c: fixed the way <.WL> parses the returned data from a
405           TIME command.
406
407 1998-11-11 Nathan Bryant <bryant@cs.usm.maine.edu>
408         * serv_upgrade.c: fix uninitialized variable
409
410 Wed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
411         * msgbase.c: fixed a bug that was misrouting incoming network msgs
412         * server.h, database.c: wrapped all GDBM calls in critical sections
413           to avoid making those calls re-entrantly (gdbm fatal: lseek error)
414
415 1998-11-10 Nathan Bryant <bryant@cs.usm.maine.edu>
416         * Makefile.in: link in snprintf.o where needed
417
418 1998-11-09 Nathan Bryant <bryant@cs.usm.maine.edu>
419         * client_chat.c: eliminate calls to sprintf()
420         * commands.h, routines.c, routines2.c: warning fix
421         * commands.c, control.c, cux2ascii.c, file_ops.c, import.c,
422           ipc_c_tcp.c: eliminate sprintf() calls
423
424 Mon Nov  9 19:15:31 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
425         * serv_upgrade.c: added all missing fields to export/import
426         * serv_expire.c: support per-user purge time when purging users
427         * user_ops.c: added per-user purge time to AGUP and ASUP commands
428         * routines.c: added more stuff to <.A>ide <E>dit user
429
430 Sun Nov  8 22:56:53 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
431         * serv_expire.c: created; moved message expiry from serv_test.c,
432           moved user purge from userpurge.c
433         * userpurge.c: deleted
434         * routines2.c: finished <.AS> command
435         * room_ops.c: fixed Aide room access (for some reason, the Aide
436           room had the QR_MAILBOX flag set)
437
438 1998-11-08 Nathan Bryant <bryant@cs.usm.maine.edu>
439         * useradmin.c: really removed (cvs remove)
440         * aidepost.c, citadel.c: convert all sprintf() calls to snprintf()
441         * sysdep.c: fix overrun in lprintf() described by dme/Dead Monkey
442         * citmail.c, citserver.c: convert all sprintf() call to snprintf()
443
444 Sun Nov  8 13:19:36 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
445         * useradmin.c: removed
446         * utils.doc: removed references to useradmin and sysoputil
447
448 Fri Nov  6 20:22:20 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
449         * citadel.h (and related files): removed defunct parameters,
450           c_defent and c_msgbase (erase your test bbs)
451         * Implemented CONF server command for site-global configs
452         * Shuffled yesno() and yesno_d() from routines.c to commands.c
453         * commands.c: implemented boolprompt()
454         * routines2.c: started adding CONF questions to <.AS> command
455         * room_ops.c: began a fix for the mysterious disappearing Aide room
456
457 1998-11-05 Nathan Bryant <bryant@cs.usm.maine.edu>
458         * snprintf.c: warning fix propagated over from gcit
459
460 1998-11-04 Nathan Bryant <bryant@cs.usm.maine.edu>
461         * added RCS Id keyword strings to sources
462         * citmail.c: reverted to version 1.10
463
464 Wed Nov  4 10:53:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
465         * messages.c: temporarily set screenwidth to a fixed value of 80
466           during <P>rint operations.
467
468 Mon Nov  2 12:59:03 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
469         * setup.c: looks for 'citadel', 'bbs', or 'guest' in /etc/passwd to
470           try to get a default for bbsuid if it's currently set to 0
471         * citmail.c: changed usersupp.eternal to usersupp.usernum (why didn't
472           it complain about this before?)
473         * serv_upgrade.c: began writing an "export" command to do sidegrades
474
475 Sun Nov  1 18:47:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
476         * serv_upgrade.c: cosmetic changes
477         * Implemented message expiry by date (this really needs to be moved
478           out of serv_test.c, but where does it belong?)
479
480 1998-11-01 Nathan Bryant <bryant@cs.usm.maine.edu>
481         * serv_upgrade.c: warning fixes
482         * acconfig.h: remove ANSI_COLOR
483         * Configure, Makefile.tmpl: removed
484
485 Sat Oct 31 20:48:44 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
486         * More stoopid ANSI colour additions here and there.
487         * ANSI colour selection is now in citadel.rc instead of an option in
488           the configure script.  "on" "off" and "auto" are available.
489         * added "build.txt" to the techdoc directory, with LS's build notes
490
491 1998-10-31 Nathan Bryant <bryant@cs.usm.maine.edu>
492         * citadel.c, commands.c, commands.h: set background color to black
493           before clearing screen, so that we can actually see text on
494           black-on-white xterms.
495
496 1998-10-29 Nathan Bryant <bryant@cs.usm.maine.edu>
497         * rooms.c: fix color of Mail>
498         * citadel.c: send ANSI detect sequence after attach_to_server() so the
499           terminal doesn't send the answerback sequence to the shell if we
500           can't connect.
501
502 Wed Oct 28 20:20:14 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us
503         * citadel.c: Added a splash of colour to the Wholist
504
505 1998-10-28 Nathan Bryant <bryant@cs.usm.maine.edu>
506         * configure.in: added comments
507         * mkinstalldirs: new file to be used for `make install'
508         * aclocal.m4, missing: new files, also swiped from automake
509         * citadel.c: don't mung the terminal if we can't find citadel.rc
510         * Makefile.in: added `install' target, `clean' removes
511           *.mo, rebuild configure when configure.in changes.
512         * configure.in: check for install and autoconf
513         * configure.in, Makefile.in: only pass -fPIC to gcc
514         * policy.c: warning fix for OSF/1 (use memset() instead of bzero())
515
516 Tue Oct 27 22:25:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
517         * Unified the "unpacked database" format for both upgrades and
518           sidegrades (also see export5.c elsewhere)
519         * citserver.c: clear out cmdbuf before reading a command; some server
520           commands were accidentally extracting parameters from previous cmds
521         * rooms.c: removed the warning about the ineffectiveness of kicking
522           users out of public rooms, because the new server can do lockouts
523
524 1998-10-27 Nathan Bryant <bryant@cs.usm.maine.edu>
525         * sysdep.c (client_gets), ipc_c_tcp.c (serv_gets): improved handling
526           of long lines. 
527         * Makefile.in: partial support for VPATH builds, autodependency fix
528
529 Tue Oct 27 00:08:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
530         * minor documentation changes
531
532 Sun Oct 25 14:57:40 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
533         * messages.c: fixed an oversight that was allowing attachments even
534           when disabled in citadel.rc
535
536 1998-10-25 Nathan Bryant <bryant@cs.usm.maine.edu>
537         * routines2.c: warning fix
538
539 Sat Oct 24 22:07:56 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
540         * Client: added message expiration policy questions to room edit
541         * Client: added <.A>ide <S>ystem configuration command
542
543 1998-10-24 Nathan Bryant <bryant@cs.usm.maine.edu>
544         * Makefile.in: Auto dependency generation (may require GNU make, but
545           does at least function without this feature on OSF/1 make);
546           Makefile is regenerated when Makefile.in changes (ditto);
547           `realclean' is now known as `distclean';
548           portability fixes for older Unix make utilities
549         * citadel.c, citadel.h, commands.c: make client suspendable
550
551 Fri Oct 23 19:34:38 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
552         * setup.c: default node name is now obtained from uname()
553         * config.c: added put_config()
554         * policy.c: added, moved GetExpirePolicy() from room_ops.c
555         * policy.c: implemented cmd_gpex() and cmd_spex()
556
557 Wed Oct 21 22:24:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
558         * Mail rooms now hide their owner-prefix from the client.
559         * proxy.c: added configurability and primitive message expiry
560
561 1998-10-20 Nathan Bryant <bryant@cs.usm.maine.edu>
562         * Makefile.tmpl: fix to build client with old Configure script
563         * configure.in: autologin defaults to enabled if crypt() is available
564         * room_ops.c: fix improper null-termination bug I introduced
565
566 Mon Oct 19 20:52:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
567         * Client ability to force display of prompts in Mail rooms, even when
568           the user has prompting turned off (citadel.rc option)
569
570 1998-10-16 Nathan Bryant <bryant@cs.usm.maine.edu>
571         * sysdep.c (cprintf): generate a newline on truncated buffer
572         * room_ops.c: exploitable overrun fixes
573
574 Thu Oct 15 19:27:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
575         * msgbase.c: reimplemented cmd_move()
576           room_ops.c: wrote AddMessageToRoom() which is used for both entering
577           and moving messages.
578         * setup.c: system-default message expire policy of "number of
579           messages, 150" is now a default configuration instead of a temp hack
580         * proxy.c: cache dir create now dies on any error except EEXIST
581
582 Wed Oct 14 22:41:16 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
583         * Misc code cleanup
584
585 1998-10-13 Nathan Bryant <bryant@cs.usm.maine.edu>
586         * configure.in: don't check for -lcrypt unless autologin is enabled
587         * file_ops.c: fix another overrun
588
589 Mon Oct 12 15:27:21 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
590         * Killed the "rooms" subdirectory (it isn't used anymore)
591         * dynloader.c: Made dynamically added server commands case-insensitive
592         * import.c is now serv_upgrade.c, a module
593         * Removed most of the "level 9" trace messages no longer needed
594
595 1998-10-12 Nathan Bryant <bryant@cs.usm.maine.edu>
596         * Makefile.in: simplified to use pattern rules; files compiled with
597           -D_REENTRANT go to *.ro to allow the same files to be used with both
598           client and server
599         * tools.c, tools.h: new files; misc routines used by both client and
600           server go here. contains safestrncpy() at the moment.
601         * rooms.c: fix several exploitable buffer overruns
602         * sysdep.c: fix infinite loop when long lines are received from the
603           client; fix exploitable buffer overrun in cprintf()
604         * ipc_c_tcp.c: fix infinite loop on long line from server
605         * serv_upgrade.sh: remove uncnsrd-dependent absolute path
606         * .cvsignore: add *.ro
607
608 Sun Oct 11 23:17:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
609         * Built some more of the message expiry infrastructure
610
611 1998-10-11 Nathan Bryant <bryant@cs.usm.maine.edu>
612         * citserver.c: fix two more overruns, one of which was preventing
613           the "From Host" from showing up in the <W>ho listing.
614
615 Sun Oct 11 02:51:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
616         * Moved "struct visit" and its associated defs from citadel.h to
617           server.h where they belong
618         * Set up data structures for room policies (expiry, etc.)
619
620 1998-10-10 Nathan Bryant <bryant@cs.usm.maine.edu>
621         * citserver.c: fix overrun which caused segv's on servers with long
622           hostnames.
623
624 Fri Oct  9 18:34:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
625         * user_ops.c: added PurgeStaleRelationships() to do processing at
626           session logout time to remove visits for rooms which no longer exist
627         * user_ops.c: implemented NewMailCount()
628
629 1998-10-09 Nathan Bryant <bryant@cs.usm.maine.edu>
630         * serv_chat.c: fix buffer overrun that was resulting in segv's
631         * serv_chat.c: fix another overrun that could cause sessions to hang,
632           and cleaned up some other strncpy()-related stuff. DON'T FORGET TO
633           NULL-TERMINATE DESTINATION BUFFERS AFTER STRNCPY CALLS.
634
635 Fri Oct  9 13:22:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
636         * Implemented "lazy mode" traversal - pressing the space bar will do
637           <N>ext messsage, <G>oto next room, or read <N>ew as appropriate.
638         * room_ops.c: modify CtdlRoomAccess() to allow access to mailbox rooms
639           only to their owners.
640
641 Thu Oct  8 17:13:27 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
642         * messages.c, citadel.rc: added the ability to display message numbers
643           in the header when reading messages.  I think this is butt ugly, but
644           some of the DaveCode afficionados seem to like it...
645
646 Thu Oct  8 15:34:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
647         * room_ops.c: Added is_noneditable() function to replace all of the
648           duplicated code present in all functions which edit room parameters.
649
650 1998-10-08 Nathan Bryant <bryant@cs.usm.maine.edu>
651         * lots of warning fixes; builds with -std1 on dec unix
652         * aidepost.c, citadel.h, citmail.c, file_ops.c, msgbase.c, netmailer.c,
653           netproc.c, rcit.c, server.h, stats.c, userlist.c: use time_t where
654           needed
655         * control.c, room_ops.c, serv_chat.c, sysdep.c: use memset() instead of
656           bzero()
657         * dynloader.c, dynloader.h, messages.c, server.h, sysdep.c,
658           sysdep_decls.h: function pointer/prototyping fixes
659         * rooms.c: use mkfifo(3) instead of system("mkfifo")
660
661 1998-10-07 Nathan Bryant <bryant@cs.usm.maine.edu>
662         * snprintf.c, snprintf.h: new files
663         * Makefile.in, configure.in, dynloader.c, sysdep.c: support for the
664           above; citserver now builds and runs on Digital Unix 4.0d with the
665           GNU-style configure script. there is a bug with the hostname display
666           in the wholist.
667         * netproc.c: sillyness fix
668         * room_ops.h: prototype delete_room()
669         * client_chat.c, commands.c, serv_chat.c, sysdep.c:
670           use HAVE_SYS_SELECT_H macro
671
672 Mon Oct  5 17:01:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
673         * Began fixing the stuff I broke
674
675 Sun Oct  4 23:35:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
676         * Did the big migration to the new data structures.  Lots of stuff is
677           now broken.  Basic moving from room to room works, but Mail is
678           broken, and some of the administrative commands are unimplemented.
679
680 1998-10-02 Nathan Bryant <bryant@cs.usm.maine.edu>
681         * configure.in: autologin now defaults to disabled
682
683 Fri Oct  2 00:04:31 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
684         * Finally removed all three usersupp.foo[MAXROOMS] elements, and
685           migrated all the code that used them to use "struct visit" instead.
686
687 Thu Oct  1 23:02:20 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
688         * Rewrote [l][get|put]room() functions to use room names rather than
689           room index numbers.  Temporarily prepended a "n" to these four
690           function names until they are put to use.
691
692 Thu Oct  1 16:27:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
693         * Removed a few more references to usersupp.lastseen[]
694
695 1998-10-01 Nathan Bryant <bryant@cs.usm.maine.edu>
696         * .cvsignore: add so_locations (generated by osf1 ld with shared libs)
697         * Makefile.in: restructured variables for greater consistency, use
698           @echo to print out notices during the make process, add so_locations
699           to `cleaner'
700         * configure.in, Makefile.in: configure checks for -rdynamic
701         * ipc_c_tcp.c: fix DEC compiler warning wrt unsigned char
702         * stats.c: add semicolon to placate DREC compiler
703         * user_ops.c: define _POSIX_C_SOURCE, include <limits.h>
704         * configure.in: pass -pthread to DEC compiler, don't check for
705           libpthread[s] on DEC Unix
706
707 1998-09-30 Nathan Bryant <bryant@cs.usm.maine.edu>
708         * Makefile.in: new variable PTHREAD_DEFS for portability
709         * aidepost.c, citadel.c, citmail.c, mailinglist.c, msgform.c,
710           netmailer.c, netpoll.c, netproc.c, rcit.c, readlog.c, setup.c,
711           stats.c, userlist.c, whobbs.c: return type of main() is int
712         * citadel.c, commands.c, messages.c: use time_t properly
713         * citserver.c: include <limits.h>
714         * config.guess, config.sub, install-sh: new files
715         * configure.in: don't use gcc on Digital Unix
716
717 Tue Sep 29 23:17:34 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
718         * room_ops.c: modified usergoto() to look at the new data structures
719           for counting new messages and such.
720
721 1998-09-29 Nathan Bryant <bryant@cs.usm.maine.edu>
722         * user_ops.c: fix compiler warning and potential memory leak,
723           include sysdep.h
724         * configure.in, Makefile.in: only build the server if we find pthreads
725         * Makefile.in: realclean removes config.{cache,log,status}
726
727 Tue Sep 29 13:20:14 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
728         * Removed code from some of the utilities which was still attempting
729           to access the old non-gdbm data store.
730         * housekeeping.c: rewrote check_ref_counts() to do a ForEachRoom()
731           traversal instead of a MAXROOMS loop.
732         * sysdep.c: set up a dummy CitContext record to be used during server
733           startup, during which time there is no real context.
734
735 Mon Sep 28 23:51:51 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
736         * Implemented the function ForEachRoom() to handle all-rooms traversal
737           (this will work with both the old and new paradigms, because both
738           use a GDBM database with one room per record).  Migrated all room
739           list commands to use it.
740
741 Mon Sep 28 22:05:35 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
742         * Implemented the function CtdlRoomAccess() to handle *all* of the
743           user-access-to-rooms functionality.  Migrated all room list commands
744           to use it.  Still need to migrate gotos.
745
746 1998-09-28 Nathan Bryant <bryant@cs.usm.maine.edu>
747         * configure.in, acconfig.h: new files; partially functional GNU
748           autoconf configure script. Run autoheader; autoconf; ./configure
749           --prefix=`pwd` to test.
750         * Makefile.tmpl: new file; this is what Makefile.in used to be. Used by
751           Configure.
752         * Makefile.in: modified to work with autoconf-style configure script
753         * Configure: modified to use Makefile.tmpl and generate autoconf-style
754           macros. Removed procfs detection. Pass -O2 to gcc, -O to other
755           compilers. Removed mknod/mkfifo detection; code should use mkfifo(3).
756         * citmail.c, msgform.c, netproc.c, routines.c, support.c, userlist.c,
757           whobbs.c: use HAVE_STRERROR macro rather than NO_STRERROR
758         * commands.c: use HAVE_TERMIOS_H macro rather than POSIX_TERMIO
759         * netproc.c: remove procfs stuff. simply attempt to kill the target
760           process with signal zero instead; this checks whether the process
761           exists.
762         * setup.c, useradmin.c: use HAVE_CURSES_H macro
763
764 Sun Sep 27 23:41:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
765         * BOTH the old and new generation systems are being written to at
766           this point.  Code that reads stuff is still using the old system.
767
768 Sun Sep 27 16:10:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
769         * Changed all "generation" variables from char to long, in preparation
770           for removing MAXROOMS.  Generations for new rooms are now timestamps.
771         * Defined "struct visit" to hold user/room relationships.
772         * Removed some #define's from citadel.h that are no longer used.
773
774 Wed Sep 23 13:41:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
775         * More changes to support attachments.  They mostly work, but only
776           in fixed-format messages.
777
778 Mon Sep 21 21:19:17 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
779         * msgbase.c: began laying the groundwork to support attachments.
780           Purchased Rogaine(tm) in preparation for expected hair loss.
781
782 1998-09-21 Nathan Bryant <bryant@cs.usm.maine.edu>
783         * msgbase.c: include dynloader.h
784         * citadelapi.h: removed
785         * dynloader.h: prototype CtdlRegisterUserHook()
786
787 Sun Sep 20 18:56:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
788         * Added a UserFunctionHook category to implement hooks which perform
789           operations on various users or usernames
790
791 Fri Sep 18 21:14:41 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
792         * citserver.c: removed cmd_extn() and related code
793
794 1998-09-18 Nathan Bryant <bryant@cs.usm.maine.edu>
795         * user_ops.c: include dynloader.h
796         * roomstats.{c,mk}: removed
797         * Configure, Makefile.in: autodependency-related fixes
798
799 Thu Sep 17 22:55:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
800         * Various changes to allow "new messages" to work correctly with Mail
801
802 Thu Sep 17 22:21:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
803         * server.h, dynloader.c, citserver.c, user_ops.c: reduced the number
804           of hook types by inventing an EventType field to the Session hook.
805         * proxy.c: added pre-fetching
806
807 1998-09-17 Nathan Bryant <bryant@cs.usm.maine.edu>
808         * Makefile.in: add SERV_MODULES and PROXY_TARGETS to `cleaner'
809         * dynloader.[ch], serv_{chat,test}.[ch], sysdep.c: cleaned
810           up the dynamic loader interface as follows:
811           - all the symbol table stuff is gone.
812           - modules are loaded once at server startup and never unloaded.
813           - Added a new function CtdlRegisterProtoHook() to handle the stuff
814             that was being done with the symbol tables.
815           - Dynamic_Module_Init() now returns a pointer to a static struct
816             DLModule_Info; this structure itself has been modified to use char*
817             fields instead of fixed char arrays.
818         * roomstats.c: include <stdarg.h> not <stdargs.h> (is this file still
819           in use?)
820         * Configure, Makefile.in: added autodependency support
821
822 Wed Sep 16 22:25:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
823         * Implemented separate structs, lists, and functions for each type
824           of server-side hook available.
825
826 1998-09-16 Nathan Bryant <bryant@cs.usm.maine.edu>
827         * ipc_c_tcp.c: Fixed up some #include/prototyping stuff, call memcpy()
828           instead of bcopy()
829         * hooks.h: removed
830         * sysdep.c, user_ops.c: removed reference to hooks.h
831
832 Wed Sep 16 11:42:42 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
833         * ipc_c_tcp.c: Reversed any changes that have been made to this file,
834           because something was causing abominally slow response time.
835         * proxy.c: added.  This will eventually become a caching, pre-fetching
836           multiuser proxy server for the Citadel protocol.
837
838 1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
839         * Makefile.in: remove support.o from serv_chat.so, add -fPIC to compile
840           flags for serv_chat.o
841         * dynloader.c: include "sysdep_decls.h", use RTLD_NOW not RTLD_LAZY
842         * dynloader.h: prototype CtdlRegisterHook()
843         * .cvsignore: added data
844
845 Mon Sep 14 20:49:08 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
846         * Tried my hand at adding the ability for server extensions to
847           register various types of "hooks" in addition to just adding
848           server commands.  This is probably not final.
849
850 Tue Sep  8 12:11:56 EDT 1998 Brian Costello <btx@calyx.net>
851         * Added support for dynamic server modules.  Reworked serv_chat.c
852           to be such a module.
853
854 Tue Sep  1 23:09:50 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
855         * userpurge.c: rewrote using functions from the server core, rather
856           than the now-defunct external API.  This'll be ready once the module
857           loading code is done.  (I just had to commit _something_ tonight.)
858
859 Mon Aug 31 22:47:58 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
860         * Yanked the citadelapi.c module.  This wasn't working out well.
861         * techdocs/citadelapi.txt - began documenting the new API to be used
862           by modules which will be dynamic linked into the server - most of
863           this API is existing server functions.
864         * Added a ForEachUser() function with callback mechanism, and reworked
865           cmd_list() to use it.
866
867 Sun Aug 30 21:52:43 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
868         * Moved all of the gdbm databases to a separate "data" directory.
869
870 1998-08-26 Nathan Bryant <bryant@cs.usm.maine.edu>
871         * Makefile.in: realclean removes Makefile, fixed `touch citadel.h'
872           problem
873
874 1998-08-25 Nathan Bryant <bryant@cs.usm.maine.edu>
875         * room_ops.c: include time.h
876         * userlist.c, whobbs.c, serv_chat.c, user_ops.c, sysdep.c, stats.c,
877           citadel_decls.h, commands.c, messages.h, routines.h, routines2.h:
878           remove duplicated declarations
879
880 Mon Aug 24 23:45:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
881         * setup.c: Removed yesno_s()
882         * citadel.h, room_ops.c: added QRmtime field to struct quickroom,
883           modified whenever a room is modified or posted in.
884         * citadelapi.c: Added CtdlForEachRoom() function
885
886 Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
887         * Makefile.in: new target `cleaner' does the same as `realclean' 
888           without removing sysdep.h
889         * proto.h: is bad. eliminate. I've moved the prototypes into several
890           header files, one per .c file
891
892 Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
893         * Added a CtdlGotoRoom() function to the CitadelAPI.
894  
895 Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
896         * sysoputil is finally dead!  Removed it from the build.
897         * Added userpurge.c server extension (initial implementation)
898
899 Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
900         * Makefile.in: `clean' target no longer rm's sysdep.h; new target
901           `realclean' removes everything clean does, plus sysdep.h, plus
902           target binaries.
903         * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
904         * *.[ch]: protoized. Added several new header files containing
905           prototypes and other external declarations; many duplicated
906           declarations still should be moved to header files. proto.h must die
907           as well, IMHO.
908
909 Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
910         * Implemented a bunch of user account related functions in the
911           CitadelAPI library.
912
913 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
914         * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
915           overrun in getuser() (thanks, Nathan).  Implemented overrun checks
916           in getuser(), getroom(), and getfloor() to prevent future problems.
917
918 Mon Aug 17 00:06:52 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
919         * Updated citmail.c with the latest stuff from the production system.
920         * Implemented AGUP and ASUP commands, but AGUP crashes the server
921           after its first successful use (user-not-found's don't affect it).
922
923 Thu Aug  6 19:25:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
924         * Got the CitadelAPI library to the point where the server can start
925           up an extension, and the extension will connect to the server, do
926           some initialization, call a user-supplied CtdlMain(), and exit.  Also
927           hacked together a _temporary_ form of the new EXTN server command.
928  
929 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
930         * Second attempt at getting the server API started.  Now it runs
931           outside of the server and builds a connection.
932
933 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
934         * Modified the appearance of Internet addresses when they arrive on
935           a Citadel system.
936         * Removed the <E> field from the message format writeup in hack.txt.
937         * Fixed-up citmail.c so that it doesn't try to do database lookups.
938
939 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
940         * Started developing the server-side API.  This is in its very
941           initial stages.  See serverapi.c and techdoc/api.txt
942
943 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
944         * Makefile.in: added config_decls.h to dependencies
945
946 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
947         * config_defs.h: renamed to config_decls.h
948         * config.c, sysoputil.c: updated to reflect the above
949
950 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
951         * config_defs.h: new file, contains external declarations from config.c
952         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
953           for bbs_home_directory
954         * mailinglist.c, support.c: include <string.h>
955         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
956           duplicated defs, replace gets() call with fgets()
957         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
958
959 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
960         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
961
962 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
963         * ChangeLog: reordered; the GNU standard is to add new entries to the
964           top.
965         * .cvsignore: added userlist
966
967 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
968         * Finished migrating everything to the new data store.
969         * Replaced the binary "calllog" with the ASCII "citadel.log"
970         * Began converting broken utilities that depend on the old data store
971
972 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
973         * Makefile.in: removed msgstats
974
975 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
976         * Initial CVS import