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