]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Began making some build changes for Cygwin compatibility
[citadel.git] / citadel / ChangeLog
index 962c54bf86b105feee192de7e6ba5a2a1488c7ae..20cd97ab88ed201ba564431115d5720284c8698d 100644 (file)
@@ -1,4 +1,43 @@
  $Log$
+ Revision 601.117  2003/01/17 21:50:27  ajc
+ * Began making some build changes for Cygwin compatibility
+
+ Revision 601.116  2003/01/17 10:06:54  error
+ * fmout():  Ignore \r (carriage return) characters in messages
+
+ Revision 601.115  2003/01/17 04:36:04  ajc
+ * whobbs.c: fix bad call to CtdlGetServInfo() so we can get our session ID
+   and the name of the BBS
+
+ Revision 601.114  2003/01/16 21:16:23  error
+ * CtdlIPCGetMessages(): Fix message read failing on first attempt to read
+   messages
+
+ Revision 601.113  2003/01/16 10:04:03  error
+ * ENT0 command: changed post-as username from arg 4 to arg 5; 4 was already
+   used as the message subject
+ * Convert message entry and reading to new IPC code
+ * Minor bugfixes throughout IPC code
+
+ Revision 601.112  2003/01/16 04:17:02  ajc
+ * citadel_ipc.c: when issuing a SPEX command, send the string value for
+   room/floor/site instead of the number.  citserver wants a string.
+ * ipc_c_tcp.c: don't call SSL_shutdown() from connection_died().  This just
+   causes it to segfault because there's no valid socket.
+
+ Revision 601.111  2003/01/16 03:41:45  ajc
+ * Renamed "dynloader" to "serv_extensions" globally.  We don't want people
+   to think we have a dynamic loader, do we?  :)
+ * serv_*_init() is now declared in serv_extensions.h.  This is definitely the
+   wrong place for it.  It's there temporarily until we decide on a new
+   convention for server extensions.
+ * bootstrap: more reliable detection of Red Hat Linux 7.3 -- more specifically,
+   fewer fireworks when the host system is *not* Red Hat Linux.
+
+ Revision 601.110  2003/01/15 16:34:53  ajc
+ * bootstrap: don't check /etc/redhat-release if it doesn't exist (which is
+   the case on all non Red Hat Linux systems)
+
  Revision 601.109  2003/01/15 05:57:09  ajc
  * First cut at static-linking the citserver.  Ripped out libtool and
    replaced the dynloader paradigm with "server extensions" paradigm (static