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