]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* MSG4 (and CtdlOutputMsg() as well) now accepts an optional MIME part
[citadel.git] / citadel / ChangeLog
index 8391831d2b7c7f1be325c7adf3542df17300e86c..e1afd2ed737fafcdc9c92d94c3d725c516608c0d 100644 (file)
@@ -1,3 +1,60 @@
+Fri Oct 21 15:12:45 EDT 2005 ajc
+* MSG4 (and CtdlOutputMsg() as well) now accepts an optional MIME part
+  specifier, allowing the client to fetch an encapsulated message
+  attached as message/rfc822 instead of the top-level message.
+
+Thu Oct 20 17:55:12 EDT 2005 ajc
+* ft_wordbreaker.c: added a list of "noise words" to ignore.  This is
+  admittedly EN/US specific, so if anyone wants to contribute noise words
+  for other languages...
+
+Wed Oct 19 22:55:19 EDT 2005 ajc
+* serv_calendar.c: registered a fixed output hook for text/calendar.
+
+Wed Oct 19 13:30:16 EDT 2005 ajc
+* New type of server hook: CtdlRegisterFixedOutputHook().  This is for
+  extending the fixed_output() function for arbitrary new MIME types.  The
+  usefulness of this for end users is limited, since no clients use MSG0
+  anymore.  The real purpose of converting various MIME types to text is to
+  make them visible to the full text indexer.
+* serv_vcard.c: registered a fixed output hook for text/x-vcard.
+
+Tue Oct 18 22:46:41 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* msgbase.c, messages.c, html.c: conversion of HTML to plain text now accepts
+  a maximum source length.  MSG0 output of multipart messages was running
+  right past the end of the HTML and into, for example, a subsequent base64
+  encoded attachment, which was then output -- or worse, indexed.
+* Since everyone's fulltext indices probably contain a lot of base64 junk, the
+  FT_WORDBREAKER_ID has been bumped.  This will force an index rebuild on any
+  sites that are upgraded.
+
+Tue Oct 18 13:11:38 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* serv_fulltext.c: index records are now cached in memory.  This
+  significantly speeds up indexing of an existing message base.  We
+  flush the cache to disk when finished.
+
+Mon Oct 17 22:10:57 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* Easy Install now uses db-4.3.29
+
+Mon Oct 17 10:59:55 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* THIS IS 6.60
+
+Sun Oct 16 00:23:19 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* msgbase.c: alias() now handles addresses such as 
+  Display Name <user@host.org>
+  ...when user@host.org resolves to a user on the local Citadel server
+  or network, without trying to loop out and back in again via SMTP.
+
+Sun Oct 16 00:11:16 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* Handle email addresses with commas inside quotes, such as
+  "Cancro, Art" <ajc@uncensored.citadel.org>
+  ...without thinking that the comma is a separator between addresses
+
+Thu Oct 13 00:02:23 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* citadel.c: don't crash when <.R>ead <U>serlist results in an empty
+  list.  The ClientIPC API returns NULL if the search returned no results,
+  which we have to handle.  This resolves Bugzilla issue #154.
+
 Wed Oct 12 23:30:18 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
 * newinstall.sh: once again, prefer wget over curl.  At least one user
   reported a problem where the -O option to curl was not available.  Also
@@ -152,7 +209,7 @@ Revision 655.2  2005/09/15 03:31:09  ajc
   fn, n, and all email fields in the vCards in user's Contacts room.
 
 Revision 655.1  2005/09/14 03:48:32  ajc
-* Bumped internal version number to 5.66
+* Bumped internal version number to 6.56
 * Checked in an initial but incomplete version of the AUTO command
   (to be used for address autocompletion)
 
@@ -818,7 +875,7 @@ date: 2005/05/23 19:31:52;  author: ajc;  state: Exp;  lines: +5 -1
  * database_cleanup.sh: add more warnings about how dangerous this tool is
 
  Revision 641.5  2005/02/26 16:27:54  ajc
- * setup.c: added "hula" to the list of non-Citadel MTA's which can be
+ * setup.c: added more items to the list of non-Citadel MTA's which can be
    disabled during setup.
 
  Revision 641.4  2005/02/25 17:59:12  ajc