]> 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 fdcd7ec8e113f2adf74834a3ddc80b73fa3c055d..e1afd2ed737fafcdc9c92d94c3d725c516608c0d 100644 (file)
@@ -1,3 +1,33 @@
+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
@@ -845,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