]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* sysdep.c: start the housekeeping thread *after* dropping root perms.
[citadel.git] / citadel / ChangeLog
index d7a4f794b3837c52962397f85a8e74526c11e196..e9632283989abcd58acff9c7692d95f4fddb5c40 100644 (file)
@@ -1,4 +1,25 @@
 $Log$
+Revision 1.439  2000/01/12 03:56:27  ajc
+* sysdep.c: start the housekeeping thread *after* dropping root perms.
+
+Revision 1.438  2000/01/09 19:03:16  ajc
+* Removed the fifo-based protocol downloads and replaced it with a less
+  elegant "download temporary file to client, then sx/sb/sz" because
+  downloading through a fifo was confusing some software.
+
+Revision 1.437  2000/01/08 22:19:44  ajc
+* Completed spool to outbound delivery queue (still no queue sender implemented)
+
+Revision 1.436  2000/01/08 05:00:09  ajc
+* Reworked some of the data structures to handle multiple recipients
+* Began implementation of the delivery queue
+* Added CtdlReallocUserData()
+* CtdlSaveMsg() now returns the local message ID in the database
+
+Revision 1.435  2000/01/06 03:50:34  ajc
+* Replaced citmail.c with a new one that simply SMTP-forwards to Citadel
+* Started outbound SMTP queue work
+
 Revision 1.434  1999/12/30 04:56:29  ajc
 * Got initial SMTP delivery working in a very specific situation (delivery
   to a single, local user)
@@ -1514,3 +1535,4 @@ 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 
+