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