* Silently refuse to add directory entries for Internet addresses already
[citadel.git] / citadel / ChangeLog
index 227db862de45c8ca85b902f1139d566b7ba08269..984535f5f2789d9ab2743b42db435d5829e498d8 100644 (file)
@@ -1,4 +1,92 @@
  $Log$
+ Revision 590.102  2002/02/07 04:42:49  ajc
+ * Silently refuse to add directory entries for Internet addresses already
+   belonging to other users.
+ * cdb_trunc() for CtdlDirectoryInit: implemented for GDBM, stubbed for DB
+
+ Revision 590.101  2002/02/05 05:05:53  ajc
+ * Don't crash when posting if the user doesn't have an Internet directory address
+
+ Revision 590.100  2002/02/03 15:29:03  error
+ * fixed a silly oversight in serv_crypto.c when removing the ETLS command
+
+ Revision 590.99  2002/02/03 15:21:48  error
+ * Remove the ETLS command, it is no longer needed
+
+ Revision 590.98  2002/02/02 21:44:04  ajc
+ * If a user has at least one valid Internet directory address, stamp it onto
+   any outgoing messages.
+
+ Revision 590.97  2002/02/01 05:11:26  ajc
+ * Added a QDIR protocol command to do quick-and-dirty queries of the directory
+ * In the client, check the directory for conflicts when selecting email addr.
+
+ Revision 590.96  2002/01/31 05:13:44  ajc
+ * When deleting a vCard from the Global Address Book room, remove the
+   corresponding address in the directory.  (Not tested.)
+
+ Revision 590.95  2002/01/30 19:03:41  ajc
+ * Added a new DeleteFunctionHook type of thing.  These get called when a
+   message is being deleted from a room.
+ * When deleting messages from a room, do the AdjRefCount() calls (and now,
+   the PerformDeleteHooks() calls) in a second pass.  This keeps that stuff
+   outside of the S_QUICKROOM critical section.
+
+ Revision 590.94  2002/01/27 06:39:45  error
+ * file_ops.c: fixed bug in cmd_read() which could cause server to report
+   the wrong number of bytes for the client to download
+
+ Revision 590.93  2002/01/26 21:33:38  ajc
+ * More internet addressing and global directory stuff.  I think it's all working now
+   except for the purging of old entries.
+
+ Revision 590.92  2002/01/26 11:02:37  error
+ * citadel.spec cleaned up
+
+ Revision 590.91  2002/01/26 09:23:40  error
+ * setup now has a silent running mode (-q option) where it silently sets
+   defaults for everything.  This is intended for use in scripts such as
+   the RPM packages, eliminating a step from the installation process.
+
+ Revision 590.90  2002/01/26 09:19:16  error
+ * citadel.spec has been completely overhauled, we can make RPMs now!
+
+ Revision 590.89  2002/01/26 04:59:57  ajc
+ * smtp FROM command now validates sender using the validate_recipients() loop
+   (yeah, it's good for that too) making it directory-aware
+
+ Revision 590.88  2002/01/26 04:01:10  error
+ * Formatter now uses more of the available screen width
+
+ Revision 590.87  2002/01/26 03:57:30  error
+ * Revised status_line() display, it's much more compact now
+
+ Revision 590.86  2002/01/26 03:50:26  error
+ * Better error reporting in connection_died(), kills curses before printing
+   error message, prints last errno.
+
+ Revision 590.85  2002/01/25 05:19:03  ajc
+ * Greatly simplified the logic for validating recipient addresses for incoming
+   SMTP.  This logic destroys the whitespace mangling for local names; I will
+   fix this tomorrow.
+
+ Revision 590.84  2002/01/25 04:36:35  ajc
+ * fixz to allow incoming vCards in the address book to actually get processed
+
+ Revision 590.83  2002/01/24 06:52:54  error
+ * citadel_decls.h: fix unresolved extern errors
+
+ Revision 590.82  2002/01/23 05:04:05  ajc
+ * Add vCards from incoming network messages in the GAB to the directory.
+
+ Revision 590.81  2002/01/23 03:39:32  ajc
+ * Added a new hook type for handling incoming network messages
+ * Wrote a skeleton module for net filtering
+
+ Revision 590.80  2002/01/22 10:46:25  error
+ * read_message() and fmout() now accept a FILE to which to send their
+   output; this fixes quoting in the fullscreen client
+
  Revision 590.79  2002/01/20 08:03:43  error
  * curses client: use the status line as "input" line in chat mode
 
@@ -3212,3 +3300,4 @@ 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 
+