]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
room_ops.c: mailbox rooms always appear on the main floor
[citadel.git] / citadel / ChangeLog
1 Sun Nov 15 20:32:34 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * room_ops.c: mailbox rooms always appear on the main floor
3
4 Thu Nov 12 23:59:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
5         * Rewrote cmd_rchg() and also increased the size of the "fakename"
6           buffer.  Overruns are probably what was causing the crashes.
7         * Changed the way cmd_ent3() handles mail messages; the previous code
8           rerouted all private mail to the trash.
9
10 Wed Nov 11 17:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
11         * citserver.c: slight changes to cmd_rchg() and cmd_hchg() [crashes]
12         * citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
13           rooms in a couple more places: set_wtmpsupp() and make_message()
14         * sysdep.c: added an fflush() to lprintf() for "tail -f"-able logs
15         * serv_expire.c: purge ops are now a command instead of a cleanup
16           function.  This is probably temporary as well.
17         * citadel.c: fixed the way <.WL> parses the returned data from a
18           TIME command.
19
20 1998-11-11 Nathan Bryant <bryant@cs.usm.maine.edu>
21         * serv_upgrade.c: fix uninitialized variable
22
23 Wed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
24         * msgbase.c: fixed a bug that was misrouting incoming network msgs
25         * server.h, database.c: wrapped all GDBM calls in critical sections
26           to avoid making those calls re-entrantly (gdbm fatal: lseek error)
27
28 1998-11-10 Nathan Bryant <bryant@cs.usm.maine.edu>
29         * Makefile.in: link in snprintf.o where needed
30
31 1998-11-09 Nathan Bryant <bryant@cs.usm.maine.edu>
32         * client_chat.c: eliminate calls to sprintf()
33         * commands.h, routines.c, routines2.c: warning fix
34         * commands.c, control.c, cux2ascii.c, file_ops.c, import.c,
35           ipc_c_tcp.c: eliminate sprintf() calls
36
37 Mon Nov  9 19:15:31 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
38         * serv_upgrade.c: added all missing fields to export/import
39         * serv_expire.c: support per-user purge time when purging users
40         * user_ops.c: added per-user purge time to AGUP and ASUP commands
41         * routines.c: added more stuff to <.A>ide <E>dit user
42
43 Sun Nov  8 22:56:53 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
44         * serv_expire.c: created; moved message expiry from serv_test.c,
45           moved user purge from userpurge.c
46         * userpurge.c: deleted
47         * routines2.c: finished <.AS> command
48         * room_ops.c: fixed Aide room access (for some reason, the Aide
49           room had the QR_MAILBOX flag set)
50
51 1998-11-08 Nathan Bryant <bryant@cs.usm.maine.edu>
52         * useradmin.c: really removed (cvs remove)
53         * aidepost.c, citadel.c: convert all sprintf() calls to snprintf()
54         * sysdep.c: fix overrun in lprintf() described by dme/Dead Monkey
55         * citmail.c, citserver.c: convert all sprintf() call to snprintf()
56
57 Sun Nov  8 13:19:36 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
58         * useradmin.c: removed
59         * utils.doc: removed references to useradmin and sysoputil
60
61 Fri Nov  6 20:22:20 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
62         * citadel.h (and related files): removed defunct parameters,
63           c_defent and c_msgbase (erase your test bbs)
64         * Implemented CONF server command for site-global configs
65         * Shuffled yesno() and yesno_d() from routines.c to commands.c
66         * commands.c: implemented boolprompt()
67         * routines2.c: started adding CONF questions to <.AS> command
68         * room_ops.c: began a fix for the mysterious disappearing Aide room
69
70 1998-11-05 Nathan Bryant <bryant@cs.usm.maine.edu>
71         * snprintf.c: warning fix propagated over from gcit
72
73 1998-11-04 Nathan Bryant <bryant@cs.usm.maine.edu>
74         * added RCS Id keyword strings to sources
75         * citmail.c: reverted to version 1.10
76
77 Wed Nov  4 10:53:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
78         * messages.c: temporarily set screenwidth to a fixed value of 80
79           during <P>rint operations.
80
81 Mon Nov  2 12:59:03 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
82         * setup.c: looks for 'citadel', 'bbs', or 'guest' in /etc/passwd to
83           try to get a default for bbsuid if it's currently set to 0
84         * citmail.c: changed usersupp.eternal to usersupp.usernum (why didn't
85           it complain about this before?)
86         * serv_upgrade.c: began writing an "export" command to do sidegrades
87
88 Sun Nov  1 18:47:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
89         * serv_upgrade.c: cosmetic changes
90         * Implemented message expiry by date (this really needs to be moved
91           out of serv_test.c, but where does it belong?)
92
93 1998-11-01 Nathan Bryant <bryant@cs.usm.maine.edu>
94         * serv_upgrade.c: warning fixes
95         * acconfig.h: remove ANSI_COLOR
96         * Configure, Makefile.tmpl: removed
97
98 Sat Oct 31 20:48:44 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
99         * More stoopid ANSI colour additions here and there.
100         * ANSI colour selection is now in citadel.rc instead of an option in
101           the configure script.  "on" "off" and "auto" are available.
102         * added "build.txt" to the techdoc directory, with LS's build notes
103
104 1998-10-31 Nathan Bryant <bryant@cs.usm.maine.edu>
105         * citadel.c, commands.c, commands.h: set background color to black
106           before clearing screen, so that we can actually see text on
107           black-on-white xterms.
108
109 1998-10-29 Nathan Bryant <bryant@cs.usm.maine.edu>
110         * rooms.c: fix color of Mail>
111         * citadel.c: send ANSI detect sequence after attach_to_server() so the
112           terminal doesn't send the answerback sequence to the shell if we
113           can't connect.
114
115 Wed Oct 28 20:20:14 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us
116         * citadel.c: Added a splash of colour to the Wholist
117
118 1998-10-28 Nathan Bryant <bryant@cs.usm.maine.edu>
119         * configure.in: added comments
120         * mkinstalldirs: new file to be used for `make install'
121         * aclocal.m4, missing: new files, also swiped from automake
122         * citadel.c: don't mung the terminal if we can't find citadel.rc
123         * Makefile.in: added `install' target, `clean' removes
124           *.mo, rebuild configure when configure.in changes.
125         * configure.in: check for install and autoconf
126         * configure.in, Makefile.in: only pass -fPIC to gcc
127         * policy.c: warning fix for OSF/1 (use memset() instead of bzero())
128
129 Tue Oct 27 22:25:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
130         * Unified the "unpacked database" format for both upgrades and
131           sidegrades (also see export5.c elsewhere)
132         * citserver.c: clear out cmdbuf before reading a command; some server
133           commands were accidentally extracting parameters from previous cmds
134         * rooms.c: removed the warning about the ineffectiveness of kicking
135           users out of public rooms, because the new server can do lockouts
136
137 1998-10-27 Nathan Bryant <bryant@cs.usm.maine.edu>
138         * sysdep.c (client_gets), ipc_c_tcp.c (serv_gets): improved handling
139           of long lines. 
140         * Makefile.in: partial support for VPATH builds, autodependency fix
141
142 Tue Oct 27 00:08:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
143         * minor documentation changes
144
145 Sun Oct 25 14:57:40 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
146         * messages.c: fixed an oversight that was allowing attachments even
147           when disabled in citadel.rc
148
149 1998-10-25 Nathan Bryant <bryant@cs.usm.maine.edu>
150         * routines2.c: warning fix
151
152 Sat Oct 24 22:07:56 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
153         * Client: added message expiration policy questions to room edit
154         * Client: added <.A>ide <S>ystem configuration command
155
156 1998-10-24 Nathan Bryant <bryant@cs.usm.maine.edu>
157         * Makefile.in: Auto dependency generation (may require GNU make, but
158           does at least function without this feature on OSF/1 make);
159           Makefile is regenerated when Makefile.in changes (ditto);
160           `realclean' is now known as `distclean';
161           portability fixes for older Unix make utilities
162         * citadel.c, citadel.h, commands.c: make client suspendable
163
164 Fri Oct 23 19:34:38 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
165         * setup.c: default node name is now obtained from uname()
166         * config.c: added put_config()
167         * policy.c: added, moved GetExpirePolicy() from room_ops.c
168         * policy.c: implemented cmd_gpex() and cmd_spex()
169
170 Wed Oct 21 22:24:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
171         * Mail rooms now hide their owner-prefix from the client.
172         * proxy.c: added configurability and primitive message expiry
173
174 1998-10-20 Nathan Bryant <bryant@cs.usm.maine.edu>
175         * Makefile.tmpl: fix to build client with old Configure script
176         * configure.in: autologin defaults to enabled if crypt() is available
177         * room_ops.c: fix improper null-termination bug I introduced
178
179 Mon Oct 19 20:52:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
180         * Client ability to force display of prompts in Mail rooms, even when
181           the user has prompting turned off (citadel.rc option)
182
183 1998-10-16 Nathan Bryant <bryant@cs.usm.maine.edu>
184         * sysdep.c (cprintf): generate a newline on truncated buffer
185         * room_ops.c: exploitable overrun fixes
186
187 Thu Oct 15 19:27:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
188         * msgbase.c: reimplemented cmd_move()
189           room_ops.c: wrote AddMessageToRoom() which is used for both entering
190           and moving messages.
191         * setup.c: system-default message expire policy of "number of
192           messages, 150" is now a default configuration instead of a temp hack
193         * proxy.c: cache dir create now dies on any error except EEXIST
194
195 Wed Oct 14 22:41:16 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
196         * Misc code cleanup
197
198 1998-10-13 Nathan Bryant <bryant@cs.usm.maine.edu>
199         * configure.in: don't check for -lcrypt unless autologin is enabled
200         * file_ops.c: fix another overrun
201
202 Mon Oct 12 15:27:21 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
203         * Killed the "rooms" subdirectory (it isn't used anymore)
204         * dynloader.c: Made dynamically added server commands case-insensitive
205         * import.c is now serv_upgrade.c, a module
206         * Removed most of the "level 9" trace messages no longer needed
207
208 1998-10-12 Nathan Bryant <bryant@cs.usm.maine.edu>
209         * Makefile.in: simplified to use pattern rules; files compiled with
210           -D_REENTRANT go to *.ro to allow the same files to be used with both
211           client and server
212         * tools.c, tools.h: new files; misc routines used by both client and
213           server go here. contains safestrncpy() at the moment.
214         * rooms.c: fix several exploitable buffer overruns
215         * sysdep.c: fix infinite loop when long lines are received from the
216           client; fix exploitable buffer overrun in cprintf()
217         * ipc_c_tcp.c: fix infinite loop on long line from server
218         * serv_upgrade.sh: remove uncnsrd-dependent absolute path
219         * .cvsignore: add *.ro
220
221 Sun Oct 11 23:17:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
222         * Built some more of the message expiry infrastructure
223
224 1998-10-11 Nathan Bryant <bryant@cs.usm.maine.edu>
225         * citserver.c: fix two more overruns, one of which was preventing
226           the "From Host" from showing up in the <W>ho listing.
227
228 Sun Oct 11 02:51:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
229         * Moved "struct visit" and its associated defs from citadel.h to
230           server.h where they belong
231         * Set up data structures for room policies (expiry, etc.)
232
233 1998-10-10 Nathan Bryant <bryant@cs.usm.maine.edu>
234         * citserver.c: fix overrun which caused segv's on servers with long
235           hostnames.
236
237 Fri Oct  9 18:34:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
238         * user_ops.c: added PurgeStaleRelationships() to do processing at
239           session logout time to remove visits for rooms which no longer exist
240         * user_ops.c: implemented NewMailCount()
241
242 1998-10-09 Nathan Bryant <bryant@cs.usm.maine.edu>
243         * serv_chat.c: fix buffer overrun that was resulting in segv's
244         * serv_chat.c: fix another overrun that could cause sessions to hang,
245           and cleaned up some other strncpy()-related stuff. DON'T FORGET TO
246           NULL-TERMINATE DESTINATION BUFFERS AFTER STRNCPY CALLS.
247
248 Fri Oct  9 13:22:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
249         * Implemented "lazy mode" traversal - pressing the space bar will do
250           <N>ext messsage, <G>oto next room, or read <N>ew as appropriate.
251         * room_ops.c: modify CtdlRoomAccess() to allow access to mailbox rooms
252           only to their owners.
253
254 Thu Oct  8 17:13:27 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
255         * messages.c, citadel.rc: added the ability to display message numbers
256           in the header when reading messages.  I think this is butt ugly, but
257           some of the DaveCode afficionados seem to like it...
258
259 Thu Oct  8 15:34:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
260         * room_ops.c: Added is_noneditable() function to replace all of the
261           duplicated code present in all functions which edit room parameters.
262
263 1998-10-08 Nathan Bryant <bryant@cs.usm.maine.edu>
264         * lots of warning fixes; builds with -std1 on dec unix
265         * aidepost.c, citadel.h, citmail.c, file_ops.c, msgbase.c, netmailer.c,
266           netproc.c, rcit.c, server.h, stats.c, userlist.c: use time_t where
267           needed
268         * control.c, room_ops.c, serv_chat.c, sysdep.c: use memset() instead of
269           bzero()
270         * dynloader.c, dynloader.h, messages.c, server.h, sysdep.c,
271           sysdep_decls.h: function pointer/prototyping fixes
272         * rooms.c: use mkfifo(3) instead of system("mkfifo")
273
274 1998-10-07 Nathan Bryant <bryant@cs.usm.maine.edu>
275         * snprintf.c, snprintf.h: new files
276         * Makefile.in, configure.in, dynloader.c, sysdep.c: support for the
277           above; citserver now builds and runs on Digital Unix 4.0d with the
278           GNU-style configure script. there is a bug with the hostname display
279           in the wholist.
280         * netproc.c: sillyness fix
281         * room_ops.h: prototype delete_room()
282         * client_chat.c, commands.c, serv_chat.c, sysdep.c:
283           use HAVE_SYS_SELECT_H macro
284
285 Mon Oct  5 17:01:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
286         * Began fixing the stuff I broke
287
288 Sun Oct  4 23:35:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
289         * Did the big migration to the new data structures.  Lots of stuff is
290           now broken.  Basic moving from room to room works, but Mail is
291           broken, and some of the administrative commands are unimplemented.
292
293 1998-10-02 Nathan Bryant <bryant@cs.usm.maine.edu>
294         * configure.in: autologin now defaults to disabled
295
296 Fri Oct  2 00:04:31 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
297         * Finally removed all three usersupp.foo[MAXROOMS] elements, and
298           migrated all the code that used them to use "struct visit" instead.
299
300 Thu Oct  1 23:02:20 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
301         * Rewrote [l][get|put]room() functions to use room names rather than
302           room index numbers.  Temporarily prepended a "n" to these four
303           function names until they are put to use.
304
305 Thu Oct  1 16:27:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
306         * Removed a few more references to usersupp.lastseen[]
307
308 1998-10-01 Nathan Bryant <bryant@cs.usm.maine.edu>
309         * .cvsignore: add so_locations (generated by osf1 ld with shared libs)
310         * Makefile.in: restructured variables for greater consistency, use
311           @echo to print out notices during the make process, add so_locations
312           to `cleaner'
313         * configure.in, Makefile.in: configure checks for -rdynamic
314         * ipc_c_tcp.c: fix DEC compiler warning wrt unsigned char
315         * stats.c: add semicolon to placate DREC compiler
316         * user_ops.c: define _POSIX_C_SOURCE, include <limits.h>
317         * configure.in: pass -pthread to DEC compiler, don't check for
318           libpthread[s] on DEC Unix
319
320 1998-09-30 Nathan Bryant <bryant@cs.usm.maine.edu>
321         * Makefile.in: new variable PTHREAD_DEFS for portability
322         * aidepost.c, citadel.c, citmail.c, mailinglist.c, msgform.c,
323           netmailer.c, netpoll.c, netproc.c, rcit.c, readlog.c, setup.c,
324           stats.c, userlist.c, whobbs.c: return type of main() is int
325         * citadel.c, commands.c, messages.c: use time_t properly
326         * citserver.c: include <limits.h>
327         * config.guess, config.sub, install-sh: new files
328         * configure.in: don't use gcc on Digital Unix
329
330 Tue Sep 29 23:17:34 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
331         * room_ops.c: modified usergoto() to look at the new data structures
332           for counting new messages and such.
333
334 1998-09-29 Nathan Bryant <bryant@cs.usm.maine.edu>
335         * user_ops.c: fix compiler warning and potential memory leak,
336           include sysdep.h
337         * configure.in, Makefile.in: only build the server if we find pthreads
338         * Makefile.in: realclean removes config.{cache,log,status}
339
340 Tue Sep 29 13:20:14 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
341         * Removed code from some of the utilities which was still attempting
342           to access the old non-gdbm data store.
343         * housekeeping.c: rewrote check_ref_counts() to do a ForEachRoom()
344           traversal instead of a MAXROOMS loop.
345         * sysdep.c: set up a dummy CitContext record to be used during server
346           startup, during which time there is no real context.
347
348 Mon Sep 28 23:51:51 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
349         * Implemented the function ForEachRoom() to handle all-rooms traversal
350           (this will work with both the old and new paradigms, because both
351           use a GDBM database with one room per record).  Migrated all room
352           list commands to use it.
353
354 Mon Sep 28 22:05:35 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
355         * Implemented the function CtdlRoomAccess() to handle *all* of the
356           user-access-to-rooms functionality.  Migrated all room list commands
357           to use it.  Still need to migrate gotos.
358
359 1998-09-28 Nathan Bryant <bryant@cs.usm.maine.edu>
360         * configure.in, acconfig.h: new files; partially functional GNU
361           autoconf configure script. Run autoheader; autoconf; ./configure
362           --prefix=`pwd` to test.
363         * Makefile.tmpl: new file; this is what Makefile.in used to be. Used by
364           Configure.
365         * Makefile.in: modified to work with autoconf-style configure script
366         * Configure: modified to use Makefile.tmpl and generate autoconf-style
367           macros. Removed procfs detection. Pass -O2 to gcc, -O to other
368           compilers. Removed mknod/mkfifo detection; code should use mkfifo(3).
369         * citmail.c, msgform.c, netproc.c, routines.c, support.c, userlist.c,
370           whobbs.c: use HAVE_STRERROR macro rather than NO_STRERROR
371         * commands.c: use HAVE_TERMIOS_H macro rather than POSIX_TERMIO
372         * netproc.c: remove procfs stuff. simply attempt to kill the target
373           process with signal zero instead; this checks whether the process
374           exists.
375         * setup.c, useradmin.c: use HAVE_CURSES_H macro
376
377 Sun Sep 27 23:41:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
378         * BOTH the old and new generation systems are being written to at
379           this point.  Code that reads stuff is still using the old system.
380
381 Sun Sep 27 16:10:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
382         * Changed all "generation" variables from char to long, in preparation
383           for removing MAXROOMS.  Generations for new rooms are now timestamps.
384         * Defined "struct visit" to hold user/room relationships.
385         * Removed some #define's from citadel.h that are no longer used.
386
387 Wed Sep 23 13:41:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
388         * More changes to support attachments.  They mostly work, but only
389           in fixed-format messages.
390
391 Mon Sep 21 21:19:17 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
392         * msgbase.c: began laying the groundwork to support attachments.
393           Purchased Rogaine(tm) in preparation for expected hair loss.
394
395 1998-09-21 Nathan Bryant <bryant@cs.usm.maine.edu>
396         * msgbase.c: include dynloader.h
397         * citadelapi.h: removed
398         * dynloader.h: prototype CtdlRegisterUserHook()
399
400 Sun Sep 20 18:56:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
401         * Added a UserFunctionHook category to implement hooks which perform
402           operations on various users or usernames
403
404 Fri Sep 18 21:14:41 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
405         * citserver.c: removed cmd_extn() and related code
406
407 1998-09-18 Nathan Bryant <bryant@cs.usm.maine.edu>
408         * user_ops.c: include dynloader.h
409         * roomstats.{c,mk}: removed
410         * Configure, Makefile.in: autodependency-related fixes
411
412 Thu Sep 17 22:55:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
413         * Various changes to allow "new messages" to work correctly with Mail
414
415 Thu Sep 17 22:21:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
416         * server.h, dynloader.c, citserver.c, user_ops.c: reduced the number
417           of hook types by inventing an EventType field to the Session hook.
418         * proxy.c: added pre-fetching
419
420 1998-09-17 Nathan Bryant <bryant@cs.usm.maine.edu>
421         * Makefile.in: add SERV_MODULES and PROXY_TARGETS to `cleaner'
422         * dynloader.[ch], serv_{chat,test}.[ch], sysdep.c: cleaned
423           up the dynamic loader interface as follows:
424           - all the symbol table stuff is gone.
425           - modules are loaded once at server startup and never unloaded.
426           - Added a new function CtdlRegisterProtoHook() to handle the stuff
427             that was being done with the symbol tables.
428           - Dynamic_Module_Init() now returns a pointer to a static struct
429             DLModule_Info; this structure itself has been modified to use char*
430             fields instead of fixed char arrays.
431         * roomstats.c: include <stdarg.h> not <stdargs.h> (is this file still
432           in use?)
433         * Configure, Makefile.in: added autodependency support
434
435 Wed Sep 16 22:25:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
436         * Implemented separate structs, lists, and functions for each type
437           of server-side hook available.
438
439 1998-09-16 Nathan Bryant <bryant@cs.usm.maine.edu>
440         * ipc_c_tcp.c: Fixed up some #include/prototyping stuff, call memcpy()
441           instead of bcopy()
442         * hooks.h: removed
443         * sysdep.c, user_ops.c: removed reference to hooks.h
444
445 Wed Sep 16 11:42:42 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
446         * ipc_c_tcp.c: Reversed any changes that have been made to this file,
447           because something was causing abominally slow response time.
448         * proxy.c: added.  This will eventually become a caching, pre-fetching
449           multiuser proxy server for the Citadel protocol.
450
451 1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
452         * Makefile.in: remove support.o from serv_chat.so, add -fPIC to compile
453           flags for serv_chat.o
454         * dynloader.c: include "sysdep_decls.h", use RTLD_NOW not RTLD_LAZY
455         * dynloader.h: prototype CtdlRegisterHook()
456         * .cvsignore: added data
457
458 Mon Sep 14 20:49:08 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
459         * Tried my hand at adding the ability for server extensions to
460           register various types of "hooks" in addition to just adding
461           server commands.  This is probably not final.
462
463 Tue Sep  8 12:11:56 EDT 1998 Brian Costello <btx@calyx.net>
464         * Added support for dynamic server modules.  Reworked serv_chat.c
465           to be such a module.
466
467 Tue Sep  1 23:09:50 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
468         * userpurge.c: rewrote using functions from the server core, rather
469           than the now-defunct external API.  This'll be ready once the module
470           loading code is done.  (I just had to commit _something_ tonight.)
471
472 Mon Aug 31 22:47:58 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
473         * Yanked the citadelapi.c module.  This wasn't working out well.
474         * techdocs/citadelapi.txt - began documenting the new API to be used
475           by modules which will be dynamic linked into the server - most of
476           this API is existing server functions.
477         * Added a ForEachUser() function with callback mechanism, and reworked
478           cmd_list() to use it.
479
480 Sun Aug 30 21:52:43 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
481         * Moved all of the gdbm databases to a separate "data" directory.
482
483 1998-08-26 Nathan Bryant <bryant@cs.usm.maine.edu>
484         * Makefile.in: realclean removes Makefile, fixed `touch citadel.h'
485           problem
486
487 1998-08-25 Nathan Bryant <bryant@cs.usm.maine.edu>
488         * room_ops.c: include time.h
489         * userlist.c, whobbs.c, serv_chat.c, user_ops.c, sysdep.c, stats.c,
490           citadel_decls.h, commands.c, messages.h, routines.h, routines2.h:
491           remove duplicated declarations
492
493 Mon Aug 24 23:45:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
494         * setup.c: Removed yesno_s()
495         * citadel.h, room_ops.c: added QRmtime field to struct quickroom,
496           modified whenever a room is modified or posted in.
497         * citadelapi.c: Added CtdlForEachRoom() function
498
499 Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
500         * Makefile.in: new target `cleaner' does the same as `realclean' 
501           without removing sysdep.h
502         * proto.h: is bad. eliminate. I've moved the prototypes into several
503           header files, one per .c file
504
505 Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
506         * Added a CtdlGotoRoom() function to the CitadelAPI.
507  
508 Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
509         * sysoputil is finally dead!  Removed it from the build.
510         * Added userpurge.c server extension (initial implementation)
511
512 Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
513         * Makefile.in: `clean' target no longer rm's sysdep.h; new target
514           `realclean' removes everything clean does, plus sysdep.h, plus
515           target binaries.
516         * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
517         * *.[ch]: protoized. Added several new header files containing
518           prototypes and other external declarations; many duplicated
519           declarations still should be moved to header files. proto.h must die
520           as well, IMHO.
521
522 Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
523         * Implemented a bunch of user account related functions in the
524           CitadelAPI library.
525
526 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
527         * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
528           overrun in getuser() (thanks, Nathan).  Implemented overrun checks
529           in getuser(), getroom(), and getfloor() to prevent future problems.
530
531 Mon Aug 17 00:06:52 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
532         * Updated citmail.c with the latest stuff from the production system.
533         * Implemented AGUP and ASUP commands, but AGUP crashes the server
534           after its first successful use (user-not-found's don't affect it).
535
536 Thu Aug  6 19:25:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
537         * Got the CitadelAPI library to the point where the server can start
538           up an extension, and the extension will connect to the server, do
539           some initialization, call a user-supplied CtdlMain(), and exit.  Also
540           hacked together a _temporary_ form of the new EXTN server command.
541  
542 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
543         * Second attempt at getting the server API started.  Now it runs
544           outside of the server and builds a connection.
545
546 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
547         * Modified the appearance of Internet addresses when they arrive on
548           a Citadel system.
549         * Removed the <E> field from the message format writeup in hack.txt.
550         * Fixed-up citmail.c so that it doesn't try to do database lookups.
551
552 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
553         * Started developing the server-side API.  This is in its very
554           initial stages.  See serverapi.c and techdoc/api.txt
555
556 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
557         * Makefile.in: added config_decls.h to dependencies
558
559 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
560         * config_defs.h: renamed to config_decls.h
561         * config.c, sysoputil.c: updated to reflect the above
562
563 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
564         * config_defs.h: new file, contains external declarations from config.c
565         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
566           for bbs_home_directory
567         * mailinglist.c, support.c: include <string.h>
568         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
569           duplicated defs, replace gets() call with fgets()
570         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
571
572 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
573         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
574
575 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
576         * ChangeLog: reordered; the GNU standard is to add new entries to the
577           top.
578         * .cvsignore: added userlist
579
580 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
581         * Finished migrating everything to the new data store.
582         * Replaced the binary "calllog" with the ASCII "citadel.log"
583         * Began converting broken utilities that depend on the old data store
584
585 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
586         * Makefile.in: removed msgstats
587
588 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
589         * Initial CVS import