]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Properly handle all aliases specified in network/mail.aliases for incoming
[citadel.git] / citadel / ChangeLog
index 5a18bdae45a03bdf4f1e1e62c57e1a7f2a2d3297..e2728305c77d26285449eb0fac0151ff62af2c67 100644 (file)
@@ -1,4 +1,29 @@
 $Log$
+Revision 1.471  2000/02/26 18:30:40  ajc
+* Properly handle all aliases specified in network/mail.aliases for incoming
+  SMTP mail (uses the alias() function, so if we replace that function with
+  something that uses the same calling convention, it'll still work)
+
+Revision 1.470  2000/02/26 05:15:38  ajc
+* Fortified the message base and SMTP code so that misdirected bounce messages
+  end up in the Aide> room instead of getting dereferenced
+* Started writing a message reference count verifier ('fsck' for message base)
+
+Revision 1.469  2000/02/25 06:14:05  ajc
+* Modularized the RWHO (Read WHO is online) command, basically as a pilot
+  for modularizing all "non-API" functionality.
+
+Revision 1.468  2000/02/24 03:44:00  ajc
+* Implemented holdoff time (15 minutes) for SMTP send retry.
+* Implemented "try for 3 days and then give up" on SMTP send.
+
+Revision 1.467  2000/02/24 00:51:48  ajc
+* Client protocol synchronization check during exit from chat.
+  This closes Bug #15.
+
+Revision 1.466  2000/02/22 16:37:28  ajc
+* Minor tweaks to RFC822 output to keep brain-damanged MS Outlook from dying
+
 Revision 1.465  2000/02/22 04:17:56  ajc
 * Got bounce messages working (mostly ... testers, please beat this up!)
 * Changed 'FIX' comments to 'FIXME' (less conflict, plus vim highlights it!)