]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* axdefs.h: add "Notes" view
[citadel.git] / citadel / ChangeLog
index aa8cd95960e8ad43652aa09b6392eaf09aee8add..552bb63f6395c01da544587cf8daae4a45b582f6 100644 (file)
@@ -1,4 +1,158 @@
  $Log$
+ 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
+
+ Revision 591.109  2002/09/03 14:09:04  ajc
+ * setup.c: automatically stop/start services
+
+ Revision 591.108  2002/09/03 04:42:15  ajc
+ * Added MSG4 support to client-side IPC
+ * Moved HTML-to-text conversion to the client side
+
+ Revision 591.107  2002/09/02 20:40:34  ajc
+ * Automation work for setup
+
+ Revision 591.106  2002/08/31 04:36:26  ajc
+ * IMAP APPEND no longer forces messages to appear as from the logged-in user
+   when appending to a mailbox room.  (Allows migration to Citadel from some
+   other type of server without losing all the sender names.)
+
+ Revision 591.105  2002/08/31 04:12:39  ajc
+ * Set version number to 6.00 in documentation and header files.
+ * Convert RFC822 newlines (CRLF) to Unix/Citadel newlines (LF) when
+   performing an IMAP APPEND command.
+
+ Revision 591.104  2002/08/28 03:18:06  ajc
+ * Make reply_to and reply_subject global (otherwise they don't work!)
+
+ Revision 591.103  2002/08/27 04:01:03  ajc
+ * Added the ability to run an external command from the client when new mail
+   arrives.  (Ok, I admit it: I just discovered http://www.dailywav.com and I
+   just *had* to have Bear in the Big Blue House tell me I've got mail)
+
+ Revision 591.102  2002/08/26 02:55:09  ajc
+ * Small bugfix for memory bounds checking in the MIME parser
+
+ Revision 591.101  2002/08/25 21:23:49  ajc
+ * Hide the SMTP queue and the sysconfig rooms.
+
+ Revision 591.100  2002/08/24 05:58:53  ajc
+ * Bugfixes and cosmetic changes to listsub system
+
+ Revision 591.99  2002/08/23 03:36:52  ajc
+ * Finished all of the subscribe/unsubscribe/confirm stuff!
+
+ Revision 591.98  2002/08/23 02:30:02  ajc
+ * Delete unconfirmed pending subscribe/unsubscribe requests after three days
+ * Don't allow multiple subscriptions of the same address to a list
+
+ Revision 591.97  2002/08/22 03:55:11  ajc
+ * Fixed bug in above
+
+ Revision 591.96  2002/08/22 03:40:00  ajc
+ * Add "unsubscribe" command (but not yet "confirm unsubscribe")
+
+ Revision 591.95  2002/08/21 21:58:00  ajc
+ * Completed self-service list subscription via web.
+   (Still need to implement unsubscribe.)
+
+ Revision 591.94  2002/08/16 21:04:56  ajc
+ * Add LPRM command
+
+ Revision 591.93  2002/08/14 20:21:52  ajc
+ * Extend GETR/SETR to allow twiddling of bits in the QRflags2 bucket
+ * New flag and config options to allow/disallow self-service list subscription
+   and unsubscription to a room
+
+ Revision 591.92  2002/08/14 02:36:05  ajc
+ * WebCit list subscription integration
+
+ Revision 591.91  2002/08/13 18:48:46  ajc
+ * Generate and send subscription confirmation requests.
+   (Still need to finalize the URL format)
+
+ Revision 591.90  2002/08/13 17:19:11  ajc
+ * Added email capability to quickie_message()
+
+ Revision 591.89  2002/08/13 04:02:06  ajc
+ * <R>eplace string is now case sensitive
+
+ Revision 591.88  2002/08/13 03:46:31  ajc
+ * More work on the self-service subscribe/unsubscribe infrastructure
+
+ Revision 591.87  2002/08/12 03:00:20  ajc
+ * Fixed bug in <R>eplacestring which caused it to lock up in certain conditions
+
+ 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)
 
@@ -3858,4 +4012,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-