]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Applied a patch sent in by Wilfried Goesgens which allows the various
[citadel.git] / citadel / ChangeLog
index a3dd79835a4313bc5246530a686d654f77a32d68..9e46404244581aab4e5417e555c84b3c7809c22c 100644 (file)
@@ -1,4 +1,74 @@
 $Log$
+Revision 653.9  2005/07/26 02:49:25  ajc
+* Applied a patch sent in by Wilfried Goesgens which allows the various
+  program and data directories to be set to any location on the host
+  system.  This will allow packagers to do FSSTND-type configurations.
+
+Revision 653.8  2005/07/25 17:37:36  ajc
+* citadel_ipc.c: when performing a MSG4 command, don't return the
+  charset as part of the content-type string.
+
+Revision 653.7  2005/07/21 17:20:55  ajc
+* <.R>ead <U>ser-list now takes advantage of the server-side string match
+  if available.  It still filters on the client side as well, in case the
+  server is older and sent back the whole list.
+
+Revision 653.6  2005/07/21 15:02:27  ajc
+* Server-side LIST command now accepts a search string.
+
+Revision 653.5  2005/07/19 20:04:31  ajc
+* MSG4 command now outputs content type *and* charset
+
+Revision 653.4  2005/07/19 17:30:13  ajc
+* Fixed a bug in the MIME parser that was causing it to prematurely go
+  out of scope when binary parts are included.  (8-bit MIME is not yet
+  explicitly supported in the Citadel server, but WebCit uses this to
+  handle data coming in via the POST method.)
+
+Revision 653.3  2005/07/19 14:21:51  ajc
+* mime_parser.c: don't default to Content-type: text/plain; charset=us-ascii
+  because there are places where those fields actually need to be empty (in
+  WebCit, actually, but I don't want to fork the mime parser).
+
+Revision 653.2  2005/07/19 04:10:01  ajc
+* Updated the MIME parser API to include the "charset" portion of
+  the content type.
+
+Revision 653.1  2005/07/09 11:30:18  ajc
+* Removed trailing space at the end of the list of messages returned by
+  an IMAP SEARCH command.
+
+Revision 653.0  2005/07/06 21:41:52  ajc
+* THIS IS 6.53
+
+Revision 652.1  2005/07/06 21:41:17  ajc
+* Fixed bug #149 (incorrect sequence set optimization, resulting in
+  messages being marked as read/unread incorrectly during IMAP sessions)
+
+Revision 652.0  2005/07/06 02:28:38  ajc
+* THIS IS 6.52
+
+Revision 651.8  2005/07/06 02:28:20  ajc
+* citadel.lsm: removed.  Nobody uses the Linux Software Map anymore.
+* Updated internal version number to 6.52
+
+Revision 651.7  2005/07/06 01:53:34  ajc
+* imap_fetch.c: additional self-check to avoid attempting to fetch messages
+  with UID's lower than 1.  Hopefully this fixes bug #150.
+
+Revision 651.6  2005/07/01 22:07:27  ajc
+* CtdlSetSeen() -- when new vset overflows its size, trim it in such a way
+  so that it doesn't mark the oldest messages as new.
+
+Revision 651.5  2005/06/28 02:58:19  ajc
+* docs update
+
+Revision 651.4  2005/06/26 22:19:20  ajc
+* auth.c: applied fleeb's patch to validpw() to clean up FreeBSD compatibility
+
+Revision 651.3  2005/06/22 03:45:17  ajc
+* Documented the auto-log-cull as it relates to backup strategies
+
 Revision 651.2  2005/06/22 03:03:34  ajc
 * Automatic deletion of committed database logs is now a site-definable
   setting.