]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Reworked some of the data structures to handle multiple recipients
[citadel.git] / citadel / ChangeLog
index 0e1528ecc705c18a8a486599909c82a6051628d2..5c2688f39e4c66af4c98f0ad98dd547eda5593aa 100644 (file)
@@ -1,4 +1,36 @@
 $Log$
+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)
+
+Revision 1.433  1999/12/29 04:44:00  ajc
+* client_chat.c: display "No message sent" if a send page is aborted.
+  Closes bug #2 in bugzilla.
+
+Revision 1.432  1999/12/26 21:50:07  ajc
+* serv_vcard: don't run hooks when not logged in (such as in SMTP sessions)
+* serv_pop3: added.  This is the skeleton for a module implementing POP3.
+
+Revision 1.431  1999/12/23 04:46:23  ajc
+* "Finished" initial hack of RFC822 import
+
+Revision 1.430  1999/12/22 04:46:34  ajc
+* Fixed up the "Date:" headers to be RFC822-compliant
+
+Revision 1.429  1999/12/13 05:30:57  ajc
+* Removed our naive 'conv_date()' RFC822-to-unixtime conversion function
+  and replaced it with the public domain 'parsedate()' function from UseNet
+
 Revision 1.428  1999/12/10 23:58:25  ajc
 * internet_addressing.c: added.  (Internet address to Citadel mapping)
 
@@ -1492,4 +1524,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 
-