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