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