]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Numerous warning fixes and cleanups for compile on Linux for IBM S/390
[citadel.git] / citadel / ChangeLog
index 90d2f1b9c2af09f86a20ea54e78fa1cff112d480..e2c8e543fd339a802cc41c1a3b60c031363d434c 100644 (file)
@@ -1,4 +1,115 @@
  $Log$
+ Revision 601.28  2002/10/15 17:41:20  ajc
+ * Numerous warning fixes and cleanups for compile on Linux for IBM S/390
+ * Name temp files with source code location of who created them
+
+ Revision 601.27  2002/10/15 06:47:11  error
+ * IPC support for resumable downloads
+
+ Revision 601.26  2002/10/15 06:44:55  error
+ * configure.ac check for malloc.h header file (Mac OS X needs this)
+
+ Revision 601.25  2002/10/15 03:56:33  ajc
+ * Run without crashing on Berkeley DB 4.1  :)
+
+ Revision 601.24  2002/10/15 03:30:52  ajc
+ * Build ok on Berkeley DB 4.1
+
+ Revision 601.23  2002/10/14 08:27:40  error
+ * Mac OS X build fixes (everything but serv_imap now builds)
+
+ Revision 601.22  2002/10/08 09:44:52  error
+ * Build environment:  cvs ignore .diff/.patch files
+
+ Revision 601.21  2002/10/07 18:59:37  ajc
+ * Build fixes for Solaris box without OpenSSL installed
+
+ Revision 601.20  2002/10/07 09:40:49  error
+ * Don't try to compile non-existent client_crypto.c (oops!)
+
+ Revision 601.19  2002/10/06 18:46:30  error
+ * Move (nearly) all IPC-related code to citadel_ipc.[ch].
+
+ Revision 601.18  2002/10/05 04:48:29  ajc
+ * Change MAXSETUP from 4 to 3 (bug reported by mavherzog, fix suggested by IO)
+
+ Revision 601.17  2002/10/04 07:11:56  error
+ * Fix bootstrap for Red Hat 7.3
+
+ Revision 601.16  2002/10/02 04:07:27  error
+ * status_line() now shows "new mail" only when there is new mail
+
+ Revision 601.15  2002/10/01 04:00:13  ajc
+ * html.c: speed improvement in html-to-ascii converter
+ * messages.c: MASSIVE speed improvement in message output
+
+ Revision 601.14  2002/09/30 08:07:11  error
+ * ipcdef.h: add extern "C" for linking to C++ programs
+
+ Revision 601.13  2002/09/30 07:32:09  error
+ * ipcdef.h: remove prototype for connection_died(), it doesn't belong there
+
+ Revision 601.12  2002/09/30 07:20:35  error
+ * Fix configure mis-detecting libical and zlib and a missing semicolon in
+   tools.h
+
+ Revision 601.11  2002/09/29 04:55:13  error
+ * File and attachment downloads now use the new IPC code.
+ * Implemented high-speed pipelined file download in IPC code.
+
+ Revision 601.10  2002/09/29 04:41:43  error
+ * file_ops.c: cmd_read() now returns a short read at end-of-file instead of
+   4096, this prevents trailing garbage on the downloaded file; also it now
+   succeeds if the requested number of bytes is > 4096; it simply returns
+   only 4096 bytes.
+
+ Revision 601.9  2002/09/27 06:53:20  error
+ * Allow multiple simultaneous IPC connections.  All changes necessary for
+   the client to use the new code are necessarily included.
+
+ Revision 601.8  2002/09/22 02:48:04  ajc
+ * axdefs.h: add "Notes" view
+
+ Revision 601.7  2002/09/17 03:18:15  ajc
+ * Create the Calendar> and Tasks> rooms at login time, and set their default
+   views to calendar and tasklist views.  Renamed "My Calendar>" to "Calendar>"
+   to be in sync with the KDE groupware project.
+
+ Revision 601.6  2002/09/15 03:24:28  ajc
+ * Renamed decode_base64() to CtdlDecodeBase64()
+ * Renamed decode_quoted_printable() to CtdlDecodeQuotedPrintable()
+ * These changes are to avoid namespace conflict with libical
+
+ Revision 601.5  2002/09/13 15:41:39  ajc
+ * serv_calendar.c: #include "serv_calendar.h", not "serv_ical.h"
+
+ Revision 601.4  2002/09/11 03:17:18  ajc
+ * [EXPERIMENTAL] Link in the "libical" calendar library if present
+ * Rename serv_ical to serv_calendar (because the resulting module would be
+   named "libical" which conflicts with the external library by that name)
+
+ Revision 601.3  2002/09/10 08:07:38  error
+ * update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00* update citadel.spec for 6.00
+
+ Revision 601.2  2002/09/09 03:03:18  ajc
+ * When a user logs in, create the Mail> room if it doesn't exist.  (Should
+   never happen, but one site had a situation where this patch came in handy.)
+
+ Revision 601.1  2002/09/08 04:15:28  ajc
+ * Also fixed a bug in <.T>erminate <S>tay which caused the terminal to
+   become wacky on second and subsequent sessions.
+
+ Revision 601.0  2002/09/08 03:51:30  ajc
+ * Let's call this 6.01, shall we?
+
+ Revision 600.2  2002/09/08 03:48:48  ajc
+ * Fixed a crashy crashy bug in the AGUP protocol function in the client
+
+ Revision 600.1  2002/09/07 03:24:23  ajc
+ * When displaying messages using MSG4, enumerate the attachments on the
+   client side, because the server won't add their descriptions to the
+   message text.
+
  Revision 600.0  2002/09/04 03:06:58  ajc
  * Committing the current code base as version 6.00