]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* More internet addressing and global directory stuff. I think it's all working now
[citadel.git] / citadel / ChangeLog
index 353cd73d36fb1e2c6417256109177ab5433c55b1..5f1cf4d7e069d615cbfa31291d73f6a735359329 100644 (file)
@@ -1,4 +1,85 @@
  $Log$
+ 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
+
+ Revision 590.78  2002/01/20 07:43:07  error
+ * serv_chat.c: Server no longer crashes when CHATLOG can't be opened
+
+ Revision 590.77  2002/01/20 05:22:07  error
+ * curses client:  allow goodbye message to be seen on some terminals
+
+ Revision 590.76  2002/01/19 16:56:31  error
+ * Fixed color support, now works when rc_ansi_color is on or auto
+
+ Revision 590.75  2002/01/19 15:10:25  error
+ * Cosmetics for the client status line
+
+ Revision 590.74  2002/01/19 11:59:33  error
+ * A real status line for the text client
+
+ Revision 590.73  2002/01/19 10:08:43  error
+ * fix link for libcitserver.so to tools.o which I broke (oops!)
+
+ Revision 590.72  2002/01/19 09:59:08  error
+ * Full-screen curses support for Citadel text client
+
+ Revision 590.71  2002/01/17 20:11:05  nbryant
+ remove lock.c/lock.h; don't need them for what i was planning after all
+
+ Revision 590.70  2002/01/17 10:48:36  error
+ * cosmetic fixes in the new trace file functionality
+
  Revision 590.69  2002/01/17 10:32:14  error
  * lprintf() now logs the session ID for each log entry within a session.
    Also SMTP, IMAP, POP3 and Citadel protocol commands are differentiated.