]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Changed a lot of strncpy() calls to safestrncpy() and replaced most of their
[citadel.git] / citadel / ChangeLog
index 767e323d71c8d51aaffa718140e592045921df5e..18a4babd3d97581efcb2e1d5ec9297a860a3217b 100644 (file)
@@ -1,4 +1,34 @@
 $Log$
+Revision 1.394  1999/10/26 03:21:16  ajc
+* Changed a lot of strncpy() calls to safestrncpy() and replaced most of their
+  hardcoded size arguments with 'sizeof' based arguments.
+* Moved the CitContext destruction into the housekeeper thread and out of the
+  thread being cancelled.  Didn't fix it, though (to see what happens, link
+  the server against ElectricFence and watch what happens when a session ends).
+
+Revision 1.393  1999/10/24 19:22:51  nbryant
+       * Makefile.in, configure.in: added --enable-icq flag; made checks for
+         authentication libraries more intelligent.
+
+Revision 1.392  1999/10/23 03:39:12  ajc
+* Finished moving vCard functionality to the new message base functions.
+
+Revision 1.391  1999/10/21 00:50:14  ajc
+* Finished up the flags and replication checks in CtdlSaveMsgPointerInRoom().
+
+Revision 1.390  1999/10/20 16:46:27  ajc
+* More code shuffle.  Added some flags to CtdlSaveMessagePointerInRoom() and
+  enabled the MOVE command to also do a "copy" operation (actually just
+  creates a second link and bumps the ref count).  Implemented "<C>opy" in
+  the client.
+
+Revision 1.389  1999/10/20 16:07:48  ajc
+* Wholist fixes for users who are in chat mode
+
+Revision 1.388  1999/10/20 03:42:29  ajc
+* In the wholist, only show <private room> if the user viewing the list
+  doesn't know that room.  Otherwise show the name.
+
 Revision 1.387  1999/10/20 02:59:22  ajc
 * Code reorganization.  Making it easier to move/copy messages without
   duplicating existing code.
@@ -1324,4 +1354,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
-