]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Double the retry interval for SMTP deliveries after each failed attempt.
[citadel.git] / citadel / ChangeLog
index 30b10d0b1fde99767376afec31d50d1d316589d8..1bd4ba8336b9ab84dd598d7ac8f4060c3f6fb8ea 100644 (file)
@@ -1,4 +1,84 @@
  $Log$
+ Revision 571.6  2000/05/15 00:05:19  ajc
+ * Double the retry interval for SMTP deliveries after each failed attempt.
+
+ Revision 571.5  2000/05/11 03:08:47  ajc
+ * serv_smtp.c: clear the relevant state buffers after an SMTP DATA command
+   completes, allowing multiple messages in one session.  Closes bug #58.
+
+ Revision 571.4  2000/04/24 03:36:43  ajc
+ * Removed references to strucmp() and struncmp(), replaced them with
+   strcasecmp() and strncasecmp() as we did in the server a while ago, and
+   set up the config script to figure out whether they need to be compiled
+   in.  Also moved them to tools.h
+ * Wrote a password manager for the client
+
+ Revision 571.3  2000/04/19 03:17:10  ajc
+ * Don't ever expire the Local System Configuration> room
+
+ Revision 571.2  2000/04/16 19:03:47  ajc
+ * Minor changes to avoid host lookup for local clients
+
+ Revision 571.1  2000/04/15 19:55:52  ajc
+ * Fixed "Unvalidated users appear even with registration disabled" bug #36
+
+ Revision 571.0  2000/04/13 02:43:24  ajc
+ * Fixed a problem that crashed the client during <G>oto commands if a room
+   existed with a name more than 32 characters (thanks to Magus for reporting
+   this one).
+ * Tagged everything and updated docs for the 5.71 release
+
+ Revision 570.18  2000/04/10 01:47:22  ajc
+ * More paginator changes.  Shuffled code around, added pagination to a bunch
+   of other functions, and replaced the old, cumbersome pagination with the
+   new, easy, API-based one in everything except message output.
+
+ Revision 570.17  2000/04/09 17:51:18  ajc
+ * Added pprintf() (paginated version of printf) to the client-side API.  Now
+   any client side function can be paginated simply by changing all of the
+   printf's to pprintf's.  I've already done this for the user list and wholist
+   (removing the old style pagination) and for "read directory."
+
+ Revision 570.16  2000/04/08 04:52:48  ajc
+ * Another minor stoopid little time display fix
+
+ Revision 570.15  2000/04/08 03:58:12  nbryant
+  * backed out the previous changes since they didn't look good on some
+    xterms with a blue bold mode. just set the background color to black
+    instead. this makes black-on-white terminals actually readable, if not
+    particularly good looking.
+
+ Revision 570.14  2000/04/08 01:36:30  nbryant
+  * citadel.c, commands.c: comment out cls() as this wasn't called if
+    ansi_color=user anyway, and we have no way of knowing whether the user's
+    terminal does background color erase, which was the reason for adding this
+    in the first place. with the recent changes to color(), the display will get
+    screwed up if they *do* have background color erase. perhaps this is a job
+    for terminfo.
+
+ Revision 570.13  2000/04/08 00:37:42  nbryant
+  * commands.c: fix color support for black-on-white color terminals such as
+    CDE's dtterm. this just avoids white-on-white text; some color combinations
+    such as yellow-on-white still aren't very legible due to contrast. There's
+    not much I can think to do about that without affecting the look on the
+    white-on-black terminals which probably account for most users.
+
+ Revision 570.12  2000/04/07 20:22:34  ajc
+ * Fixed am/pm bug in time display
+
+ Revision 570.11  2000/04/07 19:22:45  ajc
+ * For services disabled by setting port number to -1, administratively skip
+   the bind instead of just allowing it to fail.
+
+ Revision 570.10  2000/03/31 04:31:02  ajc
+ * Quick fix to 'stats' utility to purge records with bogus timestamps
+
+ Revision 570.9  2000/03/31 02:10:52  ajc
+ * Caved in to pressure and enabled <R>eply in public rooms.
+
+ Revision 570.8  2000/03/28 03:55:53  ajc
+ * Modified <.RU> to allow search for partial match
+
  Revision 570.7  2000/03/27 03:08:19  ajc
  * Third parameter of CtdlDeleteMessages() now takes "" instead of NULL to
    specify 'any MIME type'.