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