]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* The groupware folders "Calendar", "Contacts", "Notes", and "Tasks" are
[citadel.git] / citadel / ChangeLog
index f3af3928008dc5636ad5605184a7f80a9d751166..3a001a0ce75334a242f9cf0411c4a7f1a32c4d1e 100644 (file)
@@ -1,4 +1,110 @@
  $Log$
+ Revision 614.26  2004/02/11 03:50:49  ajc
+ * The groupware folders "Calendar", "Contacts", "Notes", and "Tasks" are
+   now presented as subfolders of INBOX when using IMAP.  This is for the
+   purpose of Kolab compatibility.
+
+ Revision 614.25  2004/02/09 22:40:57  error
+ * oops...also close the client on EOF/error on tty OUTPUT
+
+ Revision 614.24  2004/02/09 22:26:17  error
+ * Exit the citadel client when EOF reached on input - should prevent
+   a process from hanging around when a telnet connection dies unexpectedly
+
+ Revision 614.23  2004/02/08 05:29:34  ajc
+ * Corrected various small syntax conversion problems that were keeping
+   some vCards out of the LDAP directory.
+
+ Revision 614.22  2004/02/07 05:28:10  ajc
+ * Automatically purge files from ./network/spoolout which were intended
+   for nodes which no longer exist
+
+ Revision 614.21  2004/02/07 04:59:21  ajc
+ * Cache the IGnet config in memory, avoiding a db fetch for every single
+   operation which references it.  Invalidate the cache when a new config
+   is uploaded.
+ * When doing network spool for a room, automatically remove shares for
+   Citadel nodes which no longer exist.
+
+ Revision 614.20  2004/02/07 04:22:12  ajc
+ * serv_network.c: fixed a problem with an uninitialized data structure
+
+ Revision 614.19  2004/02/06 04:40:50  ajc
+ * Suppress posting of messages to Aide> when the loopzapper catches dupes.
+ * New command NSYN to sync the entire contents of a room to a specified
+   network node.  This will be used to bring new nodes in sync with existing
+   nodes.
+
+ Revision 614.18  2004/02/06 03:58:10  ajc
+ * Added some comments to the sample citadel-slapd.conf
+
+ Revision 614.17  2004/02/06 03:52:46  ajc
+ * Changed the domain name and password in the sample slapd.conf
+
+ Revision 614.16  2004/02/05 05:20:20  ajc
+ * Delete a user's LDAP entry when deleting the vCard.  NOT TESTED.
+
+ Revision 614.15  2004/02/05 03:54:14  ajc
+ * Completed the per-user initialization of LDAP entries.
+
+ Revision 614.14  2004/02/04 18:27:25  error
+ * Don't delete temp file when composing message until after server writes
+   it successfully (or an error occurs in the client itself).
+
+ Revision 614.13  2004/02/04 04:07:56  ajc
+ * More work on LDAP connector
+
+ Revision 614.12  2004/02/01 06:19:22  ajc
+ * policy.c: fix bug in GetExpirePolicy() that was causing the default
+   mailbox purge policy to be misinterpreted if it was set to "use
+   system default"
+ * serv_vcard.c: always set the Global Address Book room's expire policy
+   to "never expire" and its default view to "address book"
+
+ Revision 614.11  2004/01/31 05:44:29  ajc
+ *** empty log message ***
+
+ Revision 614.10  2004/01/27 19:56:29  ajc
+ * serv_smtp.c: HELO and EHLO responses now reply with the detected
+   IP address and reverse DNS lookup of the connecting host
+
+ Revision 614.9  2004/01/24 05:47:50  ajc
+ * Got Citadel talking to LDAP.  Still requires manual creation of schema
+   and container entries, which I don't like; we'll have to fix that.  It
+   also does not yet populate all fields.
+
+ Revision 614.8  2004/01/19 21:01:15  error
+ * Clear out the autom4te.cache when bootstrapping to avoid autoheader problems
+
+ Revision 614.7  2004/01/19 04:44:11  ajc
+ * Further work on creating LDAP entries.
+
+ Revision 614.6  2004/01/18 21:04:40  ajc
+ * Reworked vCard etc. functions for addition of new vCard data to LDAP
+
+ Revision 614.5  2004/01/17 22:57:54  ajc
+ * Added "Base DN" "Bind DN" and "Bind DN password" config options
+ * serv_ldap.c: added.  (New module implementing the LDAP Connector)
+ * Upon startup, connect to LDAP directory and bind to it.  Unbind at exit.
+
+ Revision 614.4  2004/01/17 04:23:28  ajc
+ * Sysconfig commands for specifying where the LDAP server lives
+
+ Revision 614.3  2004/01/17 03:26:17  ajc
+ * Changed a diagnostic in msgbase.c to a higher logging level so it doesn't
+   make as much noise.
+ * Setup now adds "-x3 -llocal4" to the default inittab line.
+
+ Revision 614.2  2004/01/17 03:17:34  ajc
+ * New server command-line option "-l" to send log output to the host
+   computer's syslog facility instead of to a trace file.
+
+ Revision 614.1  2004/01/02 22:13:59  ajc
+ * Link to OpenLDAP client library (-lldap) and set HAVE_LDAP if present.
+
+ Revision 614.0  2003/12/30 04:13:40  ajc
+ * THIS IS 6.14
+
  Revision 613.12  2003/12/30 04:13:31  ajc
  * Commented out one of the supplied .RU commands in citadel.rc