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