]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Updated some of the docs. Bumped version number to 5.80 in anticipation
[citadel.git] / citadel / ChangeLog
index 8ee274f9b99214aeccb03cdc3456dcea2f9ce576..92cdddd55b39e5fe7eee7ebba54007a7d319fa41 100644 (file)
@@ -1,10 +1,96 @@
  $Log$
- Revision 573.96  2001/02/21 05:44:44  ajc
- * Wrote the "citlogin" wrapper, so Citadel client can run directly without
-   having to login as bbs first.
+ 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.95  2001/02/21 05:15:41  ajc
- * Repaired buggy "ALL" macro in IMAP FETCH.
+ 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.
+
+ Revision 573.116  2001/03/13 17:19:33  ajc
+ * support (BODY[HEADER.FIELDS(BLAH BLAH BLAH)]) and HEADER.FIELDS.NOT
+
+ Revision 573.115  2001/03/12 01:27:42  ajc
+ * Implemented SUBSCRIBE and UNSUBSCRIBE commands
+
+ Revision 573.114  2001/03/11 23:00:29  ajc
+ * Mega sexy hack to deliver express messages THROUGH IMAP!  uber coolness!!
+
+ Revision 573.113  2001/03/11 22:09:20  ajc
+ * Replaced the "citlogin" binary wrapper with the "loginwrapper.sh" script.
+
+ Revision 573.112  2001/03/11 20:06:53  ajc
+ * Fixed bug that created incorrect roomnames when sending pages
+
+ Revision 573.111  2001/03/11 19:23:32  ajc
+ * IMAP DELETE command ... also split up access control for room delete cmds
+
+ Revision 573.110  2001/03/10 17:29:07  ajc
+ * Implement proper access control for deleting messages from IMAP
+
+ Revision 573.109  2001/03/07 04:02:27  ajc
+ * Fixed some small IMAP bugs
+
+ Revision 573.108  2001/03/06 04:44:00  ajc
+ * Probable completion of STATUS, COPY, STORE, and EXPUNGE commands in IMAP
+
+ Revision 573.107  2001/03/06 03:31:58  nbryant
+ database-related cleanups and paranoia tests;
+ fixed a transaction-leak/deadlock problem in cdb_delete;
+ solved the SIGPIPE mystery (GDB stops on SIGPIPE is all it was)
+
+ Revision 573.106  2001/03/05 04:59:31  ajc
+ * IMAP COPY
+
+ Revision 573.105  2001/03/04 23:49:41  ajc
+ * IMAP EXPUNGE responses -should- be correct now
 
  Revision 573.94  2001/02/20 00:02:56  ajc
  * IMAP: implemented the STATUS command (sort of).