]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Added function CtdlGetDynamicSymbol() for dynamic symbol allocation
[citadel.git] / citadel / ChangeLog
index 5224394abb6163df7ac982e2f3282e317ffbcc5a..4c7189d7e43274bcd30928fbf4e87c1ca4404e77 100644 (file)
@@ -1,6 +1,36 @@
+Fri May 21 20:05:00 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Added function CtdlGetDynamicSymbol() for dynamic symbol allocation
+       * server.h: Changed discrete #define's to enum's where appropriate
+       * sysdep.c: Changed the startup message to give credit to the whole
+         development team :)  Also made the message more GNU-ish.
+
+Thu May 20 20:01:30 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * database.c: print log messages for file defragmentations
+       * citserver.c: implemented CtdlAllocUserData() and CtdlGetUserData()
+         for arbitrary per-session data storage (by modules etc.) without
+         having to add fields to struct CitContext
+       * msgbase.c: removed "desired_section" from struct CitContext and
+         implemented it using CtdlGetUserData() as a test.
+
+Wed May 19 19:30:28 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * commands.c, commands.h, routines.c: began color scheme changes
+
+1999-05-15 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * configure.in: Added untested support for BSDI 4.x.
+
+1999-05-13 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * acconfig.h, configure.in, routines.c: fix for certain SYSV variants
+         which lack utmp.ut_host
+       * citadel.h, file_ops.c, msgbase.c, netproc.c, serv_chat.c: fix
+         namespace collision with <sys/stream.h> on aforementioned SYSV
+         variant
+       * configure.in, getutline.c: check for paths.h
+       * configure.in, Makefile.in: check for -lsocket and -lnsl
+
 1999-05-11 Nathan Bryant <bryant@cs.usm.maine.edu>
        * chkpwd.c: fixed excessive paranoia; it used to refuse to run when
          invoked by root and BBSUID != 0
+       * Makefile.in: ignore errors while installing /etc/pam.d/citadel
 
 1999-04-27 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * file_ops.c: fixed NDOP to not crash the server if it has trouble
@@ -62,8 +92,8 @@ Thu Apr  8 22:51:28 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
          is checked for in config.c
 
 1999-04-08 Nathan Bryant <bryant@cs.usm.maine.edu>
-       * citserver.c: improved is_public_client(), also if a public_client only
-         supplies a numeric address, attempt to resolve it
+       * citserver.c: improved is_public_client(), also if a public_client
+         only supplies a numeric address, attempt to resolve it
        * locate_host.c: verify that the forward DNS matches the reverse
        * locate_host.c, locate_host.h: more general interface
        * configure.in, acconfig.h: fixes for Digital UNIX
@@ -73,8 +103,8 @@ Wed Apr  7 21:36:16 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1999-04-07 Nathan Bryant <bryant@cs.usm.maine.edu>
        * configure.in: updated help messages, OpenBSD support
-       * setup.c: if /etc/inittab doesn't exist, don't ask to create an entry
-         in it
+       * setup.c: if /etc/inittab doesn't exist, don't ask to create an
+         entry in it
        * server.h, sysdep.c: fix a potential deadlock/data corruption bug
        * room_ops.c: fixed the 'gdbm error: Illegal data' message when
          deleting a room which had never been posted to