]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
* For services disabled by setting port number to -1, administratively skip
[citadel.git] / citadel / ChangeLog
1  $Log$
2  Revision 570.11  2000/04/07 19:22:45  ajc
3  * For services disabled by setting port number to -1, administratively skip
4    the bind instead of just allowing it to fail.
5
6  Revision 570.10  2000/03/31 04:31:02  ajc
7  * Quick fix to 'stats' utility to purge records with bogus timestamps
8
9  Revision 570.9  2000/03/31 02:10:52  ajc
10  * Caved in to pressure and enabled <R>eply in public rooms.
11
12  Revision 570.8  2000/03/28 03:55:53  ajc
13  * Modified <.RU> to allow search for partial match
14
15  Revision 570.7  2000/03/27 03:08:19  ajc
16  * Third parameter of CtdlDeleteMessages() now takes "" instead of NULL to
17    specify 'any MIME type'.
18
19  Revision 570.6  2000/03/27 01:14:08  nbryant
20   * Makefile.in: generate parsedate.c automatically
21   * configure.in: check for bison/byacc/yacc. bison seems to build cleaner
22     code.
23   * parsedate.c: removed from CVS
24   * parsedate.y: added #include <stdlib.h> so it builds with bison
25
26  Revision 570.5  2000/03/27 00:46:10  nbryant
27   * First cut at Solaris fixes. There may still be some *printf("%s", NULL)
28     type of issues lurking in the shadows.
29
30  Revision 570.4  2000/03/25 18:29:58  nbryant
31  changed my email address
32
33  Revision 570.3  2000/03/23 02:41:50  ajc
34  *** empty log message ***
35
36  Revision 570.2  2000/03/21 03:23:24  ajc
37  * Experimental new linebreak mode
38
39  Revision 570.1  2000/03/20 14:43:19  ajc
40  * "Brown paper bag" fix for SMTP bug (incoming long fields crash logger)
41
42  Revision 570.0  2000/03/19 23:42:34  ajc
43  * This is the official 5.70 release.
44
45  Revision 1.494  2000/03/19 23:04:08  ajc
46  * Small cosmetic change to date/time output
47
48  Revision 1.493  2000/03/19 05:02:39  ajc
49  * SMTP hacks to deal with AOL braindamage
50
51  Revision 1.492  2000/03/18 18:18:04  ajc
52  * Support multiline responses from SMTP servers when sending mail
53
54  Revision 1.491  2000/03/17 16:26:57  ajc
55  * Set up a private "Sent/Received Pages" room for each user
56
57  Revision 1.490  2000/03/17 04:11:24  ajc
58  * Moved bio-related commands out to a loadable module
59
60  Revision 1.489  2000/03/16 17:58:54  smw
61  Created a docs directory.
62  Moved install.txt to docs.
63  Added inetmailsetup.txt (BBS server side e-mail)
64  Added inetmailsetupmx.txt (local mail AND bbs e-mail
65  Added inetsiteconfig.txt (describes the .asi command)
66  Added siteconfig.txt (describes .asg)
67  Added chat.txt (describes changes and new chat functionality)
68  Made a couple of changes to install.txt (references to new documentation)
69  Added Steve Williams to copyright.txt as the document writer.
70
71 Revision 1.488  2000/03/15 03:04:51  ajc
72 * Added DEXP server command to disable incoming express messages.
73 * <Q>uiet mode client side command to set/clear DEXP mode.
74 * <K>nown rooms list displays through the paginator.
75
76 Revision 1.487  2000/03/12 00:21:35  ajc
77 * Removed the semi-broken "chat room" functionality in the chat system, and
78   replaced it with direct mapping to the actual Citadel room the user is in.
79 * Display masqueraded roomname in chat, if applicable.  Fixes bug #19.
80
81 Revision 1.486  2000/03/11 21:29:37  ajc
82 * SM_ flags for CtdlSaveMsgPointerInRoom() need to be a bit bucket, not an
83   enum, since more than one can be passed.  Changed SM_DONT_BUMP_REF_COUNT
84   from 3 to 4.  This also fixes bug #33.
85
86 Revision 1.485  2000/03/11 20:26:03  ajc
87 * Reworked the <R>eply logic in messages.c - fixes bug #34
88
89 Revision 1.484  2000/03/11 19:22:19  nbryant
90  * commands.c: improved timing of background keepalives if connection is
91                lagged
92
93 Revision 1.483  2000/03/11 05:08:48  nbryant
94  * commands.c: oops, that mutex stuff wasn't necessary
95
96 Revision 1.482  2000/03/11 04:09:03  nbryant
97  * new threaded client code for background keepalives
98
99 Revision 1.481  2000/03/10 21:40:04  ajc
100 * Changes to message base and networker to support Internet-style message
101   ID's instead of the conventional Citadel style.
102
103 Revision 1.480  2000/03/08 03:36:37  ajc
104 * Shut off hostname resolution when dealing with Unix domain sockets
105 * Cleaned up the 'citmail' MDA tool
106 * Added POP3 and SMTP port numbers to global system configuration
107
108 Revision 1.479  2000/03/07 21:54:58  ajc
109 * Fixed the naming conventions and permissions for unix domain sockets.
110
111 Revision 1.478  2000/03/05 07:33:23  ajc
112 * Added support for protocols over Unix domain sockets.
113
114 Revision 1.477  2000/03/04 22:36:23  ajc
115 * Remove nulls appended to editor files during replace, edit, and print
116   operations.  Truncate temp files during same operations.
117   Closes bugs #6 and #7.
118
119 Revision 1.476  2000/03/04 05:29:18  ajc
120 * Relax restrictions on editing of base rooms.  Renaming is not allowed but
121   all other attributes can be edited.  Closes feature request #21.
122 * Sending pages from the client now uses the same message editing functions
123   as entering messages, allowing edit/abort.  Closes feature request #25.
124
125 Revision 1.475  2000/03/03 04:50:14  ajc
126 * Moved all of the wholist masquerading commands into the serv_rwho module
127
128 Revision 1.474  2000/03/03 04:12:37  ajc
129 * Finished the inbound side of gateway domain service
130
131 Revision 1.473  2000/02/27 04:55:51  ajc
132 * Added "keymenu()" generic menu-maker to commands.c
133 * Blocked non-numeric input to intprompt()  (fixes bug #16)
134
135 Revision 1.472  2000/02/27 03:57:35  ajc
136 * Completed 'fsck'-like reference count verifier (server and client)
137
138 Revision 1.471  2000/02/26 18:30:40  ajc
139 * Properly handle all aliases specified in network/mail.aliases for incoming
140   SMTP mail (uses the alias() function, so if we replace that function with
141   something that uses the same calling convention, it'll still work)
142
143 Revision 1.470  2000/02/26 05:15:38  ajc
144 * Fortified the message base and SMTP code so that misdirected bounce messages
145   end up in the Aide> room instead of getting dereferenced
146 * Started writing a message reference count verifier ('fsck' for message base)
147
148 Revision 1.469  2000/02/25 06:14:05  ajc
149 * Modularized the RWHO (Read WHO is online) command, basically as a pilot
150   for modularizing all "non-API" functionality.
151
152 Revision 1.468  2000/02/24 03:44:00  ajc
153 * Implemented holdoff time (15 minutes) for SMTP send retry.
154 * Implemented "try for 3 days and then give up" on SMTP send.
155
156 Revision 1.467  2000/02/24 00:51:48  ajc
157 * Client protocol synchronization check during exit from chat.
158   This closes Bug #15.
159
160 Revision 1.466  2000/02/22 16:37:28  ajc
161 * Minor tweaks to RFC822 output to keep brain-damanged MS Outlook from dying
162
163 Revision 1.465  2000/02/22 04:17:56  ajc
164 * Got bounce messages working (mostly ... testers, please beat this up!)
165 * Changed 'FIX' comments to 'FIXME' (less conflict, plus vim highlights it!)
166
167 Revision 1.464  2000/02/18 22:29:18  ajc
168 * Coded up the "bounce" functions.  Still a coupla bugs.
169
170 Revision 1.463  2000/02/18 05:10:50  ajc
171 * Made the <.ASI> command a bit friendlier.
172 * SMTP sender now pays attention to "smarthost" entries in the system's
173   Internet configuration, using them if one or more is present.
174
175 Revision 1.462  2000/02/17 05:27:39  ajc
176 * Got the "MAIL From:" command sending the correct data.  (unnnhhhhnnhhhh...)
177
178 Revision 1.461  2000/02/16 22:06:26  ajc
179 * Altered the display and conversion of RFC822 messages
180
181 Revision 1.460  2000/02/16 03:43:28  ajc
182 * Added the resolver library to the configure script
183
184 Revision 1.459  2000/02/16 01:19:39  ajc
185 * Vanquished the evil dn_expand() beast.  getmx() now seems to be working.
186
187 Revision 1.458  2000/02/14 04:36:14  ajc
188 * sysdep.c: added new event hook type EVT_TIMER.  Timer event hooks are called
189   once per minute by any worker thread.
190 * msgbase.c: removed dependence on nested functions in CtdlOutputMsg() by
191   replacing them with an API call CtdlRedirectOutput() in sysdep.c, which
192   can temporarily redirect a session's output to an arbitrary file or socket.
193 * serv_smtp.c: implemented the purging of messages in the queue for which all
194   deliveries have been completed.
195 * serv_smtp.c: removed temporary 'QQQQ' server command and replaced it with
196   a timer event hook that runs the queue once per minute (this needs to be
197   made more robust)
198
199 Revision 1.457  2000/02/08 21:00:47  ajc
200 * Implemented the deprecated "LAST" command in POP3.  Some clients need it.
201 * POP3 sessions now set the last-read pointer in Mail>.
202
203 Revision 1.456  2000/02/07 05:15:00  ajc
204 * Renamed CtdlLocalHost() to CtdlHostAlias() and worked it a little deeper into
205   the message routing logic.  Still needs some work on the gateway-domain
206   stuff.
207 * Twiddled CtdlOutputMsg() a bit for 'all Internet' situations.  Still needs
208   some work to avoid printing dual headers when both Cit and RFC822 exist.
209
210 Revision 1.455  2000/02/03 03:57:35  ajc
211 * Formalized the 'Internet Configuration' logistics.  Added new API call
212   CtdlLocalHost() to detect aliases for the local host.  Used in SMTP listener.
213
214 Revision 1.454  2000/01/31 02:13:05  ajc
215 * <.A>ide <S>ystem configuration <I>nternet  in the client (unfinished)
216
217 Revision 1.453  2000/01/26 02:41:27  ajc
218 * SMTP delivery is working but still *very* rough.
219
220 Revision 1.452  2000/01/25 04:45:50  ajc
221 * Wrote enough of the SMTP sender to get Patriot drooling over it, but not
222   enough to complete the transmission of mail.
223
224 Revision 1.451  2000/01/23 21:25:45  ajc
225 * Temporary hack to ig_tcp_server() to listen on an arbitrary port if the
226   one specified is not bindable (for development only)
227 * Added SM_DONT_BUMP_REF flag to CtdlSaveMsgPointerInRoom() to be used only
228   in very specific and special situations
229 * Generate delivery instructions when outbound SMTP mail is created from
230   within Citadel (as opposed to being from the SMTP module)
231
232 Revision 1.450  2000/01/23 05:22:41  ajc
233 * Coded up some more of the SMTP-sender (still not done)
234
235 Revision 1.449  2000/01/22 05:13:56  ajc
236 * Added some more functionality to the string tokenizer
237
238 Revision 1.448  2000/01/17 20:57:43  ajc
239 * CR to CRLF hacks (lose, lose, lose)
240
241 Revision 1.447  2000/01/17 18:30:27  ajc
242 * Completed POP3 server.  All RFC1939 commands except APOP are implemented.
243
244 Revision 1.446  2000/01/17 17:09:23  ajc
245 * Implemented LIST and STAT commands in the pop3 server
246
247 Revision 1.445  2000/01/17 05:38:14  ajc
248 * citserver.c: cleanup hook functions are now run under the proper context,
249                even when initiated by the housekeeper thread
250 * serv_pop3.c: establish a place to hold the message list
251
252 Revision 1.444  2000/01/17 04:26:39  ajc
253 * Modified CtdlOutputMsg() to handle output to arbitrary sockets or files.
254   This uses nested functions and may not be portable beyond GCC...
255
256 Revision 1.443  2000/01/15 18:29:15  ajc
257 * Added a generic (void *) parameter to the ForEachUser() and ForEachRoom()
258   callback mechanisms, to allow callers and callbacks to pass arbitrary data
259   between each other without requiring TSD variables.
260 * room_ops.c: eliminated the need for 'FloorBeingSearched' TSD variable
261 * internet_addressing.c: eliminated 'buffer1' and 'buffer2' TSD variables
262
263 Revision 1.442  2000/01/15 04:31:44  ajc
264 * Removed UI_DIALOG mode in setup.  Can't count on 'dialog' to be consistent.
265
266 Revision 1.441  2000/01/15 04:07:17  ajc
267 * Fixed the access rights on auto-created rooms (the same changes that were
268   made to version 5.62 in the stable tree)
269
270 Revision 1.440  2000/01/13 03:32:36  ajc
271 * techdoc/delivery-list.txt: added (syntax for delivery lists)
272 * domain.*: added (will contain MX lookup code)
273 * internet_addressing.c, logging.c: fixed some buffer overflow bugs
274
275 Revision 1.439  2000/01/12 03:56:27  ajc
276 * sysdep.c: start the housekeeping thread *after* dropping root perms.
277
278 Revision 1.438  2000/01/09 19:03:16  ajc
279 * Removed the fifo-based protocol downloads and replaced it with a less
280   elegant "download temporary file to client, then sx/sb/sz" because
281   downloading through a fifo was confusing some software.
282
283 Revision 1.437  2000/01/08 22:19:44  ajc
284 * Completed spool to outbound delivery queue (still no queue sender implemented)
285
286 Revision 1.436  2000/01/08 05:00:09  ajc
287 * Reworked some of the data structures to handle multiple recipients
288 * Began implementation of the delivery queue
289 * Added CtdlReallocUserData()
290 * CtdlSaveMsg() now returns the local message ID in the database
291
292 Revision 1.435  2000/01/06 03:50:34  ajc
293 * Replaced citmail.c with a new one that simply SMTP-forwards to Citadel
294 * Started outbound SMTP queue work
295
296 Revision 1.434  1999/12/30 04:56:29  ajc
297 * Got initial SMTP delivery working in a very specific situation (delivery
298   to a single, local user)
299
300 Revision 1.433  1999/12/29 04:44:00  ajc
301 * client_chat.c: display "No message sent" if a send page is aborted.
302   Closes bug #2 in bugzilla.
303
304 Revision 1.432  1999/12/26 21:50:07  ajc
305 * serv_vcard: don't run hooks when not logged in (such as in SMTP sessions)
306 * serv_pop3: added.  This is the skeleton for a module implementing POP3.
307
308 Revision 1.431  1999/12/23 04:46:23  ajc
309 * "Finished" initial hack of RFC822 import
310
311 Revision 1.430  1999/12/22 04:46:34  ajc
312 * Fixed up the "Date:" headers to be RFC822-compliant
313
314 Revision 1.429  1999/12/13 05:30:57  ajc
315 * Removed our naive 'conv_date()' RFC822-to-unixtime conversion function
316   and replaced it with the public domain 'parsedate()' function from UseNet
317
318 Revision 1.428  1999/12/10 23:58:25  ajc
319 * internet_addressing.c: added.  (Internet address to Citadel mapping)
320
321 Revision 1.427  1999/12/10 21:34:19  ajc
322 * serv_smtp: implemented RFC821 "VRFY" and "EXPN" commands
323
324 Revision 1.426  1999/12/09 05:01:14  ajc
325 * Split cmd_user() and cmd_pass() into frontend/backend functions
326 * serv_smtp: implemented AUTH LOGIN for client authentication
327
328 Revision 1.425  1999/12/09 00:22:58  ajc
329 * Finished the "arbitrary service" registration.
330 * Eliminated "special" master socket for Citadel protocol - just register it
331   like any other protocol.
332 * Began initial implementation of native SMTP service.
333
334 Revision 1.424  1999/12/08 18:09:10  ajc
335 * Added CtdlRegisterServiceHook() and its data type, for implementing arbitrary
336   TCP-based services directly in the Citadel server.  Not finished yet.
337
338 Revision 1.423  1999/11/29 17:39:07  nbryant
339 * citserver.c: Solaris lacks inet_aton; use inet_addr instead
340
341 Revision 1.422  1999/11/29 17:26:15  nbryant
342 * citserver.c: include <sys/types.h>; may help portability to Solaris
343
344 Revision 1.421  1999/11/22 00:27:42  ajc
345 * Added some temporary variables to OpenCmdResult().  Hopefully fixes
346   bug #14 when running on FreeBSD.
347
348 Revision 1.420  1999/11/21 18:30:16  ajc
349 * Protected cmd_move() from buffer overrun (no longer crashes the server)
350 * cmd_chat() -- truncate input at 100 characters to prevent buffer overruns.
351   Also handle broken client sockets properly.  (Thanks to DME for bug report)
352
353 Revision 1.419  1999/11/19 01:57:40  ajc
354 * Fixed a *serious* memory leak in the database function wrappers.
355 * Updated version number to 5.60 -- run setup when installing this version.
356
357 Revision 1.418  1999/11/18 03:29:20  ajc
358 * Changed the order of parameters in <.A>ide <S>ystem config into a more
359   logical grouping.
360
361 Revision 1.417  1999/11/18 02:31:50  ajc
362 * Updated some of the documentation
363 * Brought the internal version number up to 5.60
364
365 Revision 1.416  1999/11/17 04:15:05  ajc
366 * Removed the session_count() function.  Instead, keep a reference count
367   updated when sessions begin and end.
368 * Replaced fixed number of worker threads with lower and upper limits; current
369   code now tries to make thread count == session count, within these limits
370
371 Revision 1.415  1999/11/15 03:17:39  ajc
372 * Put lockfile in /tmp instead of in /var/lock.   The latter is not guaranteed
373   to exist, nor is it guaranteed to be writable by BBSUID
374   (Resolves bug #11 from the Bugzilla repository)
375
376 Revision 1.414  1999/11/15 03:07:24  ajc
377 * Fixed the network-wide vCard purge logic so that it (1) actually works,
378   and (2) forces a netproc run immediately when a purge is entered
379
380 Revision 1.413  1999/11/09 21:20:44  nbryant
381 * configure.in: include <sys/types.h> when doing checks which require <utmp.h>
382   (should fix Bug #10 on FreeBSD)
383
384 Revision 1.412  1999/11/05 03:53:47  ajc
385 * Issue 'cancel' messages for vCard when a user is deleted.
386 * Try to delete 'cancel' messages locally after they've been distributed.
387
388 Revision 1.411  1999/11/03 04:01:20  ajc
389 * Fixed buffer overrun problems in cmd_rchg(), cmd_hchg(), and cmd_uchg()
390 * Removed my email address as the feedback content from the docs; replaced
391   it with a reference to the Citadel/UX web site.
392
393 Revision 1.410  1999/11/02 19:51:23  ajc
394 * Fixed timeout problem for remote client sessions (all timeouts were set to
395   1 second ... probably a temporary hack that was missed in the cleanup)
396
397 Revision 1.409  1999/11/02 03:03:27  ajc
398 * Several fixes to msgbase.c and netproc.c to prevent corrupted incoming
399   network traffic from crashing the server.  Reject bad messages.
400
401 Revision 1.408  1999/11/01 04:21:34  ajc
402 * Fixed a concurrency bug which crashed the server when multiple sessions
403   terminated simultaneously.
404
405 Revision 1.407  1999/11/01 00:54:02  ajc
406 * CtdlFetchMessage() - generate a "<no text>" message body if there's none
407   on disk.  Too much stuff goes haywire if there's no M field.
408
409 Revision 1.406  1999/10/31 18:17:17  ajc
410 * Fixed buffer overrun in cmd_rchg()
411 * Call master_cleanup() when time_to_die==1 for proper shutdown
412
413 Revision 1.405  1999/10/31 16:26:55  ajc
414 * Fixed incorrect assignment of new session ID's
415
416 Revision 1.404  1999/10/31 04:17:17  ajc
417 * Fixed a bug which was crashing the server during very long message entry.
418
419 Revision 1.403  1999/10/29 01:48:45  ajc
420 * database.c: Removed arbitrary limit on maximum number of sessions
421
422 Revision 1.402  1999/10/29 01:03:03  ajc
423 * Debugged all possible ways for a session to terminate; do them cleanly.
424 * Assign session numbers in a more portable and less arbitrary way.
425
426 Revision 1.401  1999/10/28 19:50:55  ajc
427 * Fixed a problem where the client protocol would spit out two responses
428   and therefore get out of sync if ASUP command set the access level to
429   0 and therefore deleted the user (thanks to Eric McDonald)
430
431 Revision 1.400  1999/10/28 05:08:49  ajc
432 * Removed all of the thread cancellation cruft that is no longer necessary
433 * Moved the now non-system-dependent RemoveContext() out of sysdep.c (now
434   it's part of cleanup() in citserver.c)
435 * Removed all references to pthread_* from all modules except sysdep.c
436
437 Revision 1.399  1999/10/28 03:20:17  ajc
438 * Fixed the problem of worker threads waking up prematurely.
439 * 'QUIT'-terminated sessions now exit properly.
440
441 Revision 1.398  1999/10/27 04:26:58  ajc
442 * Initial hack of worker-thread rearchitecture.  Right now it is successfully
443   dispatching worker threads to active client sockets (and to the master
444   socket too, of course).  Removing sessions is currently broken.
445
446 Revision 1.397  1999/10/26 20:20:29  ajc
447 * Removed the auto-reconnect stuff... it was locking the client in an active
448   loop more often than it was reconnecting.
449
450 Revision 1.396  1999/10/26 13:59:11  ajc
451 damn bugs
452
453 Revision 1.395  1999/10/26 03:48:39  ajc
454 * Shuffled around the order of events when a thread is terminating.  All
455   mutex operations now happen prior to the freeing of the CitContext structure,
456   otherwise begin_critical_section() and end_critical_section() try to
457   manipulate the context's mutex count when there isn't any context.
458
459 Revision 1.394  1999/10/26 03:21:16  ajc
460 * Changed a lot of strncpy() calls to safestrncpy() and replaced most of their
461   hardcoded size arguments with 'sizeof' based arguments.
462
463 Revision 1.393  1999/10/24 19:22:51  nbryant
464         * Makefile.in, configure.in: added --enable-icq flag; made checks for
465           authentication libraries more intelligent.
466
467 Revision 1.392  1999/10/23 03:39:12  ajc
468 * Finished moving vCard functionality to the new message base functions.
469
470 Revision 1.391  1999/10/21 00:50:14  ajc
471 * Finished up the flags and replication checks in CtdlSaveMsgPointerInRoom().
472
473 Revision 1.390  1999/10/20 16:46:27  ajc
474 * More code shuffle.  Added some flags to CtdlSaveMessagePointerInRoom() and
475   enabled the MOVE command to also do a "copy" operation (actually just
476   creates a second link and bumps the ref count).  Implemented "<C>opy" in
477   the client.
478
479 Revision 1.389  1999/10/20 16:07:48  ajc
480 * Wholist fixes for users who are in chat mode
481
482 Revision 1.388  1999/10/20 03:42:29  ajc
483 * In the wholist, only show <private room> if the user viewing the list
484   doesn't know that room.  Otherwise show the name.
485
486 Revision 1.387  1999/10/20 02:59:22  ajc
487 * Code reorganization.  Making it easier to move/copy messages without
488   duplicating existing code.
489
490 Revision 1.386  1999/10/17 02:25:18  ajc
491 * Discovered a huge design flaw in the replication algorithm.  Ripped it
492   out and replaced it with something a bit more robust.
493
494 Revision 1.385  1999/10/16 05:30:17  ajc
495 * Changes to message replication code.  Don't do server-side hooks during
496   an ENT3 command.  Also fixed a bug in cmd_whok() that caused crashes
497   after a file format change.
498
499 Revision 1.384  1999/10/14 03:04:16  ajc
500 * Finished the netproc side of Z (zap/supersede) processing for replication
501
502 Revision 1.383  1999/10/13 04:24:18  ajc
503 * Added search-by-header-fields to CtdlForEachMessage(), and then to the
504   server MSGS command.  This will have lots of uses.
505
506 Revision 1.382  1999/10/13 01:36:39  ajc
507 * Starting some work on network zap (supersede) mode for replication
508
509 Revision 1.381  1999/10/08 02:55:57  ajc
510 * More vCard-related debugging
511
512 Revision 1.380  1999/10/07 02:58:46  ajc
513 * Semi-broken vCard replacement implementation in place.
514 * Added "Z" (Zap, supersede) field to message format
515
516 Revision 1.377  1999/10/04 03:19:52  ajc
517 * We now have a housekeeping thread and a housekeeping queue.
518
519 Revision 1.376  1999/10/03 21:48:21  ajc
520 * Added serv_upgrade.h to automagically convert pre-5.55 format user records
521   to 5.55 format user records and generate vCards.
522
523 Revision 1.375  1999/09/29 21:13:17  ajc
524 * CtdlWriteObject() can now store objects in personal rooms for any specified
525   user -- rather than only the current user or non-personal rooms.
526
527 Revision 1.374  1999/09/29 17:26:56  ajc
528 * serv_vcard.c: fixed crashola bug in cmd_greg()
529 * tools.c: simplified and improved the string tokenizer.  Now it runs in a
530            single pass with no intermediate buffer.
531
532 Revision 1.373  1999/09/28 03:27:37  ajc
533 * Fully migrated cmd_greg() and cmd_regi() into serv_vcard (still has bugs)
534
535 Revision 1.372  1999/09/27 03:33:40  ajc
536 * cmd_regi() is now in serv_vcard and writes to the vcard instead of to the
537   usersupp file.  Still needs tweaking.
538
539 Revision 1.371  1999/09/24 03:32:19  ajc
540 * "read my vCard" and "write my vCard" are written and tested.
541
542 Revision 1.370  1999/09/24 02:54:17  ajc
543 * Worked a little more on the vCard stuff.  The serv_vcard module is now in
544   place, and a "read my vcard" function is there; "write my" is next...
545
546 Revision 1.369  1999/09/23 03:07:56  ajc
547 * The vCard 'class' is now linked into the server, though it's not really
548   functional yet.  Its constructors/destructors are debugged, though.
549
550 Revision 1.368  1999/09/19 21:28:33  ajc
551 * Finished off the message architecture stuff with a new class of hooks to
552   enable future server-side handlers.
553
554 Revision 1.367  1999/09/19 15:57:06  ajc
555 * migrated cmd_ent3() to CtdlSaveMessage()
556
557 Revision 1.366  1999/09/19 05:13:57  ajc
558 * Debugged the new version of CtdlWriteObject()
559
560 Revision 1.365  1999/09/16 03:23:23  ajc
561 * Did most of the migration from save_message() to CtdlSaveMsg().  The
562   latter builds a "struct CtdlMessage" (so we can run server-side handlers
563   against it later on), then serializes it and stores to disk.
564 * BROKEN BUILD ALERT!!  cmd_ent3() and CtdlWriteObject() are still not
565   migrated.  They are stubbed out and will MALFUNCTION if used right now!!
566
567 Revision 1.364  1999/09/07 01:42:42  ajc
568 * cmd_msg3() now uses serialize_message() for its output.  All message
569   commands will eventually exist as a "struct CtdlMessage" at some point
570   so that we can install server-side handler hooks.
571
572 Revision 1.363  1999/09/07 00:04:13  ajc
573 * netproc.c: put outgoing messages into the use table, too -- this prevents
574   locally originated messages from showing up again if a remote system is
575   misconfigured and spools them back to us.
576
577 Revision 1.362  1999/09/06 03:39:15  ajc
578 * citadel.c: run strproc() on new passwords
579
580 Revision 1.361  1999/09/03 17:50:26  playcow
581 For URL view, don't prompt user to select url if there is only one.  Display
582 <U>RL View prompt if message contains url(s). -Ben
583
584 Revision 1.360  1999/09/02 02:09:59  ajc
585 * msgbase.c: new function serialize_message() for future use
586
587 Revision 1.359  1999/09/01 21:09:25  ajc
588 * database.c: display the GDBM version string on startup
589
590 Revision 1.358  1999/09/01 02:36:34  ajc
591 * Actually _enforce_ the max msg len limit
592
593 Revision 1.357  1999/09/01 01:51:48  ajc
594 * Added the ability to handle embedded URL's from the text client
595
596 Revision 1.356  1999/09/01 01:02:47  ajc
597 * Implemented "maximum message length" in global system config
598
599 Revision 1.355  1999/08/31 00:57:17  ajc
600 * Handle multipart/alternative properly during legacy message outputs.
601   Basically it just prints the first alternative and skips the rest.
602
603 Revision 1.354  1999/08/29 21:12:24  ajc
604 * Made some changes to the output of MIME (especially multipart) messages.
605
606 Revision 1.353  1999/08/29 19:56:43  ajc
607 * HTML updates
608
609 Revision 1.352  1999/08/24 02:01:03  ajc
610 * html.c: added.  This is an overly simplistic HTML-to-text converter.
611
612 Revision 1.351  1999/08/21 18:37:29  ajc
613 * Minor cosmetic cleanup.  No code changes.
614
615 Revision 1.350  1999/08/21 05:15:34  ajc
616 * mailinglist.c, netmailer.c: fixed to allow list submissions from all posters
617   on a Citadel network rather than only on the local system.
618
619 Revision 1.349  1999/08/08 00:25:45  ajc
620 * Made one more byte available in locate_host() and in all the structs which
621   its output gets written to (client can display 24 positions but we were only
622   saving 23).
623
624 Revision 1.348  1999/08/07 16:34:38  nbryant
625 * serv_icq.c: warning fixes
626
627 Revision 1.347  1999/08/06 02:57:26  ajc
628 * locate_host.c: use strdoop() and phree() instead of strdup() and free()
629 * serv_icq.c: run learned IP's through Citadel's locate_host() & put in Wholist
630
631 Revision 1.346  1999/08/05 17:58:59  ajc
632 * RWHO command now returns express message code in postion 3
633
634 Revision 1.345  1999/08/04 02:21:45  ajc
635 * Fixed some bugs in the ICQ metaclient, and documented the new protocol cmds
636
637 Revision 1.344  1999/08/03 11:34:35  ajc
638 * Added client_icq.c and client_icq.h
639
640 Revision 1.343  1999/08/03 03:14:51  ajc
641 * Wrote the client side of the ICQ gateway.  Now on to other projects.  :)
642
643 Revision 1.342  1999/08/03 01:52:06  ajc
644 * Redesigned the client protocol commands for dealing with ICQ
645 * Implemented page function priority ordering to prevent pages from being
646   simultaneously delivered over multiple IM systems
647 * Migrated serv_icq.* into the Makefile
648
649 Revision 1.341  1999/08/01 21:36:30  ajc
650 * EXTREME coolness.  The server side of the ICQ metaclient is now working.
651   It is set up using ICQL and ICQA commands, it automatically logs the user
652   onto ICQ along with Citadel, and displays all non-offline ICQ contacts
653   in the Wholist.
654
655 Revision 1.340  1999/07/31 07:18:01  ajc
656 * Restructured the express message infrastructure, adding a class of function
657   hooks for the addition of multiple paging modules with message routing
658
659 Revision 1.339  1999/07/30 22:20:19  ajc
660 * Applied bugfix patches contributed by Vaggelis Tsirkas:
661   * rooms.c: buffer overrun fix
662   * room_ops.c: cmd_rdir() now behaves better when directory doesn't exist
663
664 Revision 1.338  1999/07/30 03:32:24  ajc
665 * Added strdoop(), a leak-checked version of strdup()
666 * Small fixes to new API functions in msgbase.c
667 * ICQ metaclient stores/reads config using the message base API functions
668
669 Revision 1.337  1999/07/29 03:36:37  ajc
670 * msgbase.c: reorganized.  output_message() now uses CtdlFetchMessage(),
671   cmd_msg3() now fetches directly from disk and spews to the client.
672
673 Revision 1.336  1999/07/28 04:02:37  ajc
674 * Server modules are now labelled with their RCS ID instead of a complex and
675   manually-updated data structure.
676
677 Revision 1.335  1999/07/28 03:50:24  ajc
678 * serv_expire.c: expire-by-age now calls CtdlFetchMessage() instead of
679   calling output_message() in MT_DATE mode.
680 * msgbase.c: removed MT_DATE mode ('twas a sleazy hack)
681
682 Revision 1.334  1999/07/27 22:47:26  ajc
683 * Implemented new data type "CtdlMessage" which will eventually be used as
684   widely as possible to represent a message in memory.
685 * Implemented CtdlFetchMessage() which is intended to become the back-end to
686   output_message() as well as a bunch of other things.
687
688 Revision 1.333  1999/07/27 20:00:24  ajc
689 Removed all references to CC->msglist and CC->num_msgs, and all utility
690 functions which relied upon them.  Citadel Is Now Better.
691
692 Revision 1.332  1999/07/27 19:32:22  ajc
693 Removed serv_upgrade.c and all references to it in Makefile.in
694 Reworked new-mail-count to not use MessageFromList() etc.
695
696 Revision 1.331  1999/07/25 02:59:37  ajc
697 Fixed reference count problem in cmd_move()
698
699 Revision 1.330  1999/07/24 22:50:38  ajc
700 Continued replacing references to [get|put]_msglist() with better code.
701 For some reason, cmd_msgs() still doesn't always work right.
702
703 Revision 1.329  1999/07/24 22:16:41  ajc
704 Experimenting with automatic updating of ChangeLog by CVS.  Simply twiddle
705 ChangeLog a bit (i.e. by adding or removing a newline from the end of the
706 file) before issusing "cvs commit", and the comments recorded by CVS will
707 automatically appear at the beginning of ChangeLog.
708
709 Revision 1.328  1999/07/24 22:14:21  ajc
710 cmd_move() now uses CtdlDeleteMessages().
711 WARNING: build is temporarily broken.  Currently removing all references
712 to the "msglist" kept in CitContext.  It's ugly and must die.
713
714 Thu Jul 22 22:26:50 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
715         * Moved message deletion into new API function CtdlDeleteMessages()
716         * Added CtdlWriteObject() to store generic data in the msgbase
717         * Fixed really dumb error that prevented network msgs from posting
718
719 Tue Jul 20 22:14:54 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
720         * Moved the actual work done in cmd_msgs() into a new API function
721           called CtdlForEachMessage() which is supplied a callback function.
722
723 Mon Jul 19 23:24:18 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
724         * Keep the (unqualified) content-type in the SuppMsgInfo record.  We'll
725           be using this shortly to search rooms for specific object types.
726
727 Sun Jul 18 14:53:16 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us> 
728         * Changes to dynloader et al to handle ICQ module being written
729         * serv_icq.c, serv_icq.mk: added (separate makefile is temporary)
730
731 1999-07-17 Nathan Bryant <bryant@cs.usm.maine.edu>
732         * chkpwd.c: DELETED CVS REVISION 1.3 (backed out Art's last change)
733           use 'cvs update -r 1.2 chkpwd.c; cvs update -A chkpwd.c' NOW to
734           avoid problems with working directories.
735         * Makefile.in: don't install chkpwd setuid if make install isn't
736           being run as root.
737         * citadel.spec: chmod u+s chkpwd during %install stage
738
739 Fri Jul 16 18:39:04 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
740         * PEXP and GEXP no longer trip the idle time display
741         * Fixed bug which duplicated incoming private mail to Trashcan
742         * Improved auto-reconnect by NOT using SIGPIPE and longjmp(); also
743           implemented a 15 second delay to wait for a crashed server to restart
744         * Relaxed the security check in chkpwd.c a bit; it was just flat-out
745           preventing logins on my system otherwise
746
747 Thu Jul 15 22:57:32 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
748         * eliminate redundant "name" parameter in [l]putuser(), now uses
749           usbuf->fullname to guarantee the correct name for the index
750
751 1999-07-12 Nathan Bryant <bryant@cs.usm.maine.edu>
752         * Makefile.in, configure.in: link netproc with gdbm
753         * netproc.c: only include gdbm.h if HAVE_GDBM_H
754         * user_ops.c: warning fix
755
756 Mon Jul 12 19:51:30 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
757         * Mail is now saved in both sender and recipient mailboxes.  This is
758           structured in a way that will allow a separate "outbox" room and/or
759           multiple recipients in the future.
760
761 Sun Jul 11 18:46:48 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
762         * netproc.c: msgfind() no longer uses the timestamp as a message-ID
763           when no other message-ID is available (it screws up the loopzapper)
764         * room_ops.c: eliminate room name parameter in putroom() and its ilk;
765           get data from quickroom.QRname instead; prevents incorrect indexes
766         * Tentative implementation of "personal rooms" (user-private namespace)
767         * Added supplementary message info records for info that may change
768           at some time later than when the message is saved (i.e. ref counts)
769         * Implemented msg reference count increment/decrement; delete messages
770           whose reference count reaches zero
771
772 Wed Jul  7 23:25:09 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
773         * control.c: create citadel.control if it doesn't exist (yikes!)
774         * serv_expire.c: purge mailbox rooms belonging to non-existent users
775         * user_ops.c: don't delete user's mailbox at user-delete time
776
777 Mon Jul  5 17:01:29 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
778         * utilsmenu: removed menu items for defunct utilities
779
780 Mon Jun 28 16:24:10 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
781         * Changed any remaining references to UUCP, to "Internet" instead.
782
783 Thu Jun 24 11:13:23 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
784         * added server command line option "-f" to defrag databases on startup
785         * control.c: better performance and reliability in [get|put]_control()
786         * netproc.c: Finished the loopzapper
787
788 Mon Jun 21 00:04:15 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
789         * netproc.c: started writing a vortex checker.  Not finished.
790
791 Wed Jun  9 23:34:25 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
792         * Replaced all code that generated temporary filenames with calls to
793           tmpnam().  Rewrote using tmpfile() where possible.
794
795 Thu Jun  3 11:35:18 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
796         * base64.c: mapped fi and fo to stdin and stdout using
797           actual code rather than assignment at declaration time
798           (several users of Red Hat Linux 6.0 reported problems)
799
800 Fri May 21 20:05:00 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
801         * Added function CtdlGetDynamicSymbol() for dynamic symbol allocation
802         * server.h: Changed discrete #define's to enum's where appropriate
803         * sysdep.c: Changed the startup message to give credit to the whole
804           development team :)  Also made the message more GNU-ish.
805
806 Thu May 20 20:01:30 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
807         * database.c: print log messages for file defragmentations
808         * citserver.c: implemented CtdlAllocUserData() and CtdlGetUserData()
809           for arbitrary per-session data storage (by modules etc.) without
810           having to add fields to struct CitContext
811         * msgbase.c: removed "desired_section" from struct CitContext and
812           implemented it using CtdlGetUserData() as a test.
813
814 Wed May 19 19:30:28 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
815         * commands.c, commands.h, routines.c: began color scheme changes
816
817 1999-05-15 Nathan Bryant <bryant@cs.usm.maine.edu>
818         * configure.in: Added untested support for BSDI 4.x.
819
820 1999-05-13 Nathan Bryant <bryant@cs.usm.maine.edu>
821         * acconfig.h, configure.in, routines.c: fix for certain SYSV variants
822           which lack utmp.ut_host
823         * citadel.h, file_ops.c, msgbase.c, netproc.c, serv_chat.c: fix
824           namespace collision with <sys/stream.h> on aforementioned SYSV
825           variant
826         * configure.in, getutline.c: check for paths.h
827         * configure.in, Makefile.in: check for -lsocket and -lnsl
828
829 1999-05-11 Nathan Bryant <bryant@cs.usm.maine.edu>
830         * chkpwd.c: fixed excessive paranoia; it used to refuse to run when
831           invoked by root and BBSUID != 0
832         * Makefile.in: ignore errors while installing /etc/pam.d/citadel
833
834 1999-04-27 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
835         * file_ops.c: fixed NDOP to not crash the server if it has trouble
836           with a download file
837         * netpoll.c: upped default packet size
838
839 Mon Apr 26 22:06:57 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
840         * Repaired IGnorant security hole blunder re. citmail
841
842 Sun Apr 25 12:44:08 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
843         * serv_chat.c: notify user of number of participants upon entering chat
844         * Built the 5.53 distribution
845
846 Wed Apr 21 22:23:13 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
847         * aidepost.c: add -r flag to allow posting to rooms other than Aide>
848         * serv_expire.c: now posts transcripts of all auto-purged rooms/users
849
850 Tue Apr 20 12:45:55 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
851         * messages.c: downloading more than MAX_MSGS messages now truncates
852           (off the beginning of the list) rather than crashing.
853
854 Mon Apr 19 12:11:48 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
855         * whobbs.c: auto-detect when being called from a webserver, and act
856           as a CGI (print HTTP headers and HTML output)
857
858 1999-04-18 Nathan Bryant <bryant@cs.usm.maine.edu>
859         * serv_chat.c: fixed some potential buffer overruns (thanks dme)
860
861 Wed Apr 14 21:32:28 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
862         * Makefile.in: chmod 4755 citmail to prevent citmail from aborting
863           when called from sendmail due to citadel.config security check
864
865 1999-04-13 Nathan Bryant <bryant@cs.usm.maine.edu>
866         * dynloader.c: OpenBSD places underscores in front of symbol names
867         * Makefile.in: fixed a few sillies
868         * aidepost.c, citmail.c, file_ops.c, logging.c, msgbase.c, netmailer.c,
869           netproc.c, rcit.c, routines.c, serv_upgrade.c: fixed time_t handling
870           (have to cast it to long for printf/scanf)
871
872 Mon Apr 12 22:13:26 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
873         * aidepost.c: rewrote to unlink temp file before writing to it so that
874           it will automatically go away if interrupted. Also ran indent -kr -i8
875
876 1999-04-12 Nathan Bryant <bryant@cs.usm.maine.edu>
877         * configure.in, Makefile.in: taught it how to generate OpenBSD shared
878           libraries
879         * config.c, sysdep.c: fix -h option not setting proper modules dir
880         * configure.in, citadel.spec: make --enable-chkpwd the default
881         * setup.c: don't chown chkpwd
882
883 1999-04-11 Nathan Bryant <bryant@cs.usm.maine.edu>
884         * configure.in: another OpenBSD fix, but we're still not quite there yet
885         * serv_chat.c: warning fix
886
887 Thu Apr  8 22:51:28 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
888         * config.c: now requires a setup run for *any* rev level difference
889         * Updated docs & confs for 5.53b1 release
890         * setup.c: sets the 0600 permission bits on citadel.config that
891           is checked for in config.c
892
893 1999-04-08 Nathan Bryant <bryant@cs.usm.maine.edu>
894         * citserver.c: improved is_public_client(), also if a public_client
895           only supplies a numeric address, attempt to resolve it
896         * locate_host.c: verify that the forward DNS matches the reverse
897         * locate_host.c, locate_host.h: more general interface
898         * configure.in, acconfig.h: fixes for Digital UNIX
899
900 Wed Apr  7 21:36:16 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
901         * Implemented "access level required to create rooms" (client & server)
902
903 1999-04-07 Nathan Bryant <bryant@cs.usm.maine.edu>
904         * configure.in: updated help messages, OpenBSD support
905         * setup.c: if /etc/inittab doesn't exist, don't ask to create an
906           entry in it
907         * server.h, sysdep.c: fix a potential deadlock/data corruption bug
908         * room_ops.c: fixed the 'gdbm error: Illegal data' message when
909           deleting a room which had never been posted to
910         * user_ops.c: include errno.h
911         * dynloader.c: fix for OpenBSD
912
913 1999-04-06 Nathan Bryant <bryant@cs.usm.maine.edu>
914         * Makefile.in, configure.in, getutline.c, sysdep.c:
915           fixes/bug workarounds for FreeBSD
916
917 1999-04-03 Nathan Bryant <bryant@cs.usm.maine.edu>
918         * Makefile.in, configure.in, chkpwd.c, acconfig.h: support for
919           `chkpwd', a setuid helper program for machines which use shadow
920           passwords (configure --enable-chkpwd)
921         * Makefile.in, configure.in, auth.c, citadel.pam, user_ops.c: support
922           for PAM or shadow passwords (configure --with-pam)
923         * Makefile.in: made some messages simpler
924         * citadel.spec: updated for 5.53; correct name of tarball; build with
925           --enable-chkpwd and --with-pam; add defattr tags so rpm's can be
926           built by non-root user
927         * commands.c: cosmetic cleanup
928         * config.c: (security/paranoia) check permissions on citadel.config
929         * configure.in: check for ncurses if we can't find curses
930         * dynloader.c: warning fix
931         * sysdep.c: don't complain if initgroups() fails
932         * citadel.c: fix systems with SYSV-style signal handling (e.g. libc5)
933         * Makefile.in: New! Improved! Cleaner! Shinier!
934
935 Sun Mar 21 14:21:47 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
936         * messages.c: cosmetic cleanups to message reading loop
937
938 Sat Mar 13 21:33:19 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
939         * commands.c: use bright colors by default in color mode
940         * citserver.c: initialize wholist fields with (not logged in) etc.
941
942 1999-03-08 Nathan Bryant <bryant@cs.usm.maine.edu>
943         * sysdep.c: call DLoader_Init() with an absolute path so that gdb can
944           find module symbols
945         * database.c: bail out if opening databases fails
946
947 Sat Mar  6 01:55:55 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
948         * serv_chat.c: use memfmout(), *not* cprintf() to transmit express
949           messages.  Calling cprintf() on strings >256 bytes crashes the server
950         * msgbase.c: minor logging fix in save_message()
951
952 1999-03-05 Nathan Bryant <bryant@cs.usm.maine.edu>
953         * sysdep.c: add undocumented -r flag to citserver to prevent it from
954           dropping root permissions.
955         * sysdep.c: also drop supplementary groups
956
957 1999-03-04 Nathan Bryant <bryant@cs.usm.maine.edu>
958         * config.c: error checking in put_config()
959         * setup.c: chgrp files to the login group associated with BBSUID
960         * sysdep.c: copyright 1987-1999; drop root perms; load modules and call
961           master_startup() after dropping perms
962
963 Wed Mar  3 00:00:55 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
964         * Prevent buffer overruns in lowercase_name in [get|put]user()
965         * client_chat.c: use citedit() for page composition
966
967 Sat Feb 27 07:47:36 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
968         * rooms.c: download_to_local_disk() prompts for a filename if a blank
969           filename was supplied to it (for attachments without names)
970         * mime_parser.c: strip leading whitespace in content_type & disposition
971
972 1999-02-24 Nathan Bryant <bryant@cs.usm.maine.edu>
973         * configure.in: improved check for pthreads
974         * configure.in, routines.c, acconfig.h: check for ut_type in struct utmp
975         * configure.in, Makefile.in: support for building server modules as
976           relocatable objects for BSDI (which still uses a.out *gag* *choke*)
977         * configure.in: compiler choice & flags for BSDI; check for libtermcap
978         * database.c: don't use a critical section in open_databases()
979         * housekeeping.c: use getfloor()/putfloor() instead of
980           lgetfloor()/lputfloor() in check_ref_counts()
981         * mime_parser.c: include <errno.h>
982         * msgbase.c: include <limits.h>
983         * sysdep.c: hacks for BSDI. use signals to fake thread cancellation;
984           don't call master_cleanup() directly from signal handler.
985         * routines.c: prototype getutline() if necessary
986         * getutline.c: stupid bugfix
987         * acconfig.h, configure.in, locate_host.c, server.h: work around
988           nonreentrant gethostbyaddr() on BSDI
989
990 Mon Feb 15 22:59:00 EST 1999 Vaggelis Tsirkas
991         * citadel.c: increased hostname buffer size to handle very big names
992
993 1999-02-15 Nathan Bryant <bryant@cs.usm.maine.edu>
994         * sysdep.c(main): initialize alen before call to accept()
995
996 1999-02-04 Nathan Bryant <bryant@cs.usm.maine.edu>
997         * configure.in: improved check for cygwin
998         * configure.in, routines.c: access utmp directly instead of calling
999           `who' if getutline() is available.
1000         * configure.in, Makefile.in, getutline.c: replace getutline() on
1001           systems which don't have it
1002         * routines.c: now always access utmp directly unless we can't find
1003           utmp.h
1004
1005 1999-02-02 Nathan Bryant <bryant@cs.usm.maine.edu>
1006         * Fixes for Cygwin:
1007           - ifdef out file download methods that require named pipes (client)
1008           - include pthread.h and gdbm.h only if they are present (fixes
1009             auto dependency generation)
1010           - include snprintf.h where needed
1011           - handle .exe suffixes for "make install"
1012
1013 Tue Feb  2 22:15:08 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1014         * Overhauled the express messaging system (again)
1015
1016 Mon Feb  1 19:48:04 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1017         * messages.c: implemented client download of MIME attachments
1018
1019 Sun Jan 31 18:29:18 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1020         * Added qpdecode.c to the distribution (decodes quoted-printable)
1021         * Finished the MIME parser
1022         * Gave MSG0 a reasonable behaviour for MIME messages
1023         * Added the OPNA command for downloading attachments
1024
1025 Sat Jan 30 18:39:53 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1026         * Look for citadel.rc in current directory if not found elsewhere
1027         * More work on the MIME parser
1028         * Added base64.c to the distribution
1029
1030 1999-01-29 Nathan Bryant <bryant@cs.usm.maine.edu>
1031         * fixes for IRIX (thanks to wr and family for use of the Indy):
1032           - use memset()/memcpy() instead of bzero()/bcopy() in all cases
1033           - configure updates
1034           - handle `long' pid's
1035           - a few other little bits
1036
1037 Mon Jan 25 21:23:07 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1038         * Fixed bug in save_message() which crashed the server on mail to sysop
1039         * Rewrote pop_march() to be smarter about <G>oto heuristics
1040
1041 Sat Jan 23 14:32:19 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1042         * Changed internal storage of express messages from a linked list to
1043           a single, resizable buffer.
1044         * Added a "room order" key to the room record, to allow some control
1045           over room listing order.
1046         * Made the room list commands aware of the room order key.
1047         * Overhauled <G>oto heuristics to pay attention to floor & room order
1048
1049 Wed Jan 20 19:21:51 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1050         * Added some more code to the unfinished MIME parser
1051         * Changed module loading path to simply "modules" because after calling
1052           get_config(), the cwd is guaranteed to be the correct BBS directory.
1053
1054 Tue Jan 19 21:28:29 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1055         * Fixed a bug in the user editing command (client side)
1056         * Started a rewrite of the MIME parser
1057
1058 Thu Jan 14 21:21:15 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1059         * Brought over the mime_parser from WebCit and began preliminary work
1060           on supporting MIME format messages.
1061
1062 Tue Jan 12 22:30:00 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1063         * Various changes to begin work on support for MIME messages
1064                 - Defined format type 4 for MIME
1065                 - msgbase.c: *temporary* hacks in output_message() for Type 4
1066                 - citmail.c: added more robust header parsing, and support
1067                              for Type 4.  Also eliminated the crappy built-in
1068                              SMTP server.
1069                 - Updated some of the technical documentation
1070
1071 Sun Jan 10 13:34:36 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1072         * Fixed access to page log room
1073
1074 Fri Jan  8 12:35:09 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1075         * control.c: include <limits.h> to fix PATH_MAX undefined
1076         * serv_chat.c: made the following changes to cmd_sexp() --
1077                 * Send zero-length message to check only, don't send
1078                 * Send "-" message on the command line to invoke
1079                   the SEND_LISTING transfer mode for a multi-line message
1080         * Added facilities to log all pages to a room (site configurable)
1081
1082 Tue Jan  5 23:24:52 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1083         * Replaced all occurances of malloc(), realloc(), and free() in the
1084           server and server-modules with mallok(), reallok(), and phree().
1085           Wrote macros and a set of leak-tracking functions.
1086
1087 Sun Jan  3 20:38:45 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1088         * Documentation changes
1089
1090 Fri Jan  1 01:01:45 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1091         * Fixed security problem relating to private rooms
1092
1093 Wed Dec 30 20:10:52 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1094         * sysdep.c: put a bigger string buffer into lprintf() to avoid overruns
1095
1096 Sat Dec 26 16:56:46 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1097         * internetmail.config: commented this file more clearly
1098
1099 Wed Dec 23 20:42:49 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1100         * citadel.c: added some experimental code to automatically reconnect
1101           to the server if the connection is broken.  For some reason, it only
1102           works once.
1103
1104 Wed Dec 23 18:47:12 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1105         * sysdep.c: ignore SIGPIPE.  This keeps broken connections from
1106           crashing the whole server.
1107         * Tagged everything for the official 5.50 release.
1108
1109 Mon Dec 21 07:54:20 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1110         * housekeeping.c: call kill_session() with session_to_kill,
1111           not ccptr->cs_pid (was crashing the server)
1112
1113 Sat Dec 19 13:57:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1114         * Added "-i" flag to netproc to make it skip the export phase.
1115           Updated other programs to call netproc in this way when appropriate.
1116         * Updated network.txt to reflect the usage for netproc (which has
1117           been wrong for several releases)
1118
1119 Thu Dec 17 00:17:04 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1120         * Started removing the word "beta" from the docs and code.
1121           Preparing for an actual release.
1122         * msgbase.c: generate an 'I' field when requested (i.e. on locally
1123           originating messages.  this was breaking parts of the network)
1124
1125 1998-12-15 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1126         * msgbase.c: remove extra call to alias() which was causing
1127           Citadel-to-Citadel mail to fall into the bit bucket.
1128         * msgbase.c: fixed tempfile naming problem that could cause a new
1129           outgoing netmail message to overwrite another if netproc had not been
1130           run in between
1131
1132 1998-12-14 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1133         * More session table stability nonsense
1134
1135 Sun Dec 13 17:40:08 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1136         * sysdep.c, citserver.c: (hopefully) fixed a session table concurrency
1137           bug which was causing the server to occasionally crash.
1138         * removed serv_test.so from the default build
1139
1140 Fri Dec 11 18:50:00 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1141         * setup.c: default value for maxsessions is now 0 (no limit)
1142         * room_ops.c: don't allow users to create a room called "Mail"
1143         * serv_expire.c: fixed "number of messages purged" display
1144         * commands.c: when using color, default to low-intensity colors
1145
1146 Tue Dec  8 07:58:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1147         * Beta 2
1148
1149 Sat Dec  5 01:24:03 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1150         * Added a new type of module hook for adding logging functions
1151         * Removed whitespace to left and right of '@' in netmail recipients
1152         * sysdep.c: read citadel.config _before_ initializing loadable modules
1153         * stats.c: fixed segfault resulting from extracting log lines
1154         * Ripped most of the "attachments" stuff out of both the client and
1155           server.  (Thought of a better way to handle it ... LATER.)
1156
1157 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
1158         * setup.c: create citadel.config with mode 0600
1159         * Makefile.in: don't chmod sendcommand
1160         * serv_upgrade.c: don't create citadel.config if it doesn't already
1161           exist (paranoia)
1162         * setup.c: saner defaults for nodename and fqdn
1163
1164 Wed Dec  2 20:37:05 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1165         * msgbase.c: modified AddMessageToRoom() and all functions that call it
1166           to use a more reliable/accurate method to set quickroom.QRhighest
1167         * weekly.in: don't sort/purge filedir where filedir doesn't exist
1168
1169 1998-12-02 Nathan Bryant <bryant@cs.usm.maine.edu>
1170         * weekly is now generated by configure
1171
1172 Mon Nov 30 19:48:52 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1173         * room_ops.c: added sort_msglist() to move and save operations
1174         * sendcommand.c: added (also updated utils.txt, weekly, Makefile.in)
1175         * BETA 1
1176
1177 Sun Nov 29 23:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1178         * Fixed cmd_regi() to not display a second result code after xfer
1179         * Makefile.in: Removed "chmod 4755 citmail netmailer"
1180
1181 1998-11-23 Nathan Bryant <bryant@cs.usm.maine.edu>
1182         * citadel.spec: added
1183
1184 1998-11-22 Nathan Bryant <bryant@cs.usm.maine.edu>
1185         * Makefile.in: split install target into install-exec, install-data,
1186           and install-doc subtargets
1187
1188 Sat Nov 21 16:53:30 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1189         * Added a fourth color mode in the client: "user" which turns color
1190           on or off according to a per-user flag stored on the server.  Added
1191           server-side support for this too, of course.
1192         * import.c: removed
1193         * serv_expire.c: finished the code to purge stale visits
1194         * sysdep.c: strip trailing nonprintables in client_gets()
1195         * routines2.c: fixed <.AS> command; all configs now work properly
1196         * Moved num_parms() and all the extract() type functions into tools.c
1197           and removed them from all other files.  Linked in tools.[o|ro] there.
1198         * netproc.c: handled incoming file transfers to correct room directory
1199         * room_ops.c: fixed incorrect naming of files in info and images dirs
1200
1201 Fri Nov 20 20:29:07 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1202         * setup.c: removed all prompts that can be configured from within the
1203           client in order to simplify the setup procedure
1204
1205 Thu Nov 19 23:28:33 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1206         * Fixed serv_upgrade.c and export5.c (found elsewhere) to use a new
1207           export format which treats visits as a separate section
1208         * serv_expire.c: began writing functions to purge rooms and visits
1209           (neither work yet), and added a way to call defrag_databases()
1210
1211 Wed Nov 18 23:51:17 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1212         * Reimplemented 'visit' structs stored globally instead of as
1213           lists-per-user
1214
1215 Tue Nov 17 22:37:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1216         * Started implementing global room numbers.
1217
1218 Sun Nov 15 20:32:34 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1219         * room_ops.c: mailbox rooms always appear on the main floor
1220         * made QR_MAILBOX rooms non-editable
1221         * cmd_setr() delete old room record when room name changes
1222           (This causes a big mess that exposes a flaw in the whole design.)
1223         * room_ops.c: users can delete messages from their mailboxes
1224
1225 Thu Nov 12 23:59:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1226         * Rewrote cmd_rchg() and also increased the size of the "fakename"
1227           buffer.  Overruns are probably what was causing the crashes.
1228         * Changed the way cmd_ent3() handles mail messages; the previous code
1229           rerouted all private mail to the trash.
1230
1231 Wed Nov 11 17:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1232         * citserver.c: slight changes to cmd_rchg() and cmd_hchg() [crashes]
1233         * citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
1234           rooms in a couple more places: set_wtmpsupp() and make_message()
1235         * sysdep.c: added an fflush() to lprintf() for "tail -f"-able logs
1236         * serv_expire.c: purge ops are now a command instead of a cleanup
1237           function.  This is probably temporary as well.
1238         * citadel.c: fixed the way <.WL> parses the returned data from a
1239           TIME command.
1240
1241 1998-11-11 Nathan Bryant <bryant@cs.usm.maine.edu>
1242         * serv_upgrade.c: fix uninitialized variable
1243
1244 Wed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1245         * msgbase.c: fixed a bug that was misrouting incoming network msgs
1246         * server.h, database.c: wrapped all GDBM calls in critical sections
1247           to avoid making those calls re-entrantly (gdbm fatal: lseek error)
1248
1249 1998-11-10 Nathan Bryant <bryant@cs.usm.maine.edu>
1250         * Makefile.in: link in snprintf.o where needed
1251
1252 1998-11-09 Nathan Bryant <bryant@cs.usm.maine.edu>
1253         * client_chat.c: eliminate calls to sprintf()
1254         * commands.h, routines.c, routines2.c: warning fix
1255         * commands.c, control.c, cux2ascii.c, file_ops.c, import.c,
1256           ipc_c_tcp.c: eliminate sprintf() calls
1257
1258 Mon Nov  9 19:15:31 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1259         * serv_upgrade.c: added all missing fields to export/import
1260         * serv_expire.c: support per-user purge time when purging users
1261         * user_ops.c: added per-user purge time to AGUP and ASUP commands
1262         * routines.c: added more stuff to <.A>ide <E>dit user
1263
1264 Sun Nov  8 22:56:53 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1265         * serv_expire.c: created; moved message expiry from serv_test.c,
1266           moved user purge from userpurge.c
1267         * userpurge.c: deleted
1268         * routines2.c: finished <.AS> command
1269         * room_ops.c: fixed Aide room access (for some reason, the Aide
1270           room had the QR_MAILBOX flag set)
1271
1272 1998-11-08 Nathan Bryant <bryant@cs.usm.maine.edu>
1273         * useradmin.c: really removed (cvs remove)
1274         * aidepost.c, citadel.c: convert all sprintf() calls to snprintf()
1275         * sysdep.c: fix overrun in lprintf() described by dme/Dead Monkey
1276         * citmail.c, citserver.c: convert all sprintf() call to snprintf()
1277
1278 Sun Nov  8 13:19:36 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1279         * useradmin.c: removed
1280         * utils.doc: removed references to useradmin and sysoputil
1281
1282 Fri Nov  6 20:22:20 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1283         * citadel.h (and related files): removed defunct parameters,
1284           c_defent and c_msgbase (erase your test bbs)
1285         * Implemented CONF server command for site-global configs
1286         * Shuffled yesno() and yesno_d() from routines.c to commands.c
1287         * commands.c: implemented boolprompt()
1288         * routines2.c: started adding CONF questions to <.AS> command
1289         * room_ops.c: began a fix for the mysterious disappearing Aide room
1290
1291 1998-11-05 Nathan Bryant <bryant@cs.usm.maine.edu>
1292         * snprintf.c: warning fix propagated over from gcit
1293
1294 1998-11-04 Nathan Bryant <bryant@cs.usm.maine.edu>
1295         * added RCS Id keyword strings to sources
1296         * citmail.c: reverted to version 1.10
1297
1298 Wed Nov  4 10:53:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1299         * messages.c: temporarily set screenwidth to a fixed value of 80
1300           during <P>rint operations.
1301
1302 Mon Nov  2 12:59:03 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1303         * setup.c: looks for 'citadel', 'bbs', or 'guest' in /etc/passwd to
1304           try to get a default for bbsuid if it's currently set to 0
1305         * citmail.c: changed usersupp.eternal to usersupp.usernum (why didn't
1306           it complain about this before?)
1307         * serv_upgrade.c: began writing an "export" command to do sidegrades
1308
1309 Sun Nov  1 18:47:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1310         * serv_upgrade.c: cosmetic changes
1311         * Implemented message expiry by date (this really needs to be moved
1312           out of serv_test.c, but where does it belong?)
1313
1314 1998-11-01 Nathan Bryant <bryant@cs.usm.maine.edu>
1315         * serv_upgrade.c: warning fixes
1316         * acconfig.h: remove ANSI_COLOR
1317         * Configure, Makefile.tmpl: removed
1318
1319 Sat Oct 31 20:48:44 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1320         * More stoopid ANSI colour additions here and there.
1321         * ANSI colour selection is now in citadel.rc instead of an option in
1322           the configure script.  "on" "off" and "auto" are available.
1323         * added "build.txt" to the techdoc directory, with LS's build notes
1324
1325 1998-10-31 Nathan Bryant <bryant@cs.usm.maine.edu>
1326         * citadel.c, commands.c, commands.h: set background color to black
1327           before clearing screen, so that we can actually see text on
1328           black-on-white xterms.
1329
1330 1998-10-29 Nathan Bryant <bryant@cs.usm.maine.edu>
1331         * rooms.c: fix color of Mail>
1332         * citadel.c: send ANSI detect sequence after attach_to_server() so the
1333           terminal doesn't send the answerback sequence to the shell if we
1334           can't connect.
1335
1336 Wed Oct 28 20:20:14 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us
1337         * citadel.c: Added a splash of colour to the Wholist
1338
1339 1998-10-28 Nathan Bryant <bryant@cs.usm.maine.edu>
1340         * configure.in: added comments
1341         * mkinstalldirs: new file to be used for `make install'
1342         * aclocal.m4, missing: new files, also swiped from automake
1343         * citadel.c: don't mung the terminal if we can't find citadel.rc
1344         * Makefile.in: added `install' target, `clean' removes
1345           *.mo, rebuild configure when configure.in changes.
1346         * configure.in: check for install and autoconf
1347         * configure.in, Makefile.in: only pass -fPIC to gcc
1348         * policy.c: warning fix for OSF/1 (use memset() instead of bzero())
1349
1350 Tue Oct 27 22:25:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1351         * Unified the "unpacked database" format for both upgrades and
1352           sidegrades (also see export5.c elsewhere)
1353         * citserver.c: clear out cmdbuf before reading a command; some server
1354           commands were accidentally extracting parameters from previous cmds
1355         * rooms.c: removed the warning about the ineffectiveness of kicking
1356           users out of public rooms, because the new server can do lockouts
1357
1358 1998-10-27 Nathan Bryant <bryant@cs.usm.maine.edu>
1359         * sysdep.c (client_gets), ipc_c_tcp.c (serv_gets): improved handling
1360           of long lines. 
1361         * Makefile.in: partial support for VPATH builds, autodependency fix
1362
1363 Tue Oct 27 00:08:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1364         * minor documentation changes
1365
1366 Sun Oct 25 14:57:40 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1367         * messages.c: fixed an oversight that was allowing attachments even
1368           when disabled in citadel.rc
1369
1370 1998-10-25 Nathan Bryant <bryant@cs.usm.maine.edu>
1371         * routines2.c: warning fix
1372
1373 Sat Oct 24 22:07:56 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1374         * Client: added message expiration policy questions to room edit
1375         * Client: added <.A>ide <S>ystem configuration command
1376
1377 1998-10-24 Nathan Bryant <bryant@cs.usm.maine.edu>
1378         * Makefile.in: Auto dependency generation (may require GNU make, but
1379           does at least function without this feature on OSF/1 make);
1380           Makefile is regenerated when Makefile.in changes (ditto);
1381           `realclean' is now known as `distclean';
1382           portability fixes for older Unix make utilities
1383         * citadel.c, citadel.h, commands.c: make client suspendable
1384
1385 Fri Oct 23 19:34:38 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1386         * setup.c: default node name is now obtained from uname()
1387         * config.c: added put_config()
1388         * policy.c: added, moved GetExpirePolicy() from room_ops.c
1389         * policy.c: implemented cmd_gpex() and cmd_spex()
1390
1391 Wed Oct 21 22:24:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1392         * Mail rooms now hide their owner-prefix from the client.
1393         * proxy.c: added configurability and primitive message expiry
1394
1395 1998-10-20 Nathan Bryant <bryant@cs.usm.maine.edu>
1396         * Makefile.tmpl: fix to build client with old Configure script
1397         * configure.in: autologin defaults to enabled if crypt() is available
1398         * room_ops.c: fix improper null-termination bug I introduced
1399
1400 Mon Oct 19 20:52:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1401         * Client ability to force display of prompts in Mail rooms, even when
1402           the user has prompting turned off (citadel.rc option)
1403
1404 1998-10-16 Nathan Bryant <bryant@cs.usm.maine.edu>
1405         * sysdep.c (cprintf): generate a newline on truncated buffer
1406         * room_ops.c: exploitable overrun fixes
1407
1408 Thu Oct 15 19:27:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1409         * msgbase.c: reimplemented cmd_move()
1410           room_ops.c: wrote AddMessageToRoom() which is used for both entering
1411           and moving messages.
1412         * setup.c: system-default message expire policy of "number of
1413           messages, 150" is now a default configuration instead of a temp hack
1414         * proxy.c: cache dir create now dies on any error except EEXIST
1415
1416 Wed Oct 14 22:41:16 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1417         * Misc code cleanup
1418
1419 1998-10-13 Nathan Bryant <bryant@cs.usm.maine.edu>
1420         * configure.in: don't check for -lcrypt unless autologin is enabled
1421         * file_ops.c: fix another overrun
1422
1423 Mon Oct 12 15:27:21 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1424         * Killed the "rooms" subdirectory (it isn't used anymore)
1425         * dynloader.c: Made dynamically added server commands case-insensitive
1426         * import.c is now serv_upgrade.c, a module
1427         * Removed most of the "level 9" trace messages no longer needed
1428
1429 1998-10-12 Nathan Bryant <bryant@cs.usm.maine.edu>
1430         * Makefile.in: simplified to use pattern rules; files compiled with
1431           -D_REENTRANT go to *.ro to allow the same files to be used with both
1432           client and server
1433         * tools.c, tools.h: new files; misc routines used by both client and
1434           server go here. contains safestrncpy() at the moment.
1435         * rooms.c: fix several exploitable buffer overruns
1436         * sysdep.c: fix infinite loop when long lines are received from the
1437           client; fix exploitable buffer overrun in cprintf()
1438         * ipc_c_tcp.c: fix infinite loop on long line from server
1439         * serv_upgrade.sh: remove uncnsrd-dependent absolute path
1440         * .cvsignore: add *.ro
1441
1442 Sun Oct 11 23:17:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1443         * Built some more of the message expiry infrastructure
1444
1445 1998-10-11 Nathan Bryant <bryant@cs.usm.maine.edu>
1446         * citserver.c: fix two more overruns, one of which was preventing
1447           the "From Host" from showing up in the <W>ho listing.
1448
1449 Sun Oct 11 02:51:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1450         * Moved "struct visit" and its associated defs from citadel.h to
1451           server.h where they belong
1452         * Set up data structures for room policies (expiry, etc.)
1453
1454 1998-10-10 Nathan Bryant <bryant@cs.usm.maine.edu>
1455         * citserver.c: fix overrun which caused segv's on servers with long
1456           hostnames.
1457
1458 Fri Oct  9 18:34:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1459         * user_ops.c: added PurgeStaleRelationships() to do processing at
1460           session logout time to remove visits for rooms which no longer exist
1461         * user_ops.c: implemented NewMailCount()
1462
1463 1998-10-09 Nathan Bryant <bryant@cs.usm.maine.edu>
1464         * serv_chat.c: fix buffer overrun that was resulting in segv's
1465         * serv_chat.c: fix another overrun that could cause sessions to hang,
1466           and cleaned up some other strncpy()-related stuff. DON'T FORGET TO
1467           NULL-TERMINATE DESTINATION BUFFERS AFTER STRNCPY CALLS.
1468
1469 Fri Oct  9 13:22:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1470         * Implemented "lazy mode" traversal - pressing the space bar will do
1471           <N>ext messsage, <G>oto next room, or read <N>ew as appropriate.
1472         * room_ops.c: modify CtdlRoomAccess() to allow access to mailbox rooms
1473           only to their owners.
1474
1475 Thu Oct  8 17:13:27 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1476         * messages.c, citadel.rc: added the ability to display message numbers
1477           in the header when reading messages.  I think this is butt ugly, but
1478           some of the DaveCode afficionados seem to like it...
1479
1480 Thu Oct  8 15:34:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1481         * room_ops.c: Added is_noneditable() function to replace all of the
1482           duplicated code present in all functions which edit room parameters.
1483
1484 1998-10-08 Nathan Bryant <bryant@cs.usm.maine.edu>
1485         * lots of warning fixes; builds with -std1 on dec unix
1486         * aidepost.c, citadel.h, citmail.c, file_ops.c, msgbase.c, netmailer.c,
1487           netproc.c, rcit.c, server.h, stats.c, userlist.c: use time_t where
1488           needed
1489         * control.c, room_ops.c, serv_chat.c, sysdep.c: use memset() instead of
1490           bzero()
1491         * dynloader.c, dynloader.h, messages.c, server.h, sysdep.c,
1492           sysdep_decls.h: function pointer/prototyping fixes
1493         * rooms.c: use mkfifo(3) instead of system("mkfifo")
1494
1495 1998-10-07 Nathan Bryant <bryant@cs.usm.maine.edu>
1496         * snprintf.c, snprintf.h: new files
1497         * Makefile.in, configure.in, dynloader.c, sysdep.c: support for the
1498           above; citserver now builds and runs on Digital Unix 4.0d with the
1499           GNU-style configure script. there is a bug with the hostname display
1500           in the wholist.
1501         * netproc.c: sillyness fix
1502         * room_ops.h: prototype delete_room()
1503         * client_chat.c, commands.c, serv_chat.c, sysdep.c:
1504           use HAVE_SYS_SELECT_H macro
1505
1506 Mon Oct  5 17:01:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1507         * Began fixing the stuff I broke
1508
1509 Sun Oct  4 23:35:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1510         * Did the big migration to the new data structures.  Lots of stuff is
1511           now broken.  Basic moving from room to room works, but Mail is
1512           broken, and some of the administrative commands are unimplemented.
1513
1514 1998-10-02 Nathan Bryant <bryant@cs.usm.maine.edu>
1515         * configure.in: autologin now defaults to disabled
1516
1517 Fri Oct  2 00:04:31 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1518         * Finally removed all three usersupp.foo[MAXROOMS] elements, and
1519           migrated all the code that used them to use "struct visit" instead.
1520
1521 Thu Oct  1 23:02:20 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1522         * Rewrote [l][get|put]room() functions to use room names rather than
1523           room index numbers.  Temporarily prepended a "n" to these four
1524           function names until they are put to use.
1525
1526 Thu Oct  1 16:27:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1527         * Removed a few more references to usersupp.lastseen[]
1528
1529 1998-10-01 Nathan Bryant <bryant@cs.usm.maine.edu>
1530         * .cvsignore: add so_locations (generated by osf1 ld with shared libs)
1531         * Makefile.in: restructured variables for greater consistency, use
1532           @echo to print out notices during the make process, add so_locations
1533           to `cleaner'
1534         * configure.in, Makefile.in: configure checks for -rdynamic
1535         * ipc_c_tcp.c: fix DEC compiler warning wrt unsigned char
1536         * stats.c: add semicolon to placate DREC compiler
1537         * user_ops.c: define _POSIX_C_SOURCE, include <limits.h>
1538         * configure.in: pass -pthread to DEC compiler, don't check for
1539           libpthread[s] on DEC Unix
1540
1541 1998-09-30 Nathan Bryant <bryant@cs.usm.maine.edu>
1542         * Makefile.in: new variable PTHREAD_DEFS for portability
1543         * aidepost.c, citadel.c, citmail.c, mailinglist.c, msgform.c,
1544           netmailer.c, netpoll.c, netproc.c, rcit.c, readlog.c, setup.c,
1545           stats.c, userlist.c, whobbs.c: return type of main() is int
1546         * citadel.c, commands.c, messages.c: use time_t properly
1547         * citserver.c: include <limits.h>
1548         * config.guess, config.sub, install-sh: new files
1549         * configure.in: don't use gcc on Digital Unix
1550
1551 Tue Sep 29 23:17:34 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1552         * room_ops.c: modified usergoto() to look at the new data structures
1553           for counting new messages and such.
1554
1555 1998-09-29 Nathan Bryant <bryant@cs.usm.maine.edu>
1556         * user_ops.c: fix compiler warning and potential memory leak,
1557           include sysdep.h
1558         * configure.in, Makefile.in: only build the server if we find pthreads
1559         * Makefile.in: realclean removes config.{cache,log,status}
1560
1561 Tue Sep 29 13:20:14 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1562         * Removed code from some of the utilities which was still attempting
1563           to access the old non-gdbm data store.
1564         * housekeeping.c: rewrote check_ref_counts() to do a ForEachRoom()
1565           traversal instead of a MAXROOMS loop.
1566         * sysdep.c: set up a dummy CitContext record to be used during server
1567           startup, during which time there is no real context.
1568
1569 Mon Sep 28 23:51:51 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1570         * Implemented the function ForEachRoom() to handle all-rooms traversal
1571           (this will work with both the old and new paradigms, because both
1572           use a GDBM database with one room per record).  Migrated all room
1573           list commands to use it.
1574
1575 Mon Sep 28 22:05:35 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1576         * Implemented the function CtdlRoomAccess() to handle *all* of the
1577           user-access-to-rooms functionality.  Migrated all room list commands
1578           to use it.  Still need to migrate gotos.
1579
1580 1998-09-28 Nathan Bryant <bryant@cs.usm.maine.edu>
1581         * configure.in, acconfig.h: new files; partially functional GNU
1582           autoconf configure script. Run autoheader; autoconf; ./configure
1583           --prefix=`pwd` to test.
1584         * Makefile.tmpl: new file; this is what Makefile.in used to be. Used by
1585           Configure.
1586         * Makefile.in: modified to work with autoconf-style configure script
1587         * Configure: modified to use Makefile.tmpl and generate autoconf-style
1588           macros. Removed procfs detection. Pass -O2 to gcc, -O to other
1589           compilers. Removed mknod/mkfifo detection; code should use mkfifo(3).
1590         * citmail.c, msgform.c, netproc.c, routines.c, support.c, userlist.c,
1591           whobbs.c: use HAVE_STRERROR macro rather than NO_STRERROR
1592         * commands.c: use HAVE_TERMIOS_H macro rather than POSIX_TERMIO
1593         * netproc.c: remove procfs stuff. simply attempt to kill the target
1594           process with signal zero instead; this checks whether the process
1595           exists.
1596         * setup.c, useradmin.c: use HAVE_CURSES_H macro
1597
1598 Sun Sep 27 23:41:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1599         * BOTH the old and new generation systems are being written to at
1600           this point.  Code that reads stuff is still using the old system.
1601
1602 Sun Sep 27 16:10:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1603         * Changed all "generation" variables from char to long, in preparation
1604           for removing MAXROOMS.  Generations for new rooms are now timestamps.
1605         * Defined "struct visit" to hold user/room relationships.
1606         * Removed some #define's from citadel.h that are no longer used.
1607
1608 Wed Sep 23 13:41:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1609         * More changes to support attachments.  They mostly work, but only
1610           in fixed-format messages.
1611
1612 Mon Sep 21 21:19:17 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1613         * msgbase.c: began laying the groundwork to support attachments.
1614           Purchased Rogaine(tm) in preparation for expected hair loss.
1615
1616 1998-09-21 Nathan Bryant <bryant@cs.usm.maine.edu>
1617         * msgbase.c: include dynloader.h
1618         * citadelapi.h: removed
1619         * dynloader.h: prototype CtdlRegisterUserHook()
1620
1621 Sun Sep 20 18:56:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1622         * Added a UserFunctionHook category to implement hooks which perform
1623           operations on various users or usernames
1624
1625 Fri Sep 18 21:14:41 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1626         * citserver.c: removed cmd_extn() and related code
1627
1628 1998-09-18 Nathan Bryant <bryant@cs.usm.maine.edu>
1629         * user_ops.c: include dynloader.h
1630         * roomstats.{c,mk}: removed
1631         * Configure, Makefile.in: autodependency-related fixes
1632
1633 Thu Sep 17 22:55:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1634         * Various changes to allow "new messages" to work correctly with Mail
1635
1636 Thu Sep 17 22:21:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1637         * server.h, dynloader.c, citserver.c, user_ops.c: reduced the number
1638           of hook types by inventing an EventType field to the Session hook.
1639         * proxy.c: added pre-fetching
1640
1641 1998-09-17 Nathan Bryant <bryant@cs.usm.maine.edu>
1642         * Makefile.in: add SERV_MODULES and PROXY_TARGETS to `cleaner'
1643         * dynloader.[ch], serv_{chat,test}.[ch], sysdep.c: cleaned
1644           up the dynamic loader interface as follows:
1645           - all the symbol table stuff is gone.
1646           - modules are loaded once at server startup and never unloaded.
1647           - Added a new function CtdlRegisterProtoHook() to handle the stuff
1648             that was being done with the symbol tables.
1649           - Dynamic_Module_Init() now returns a pointer to a static struct
1650             DLModule_Info; this structure itself has been modified to use char*
1651             fields instead of fixed char arrays.
1652         * roomstats.c: include <stdarg.h> not <stdargs.h> (is this file still
1653           in use?)
1654         * Configure, Makefile.in: added autodependency support
1655
1656 Wed Sep 16 22:25:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1657         * Implemented separate structs, lists, and functions for each type
1658           of server-side hook available.
1659
1660 1998-09-16 Nathan Bryant <bryant@cs.usm.maine.edu>
1661         * ipc_c_tcp.c: Fixed up some #include/prototyping stuff, call memcpy()
1662           instead of bcopy()
1663         * hooks.h: removed
1664         * sysdep.c, user_ops.c: removed reference to hooks.h
1665
1666 Wed Sep 16 11:42:42 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1667         * ipc_c_tcp.c: Reversed any changes that have been made to this file,
1668           because something was causing abominally slow response time.
1669         * proxy.c: added.  This will eventually become a caching, pre-fetching
1670           multiuser proxy server for the Citadel protocol.
1671
1672 1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
1673         * Makefile.in: remove support.o from serv_chat.so, add -fPIC to compile
1674           flags for serv_chat.o
1675         * dynloader.c: include "sysdep_decls.h", use RTLD_NOW not RTLD_LAZY
1676         * dynloader.h: prototype CtdlRegisterHook()
1677         * .cvsignore: added data
1678
1679 Mon Sep 14 20:49:08 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1680         * Tried my hand at adding the ability for server extensions to
1681           register various types of "hooks" in addition to just adding
1682           server commands.  This is probably not final.
1683
1684 Tue Sep  8 12:11:56 EDT 1998 Brian Costello <btx@calyx.net>
1685         * Added support for dynamic server modules.  Reworked serv_chat.c
1686           to be such a module.
1687
1688 Tue Sep  1 23:09:50 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1689         * userpurge.c: rewrote using functions from the server core, rather
1690           than the now-defunct external API.  This'll be ready once the module
1691           loading code is done.  (I just had to commit _something_ tonight.)
1692
1693 Mon Aug 31 22:47:58 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1694         * Yanked the citadelapi.c module.  This wasn't working out well.
1695         * techdocs/citadelapi.txt - began documenting the new API to be used
1696           by modules which will be dynamic linked into the server - most of
1697           this API is existing server functions.
1698         * Added a ForEachUser() function with callback mechanism, and reworked
1699           cmd_list() to use it.
1700
1701 Sun Aug 30 21:52:43 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1702         * Moved all of the gdbm databases to a separate "data" directory.
1703
1704 1998-08-26 Nathan Bryant <bryant@cs.usm.maine.edu>
1705         * Makefile.in: realclean removes Makefile, fixed `touch citadel.h'
1706           problem
1707
1708 1998-08-25 Nathan Bryant <bryant@cs.usm.maine.edu>
1709         * room_ops.c: include time.h
1710         * userlist.c, whobbs.c, serv_chat.c, user_ops.c, sysdep.c, stats.c,
1711           citadel_decls.h, commands.c, messages.h, routines.h, routines2.h:
1712           remove duplicated declarations
1713
1714 Mon Aug 24 23:45:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1715         * setup.c: Removed yesno_s()
1716         * citadel.h, room_ops.c: added QRmtime field to struct quickroom,
1717           modified whenever a room is modified or posted in.
1718         * citadelapi.c: Added CtdlForEachRoom() function
1719
1720 Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
1721         * Makefile.in: new target `cleaner' does the same as `realclean' 
1722           without removing sysdep.h
1723         * proto.h: is bad. eliminate. I've moved the prototypes into several
1724           header files, one per .c file
1725
1726 Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1727         * Added a CtdlGotoRoom() function to the CitadelAPI.
1728  
1729 Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1730         * sysoputil is finally dead!  Removed it from the build.
1731         * Added userpurge.c server extension (initial implementation)
1732
1733 Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
1734         * Makefile.in: `clean' target no longer rm's sysdep.h; new target
1735           `realclean' removes everything clean does, plus sysdep.h, plus
1736           target binaries.
1737         * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
1738         * *.[ch]: protoized. Added several new header files containing
1739           prototypes and other external declarations; many duplicated
1740           declarations still should be moved to header files. proto.h must die
1741           as well, IMHO.
1742
1743 Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1744         * Implemented a bunch of user account related functions in the
1745           CitadelAPI library.
1746
1747 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1748         * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
1749           overrun in getuser() (thanks, Nathan).  Implemented overrun checks
1750           in getuser(), getroom(), and getfloor() to prevent future problems.
1751
1752 Mon Aug 17 00:06:52 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1753         * Updated citmail.c with the latest stuff from the production system.
1754         * Implemented AGUP and ASUP commands, but AGUP crashes the server
1755           after its first successful use (user-not-found's don't affect it).
1756
1757 Thu Aug  6 19:25:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1758         * Got the CitadelAPI library to the point where the server can start
1759           up an extension, and the extension will connect to the server, do
1760           some initialization, call a user-supplied CtdlMain(), and exit.  Also
1761           hacked together a _temporary_ form of the new EXTN server command.
1762  
1763 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1764         * Second attempt at getting the server API started.  Now it runs
1765           outside of the server and builds a connection.
1766
1767 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1768         * Modified the appearance of Internet addresses when they arrive on
1769           a Citadel system.
1770         * Removed the <E> field from the message format writeup in hack.txt.
1771         * Fixed-up citmail.c so that it doesn't try to do database lookups.
1772
1773 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1774         * Started developing the server-side API.  This is in its very
1775           initial stages.  See serverapi.c and techdoc/api.txt
1776
1777 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
1778         * Makefile.in: added config_decls.h to dependencies
1779
1780 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
1781         * config_defs.h: renamed to config_decls.h
1782         * config.c, sysoputil.c: updated to reflect the above
1783
1784 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
1785         * config_defs.h: new file, contains external declarations from config.c
1786         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
1787           for bbs_home_directory
1788         * mailinglist.c, support.c: include <string.h>
1789         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
1790           duplicated defs, replace gets() call with fgets()
1791         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
1792
1793 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
1794         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
1795
1796 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
1797         * ChangeLog: reordered; the GNU standard is to add new entries to the
1798           top.
1799         * .cvsignore: added userlist
1800
1801 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1802         * Finished migrating everything to the new data store.
1803         * Replaced the binary "calllog" with the ASCII "citadel.log"
1804         * Began converting broken utilities that depend on the old data store
1805
1806 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
1807         * Makefile.in: removed msgstats
1808
1809 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
1810         * Initial CVS import