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