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