]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Compress VISIT records using zlib if available. This reduces the object
[citadel.git] / citadel / ChangeLog
index e3bf61fa328a0cdee4fec114fe98a38a9491d2d2..414221c77ba24aa98195f79d48e2809bf2c7fc87 100644 (file)
@@ -1,4 +1,65 @@
  $Log$
+ Revision 591.86  2002/08/12 00:09:05  ajc
+ * Compress VISIT records using zlib if available.  This reduces the object
+   size from over 4k to about 70 bytes.  Experimental.
+ * Automatically uncompress database records found to be compressed (duh)
+
+ Revision 591.85  2002/08/08 22:01:35  ajc
+ * autoconf to look for zlib (for an upcoming experiment)
+
+ Revision 591.84  2002/08/08 03:25:56  ajc
+ * Bugfix for above
+ * Started writing some infrastructure for sub/unsub
+
+ Revision 591.83  2002/08/08 02:49:12  ajc
+ * serv_network.c: retain unknown commands in netconfigs and write them back
+ * techdoc/netconfigs.txt: specify commands for subscribe/unsubscribe pending
+ * serv_listsub.c: added (currently a stub)
+
+ Revision 591.82  2002/08/06 03:12:14  ajc
+ * Fixed and clarified "new mail has arrived" messages.
+
+ Revision 591.81  2002/08/06 03:02:29  ajc
+ * ;AE command -- Make it clearer which floor the user is editing
+
+ Revision 591.80  2002/08/06 02:58:01  ajc
+ * Cleaned up the output of digest mode.  It's usable now, but the self-service
+   subscribe/unsubscribe functions are not there yet.
+
+ Revision 591.79  2002/08/05 14:38:11  ajc
+ * rooms.c: corrected a typo reported by Campagnolo (Mike Poulin)
+
+ Revision 591.78  2002/08/03 19:48:40  ajc
+ * NULLify 'roomrec' before attempting partial match in <G>oto
+   (fixes heap corruption when this command is executed)
+
+ Revision 591.77  2002/08/03 04:13:46  ajc
+ * citadel_ipc.c: Attempted to clean up memory allocation
+
+ Revision 591.76  2002/08/01 05:41:53  ajc
+ * Completion of (most of) digest mode.  Still needs some polish.
+
+ Revision 591.75  2002/07/31 04:01:57  ajc
+ * Began implementing "digest mode" for listserving.  (Not complete)
+
+ Revision 591.74  2002/07/28 20:33:13  ajc
+ * Augmented the "headers only" functionality of the message reading API (as
+   well as the options of the server commands which expose it) to allow
+   headers+body, headers only, or body only.
+ * Adjusted message output of IMAP command FETCH BODY[1] when message is in
+   legacy Citadel format.  This fixes a bug exposed by SquirrelMail.
+
+ Revision 591.73  2002/07/23 04:00:06  ajc
+ * Completed the MSGP and MSG4 commands to set the client's preferred MIME
+   content types, and fetch messages with MIME content types.
+
+ Revision 591.72  2002/07/21 22:29:46  ajc
+ * Added in some infrastructure to switch the client's message reading from
+   conventional MSG0 to a MIME-download type thing, like WebCit does.
+
+ Revision 591.71  2002/07/21 15:45:07  error
+ * Remove duplicate call for server time in who_is_online(); IPC does this now
+
  Revision 591.70  2002/07/21 15:43:57  error
  * citadel_ipc.c: Fix for segfault on empty messages