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