]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Various changes to begin work on support for MIME messages
[citadel.git] / citadel / ChangeLog
index 30297f1c0b1f4ead2e3e27c626dfb3121037e41a..2712474274e481317013e0e5aa5aaf495e21b063 100644 (file)
@@ -1,6 +1,65 @@
+Tue Jan 12 22:30:00 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Various changes to begin work on support for MIME messages
+               - Defined format type 4 for MIME
+               - msgbase.c: *temporary* hacks in output_message() for Type 4
+               - citmail.c: added more robust header parsing, and support
+                            for Type 4.  Also eliminated the crappy built-in
+                            SMTP server.
+               - Updated some of the technical documentation
+
+Sun Jan 10 13:34:36 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Fixed access to page log room
+
+Fri Jan  8 12:35:09 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * control.c: include <limits.h> to fix PATH_MAX undefined
+       * serv_chat.c: made the following changes to cmd_sexp() --
+               * Send zero-length message to check only, don't send
+               * Send "-" message on the command line to invoke
+                 the SEND_LISTING transfer mode for a multi-line message
+       * Added facilities to log all pages to a room (site configurable)
+
+Tue Jan  5 23:24:52 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Replaced all occurances of malloc(), realloc(), and free() in the
+         server and server-modules with mallok(), reallok(), and phree().
+         Wrote macros and a set of leak-tracking functions.
+
+Sun Jan  3 20:38:45 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Documentation changes
+
+Fri Jan  1 01:01:45 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Fixed security problem relating to private rooms
+
+Wed Dec 30 20:10:52 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * sysdep.c: put a bigger string buffer into lprintf() to avoid overruns
+
+Sat Dec 26 16:56:46 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * internetmail.config: commented this file more clearly
+
+Wed Dec 23 20:42:49 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * citadel.c: added some experimental code to automatically reconnect
+         to the server if the connection is broken.  For some reason, it only
+         works once.
+
+Wed Dec 23 18:47:12 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * sysdep.c: ignore SIGPIPE.  This keeps broken connections from
+         crashing the whole server.
+       * Tagged everything for the official 5.50 release.
+
+Mon Dec 21 07:54:20 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * housekeeping.c: call kill_session() with session_to_kill,
+         not ccptr->cs_pid (was crashing the server)
+
+Sat Dec 19 13:57:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Added "-i" flag to netproc to make it skip the export phase.
+         Updated other programs to call netproc in this way when appropriate.
+       * Updated network.txt to reflect the usage for netproc (which has
+         been wrong for several releases)
+
 Thu Dec 17 00:17:04 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Started removing the word "beta" from the docs and code.
          Preparing for an actual release.
+       * msgbase.c: generate an 'I' field when requested (i.e. on locally
+         originating messages.  this was breaking parts of the network)
 
 1998-12-15 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * msgbase.c: remove extra call to alias() which was causing