]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Use syslog-compatible logging levels in lprintf(); the loglevel chosen
[citadel.git] / citadel / ChangeLog
index 02fd512602388f15a66766f165ac0b3c0c8543e2..19fb883176b0f697622ef979a7ec2457a2a6eecb 100644 (file)
@@ -1,4 +1,40 @@
  $Log$
+ Revision 614.55  2004/02/27 17:23:21  error
+ * Use syslog-compatible logging levels in lprintf(); the loglevel chosen
+   is passed directly to syslog().  The available levels are docuemnted in
+   sysdep_decls.h.
+
+ Revision 614.54  2004/02/27 04:29:00  ajc
+ * Fixed a bug in PLAIN authentication
+
+ Revision 614.53  2004/02/26 22:03:24  error
+ * ;Goto floor now goes to first KNOWN room, or first room only if no known
+   rooms on the floor
+
+ Revision 614.52  2004/02/26 20:30:36  error
+ * Populate IPC into a few more places to avoid a nasty crash at MORE prompt
+
+ Revision 614.51  2004/02/26 20:17:29  error
+ * Client stability and enhancements:
+   * CtdlServInfo structure moved inside CtdlIPC; eliminates unnecessary
+     global and makes IPC more self-contained
+   * Removed redundant serv_ from variable names in CtdlServInfo struct
+   * Send SIGHUP to process group when connection_died().  Kills self and
+     children (e.g. external editor).
+
+ Revision 614.50  2004/02/25 01:35:34  error
+ Missing parameter to a printf() function.  No idea where it went, but I
+ put it back.
+
+ Revision 614.49  2004/02/24 05:09:06  ajc
+ * Better validation of incoming network messages.
+
+ Revision 614.48  2004/02/23 16:10:47  nbryant
+ --disable-pie by default.
+
+ Revision 614.47  2004/02/22 04:55:15  ajc
+ * CSR code more or less in its final form for now.
+
  Revision 614.46  2004/02/22 04:42:05  ajc
  * Initial version of function to automatically generate a Certificate
    Signing Request if one is not present
@@ -5389,4 +5425,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
-