]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Began making some build changes for Cygwin compatibility
[citadel.git] / citadel / ChangeLog
index 592c5d4543b7e1bbd637c1d0df1c1bacbf60fcc8..20cd97ab88ed201ba564431115d5720284c8698d 100644 (file)
@@ -1,4 +1,105 @@
  $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
+   linked, but still very loosely coupled by way of using the API's to
+   register callbacks and commands etc.)   Needs more testing.
+
+ Revision 601.108  2003/01/14 04:12:26  ajc
+ * Set default view for new user Calendar> rooms to 3 (calendar)
+ * Set default view for new user Tasks> rooms to 4 (tasks)
+
+ Revision 601.107  2003/01/13 17:04:19  ajc
+ * Add a sample URL view command for Macintosh in the included citadel.rc
+
+ Revision 601.106  2003/01/13 02:55:07  ajc
+ * Do calendar support only if libical header *and* library are present
+
+ Revision 601.105  2003/01/12 23:07:40  ajc
+ * configure.ac: Attempt to check for libical 0.24 or newer
+
+ Revision 601.104  2003/01/12 05:01:58  ajc
+ * Start marking things for 6.05 release
+
+ Revision 601.103  2003/01/12 04:48:23  ajc
+ * Display message subjects in magenta instead of white
+
+ Revision 601.102  2003/01/06 09:17:10  error
+ * Remove non (yet) existent sstring.c dependency from Makefile.in
+
+ Revision 601.101  2003/01/05 07:35:03  error
+ * Add an AllFloors parameter to the citadel IPC API
+
+ Revision 601.100  2003/01/01 08:07:46  error
+ * commands.c: bugfix for reading from FILE pointers; affected quote, print
+   and external editor.
+
+ Revision 601.99  2002/12/28 05:33:29  ajc
+ * ical_dezonify: set is_utc=1 even if we didn't convert from some arbitrary
+   timezone.  Presumably this means the time was already UTC, and we really
+   need that "Z" to get slapped on it.
+
+ Revision 601.98  2002/12/28 05:12:06  ajc
+ * Yet another attempt at making ical_dezonify() send outgoing calendar items
+   in UTC format.  (This one will probably work -- the timestamps have the
+   "Z" after them which signifies UTC instead of local time.)
+
+ Revision 601.97  2002/12/27 04:40:40  ajc
+ * Another attempt at fixing timezones :(
+
+ Revision 601.96  2002/12/25 23:17:07  ajc
+ * ical_dezonify.c: shuffle around #includes and #ifdef's
+
+ Revision 601.95  2002/12/25 21:46:19  ajc
+ * Another shot at timezone handling (ugggghh)
+
+ Revision 601.94  2002/12/25 07:05:26  ajc
+ * set up ical_dezonify() to be called at appropriate times
+   (but it doesn't seem to work correctly yet)
+
+ Revision 601.93  2002/12/25 06:41:44  ajc
+ * ical_dezonify.c: added (function to strip localized timestamps out of
+   a component and replace them with UTC timestamps)
+
  Revision 601.92  2002/12/19 04:51:49  ajc
  * database_cleanup.sh: added
 
@@ -4315,3 +4416,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
+