]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
fix all the <time.h> vs. <sys/time.h> issues, hopefully
[citadel.git] / citadel / ChangeLog
index 768845b986d9a21b6ee9d0c8c1466d8303c6175f..55644cbad47a68375e070b9e33b05506747884a5 100644 (file)
@@ -1,4 +1,79 @@
  $Log$
+ Revision 573.138  2001/06/17 19:42:23  nbryant
+ fix all the <time.h> vs. <sys/time.h> issues, hopefully
+
+ Revision 573.137  2001/06/07 03:28:37  ajc
+ * More tweaks to the MIME parser
+
+ Revision 573.136  2001/06/06 15:44:37  ajc
+ * msgbase.c: output extra newline at end of RFC822 message if necessary to
+   ensure that 000 termination string appears on a line by itself.
+
+ Revision 573.135  2001/06/06 04:22:25  ajc
+ * Moved memreadline() to tools.c
+ * internet_addressing.c: fixed conversion of fields to (hopefully) never get
+   into an active loop when encountering badly formed headers
+
+ Revision 573.134  2001/05/27 05:23:03  ajc
+ * Added a "no new messages" response in the client, displayed when a read
+   command turns up a zero message count.
+
+ Revision 573.133  2001/05/18 20:12:09  ajc
+ * Fixed bug in mime_parser.c that caused parts to be dropped when the last
+   boundary was the very last line of the message.
+ * serv_smtp.c: toned down some of the command response verbage.
+
+ Revision 573.132  2001/04/28 04:42:55  ajc
+ * Updated some of the docs.  Bumped version number to 5.80 in anticipation
+   of going into a release cycle soon.
+
+ Revision 573.130  2001/04/26 03:31:00  ajc
+ * Finished the implementation of per-message seen/unseen logic, both in the
+   server proper and in IMAP.  Citadel protocol uses new "seen" command.
+
+ Revision 573.129  2001/04/21 04:55:51  ajc
+ * Began implementation of per-message seen/unseen attribute
+
+ Revision 573.128  2001/04/20 03:39:54  ajc
+ * IMAP LIST/LSUB: made it case insensitive.  Also minor IMAP code cleanup.
+
+ Revision 573.127  2001/04/17 00:35:19  cough
+ * Modified rooms.c in the client so that it would allow inviting into
+   public rooms.  This is important since there is now a V_LOCKOUT
+   flag which prevents users who have been kicked from rejoining
+   a room unless/until you invite them back in.
+
+ Revision 573.126  2001/04/16 19:21:14  cough
+ * Fixed bug in room_ops.c that wasn't allowing aides to goto passworded
+   rooms without knowing the password.
+
+ Revision 573.125  2001/04/14 04:26:44  ajc
+ * Fixed an unterminated string bug in IMAP APPEND.  Storing messages should
+   work now.
+
+ Revision 573.124  2001/04/10 01:04:10  ajc
+ * Finished coding IMAP APPEND.  It works, but there's a bug in it somewhere
+   that is corrupting the memory.
+
+ Revision 573.123  2001/04/03 00:47:23  ajc
+ * Began implementing IMAP APPEND
+
+ Revision 573.122  2001/04/01 22:05:44  cough
+ * *Actually* fixed a botched ChangeLog entry.
+
+ Revision 573.121  2001/04/01 22:04:28  cough
+ * Fixed a botched ChangeLog entry.
+
+ Revision 573.120  2001/04/01 22:03:10  cough
+ * Changed two fclose()s to pclose()s.
+
+ Revision 573.119  2001/03/25 11:52:36  error
+ * serv_pop3.c: Fixed APOP. Now logs in properly. Also cleaned up some non-
+   RFC-compliant error messages.
+
+ Revision 573.118  2001/03/21 05:47:49  ajc
+ * Added the new IMAP mailbox string compare submitted by Daniel Malament.
+
  Revision 573.117  2001/03/20 01:33:55  ajc
  * Added the (\NoInferiors) tag to all rooms listed in IMAP.  This made Mozilla
    behave very nicely.
@@ -2466,3 +2541,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
+