]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
housekeeping.c: call kill_session() with session_to_kill, not ccptr->cs_pid
[citadel.git] / citadel / ChangeLog
index 6f549b594c052f8b9409b4e691311ddebd53fbd8..21d0ee325bda1eb3f947192371079512c780166e 100644 (file)
@@ -1,3 +1,82 @@
+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
+         Citadel-to-Citadel mail to fall into the bit bucket.
+       * msgbase.c: fixed tempfile naming problem that could cause a new
+         outgoing netmail message to overwrite another if netproc had not been
+         run in between
+
+1998-12-14 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * More session table stability nonsense
+
+Sun Dec 13 17:40:08 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * sysdep.c, citserver.c: (hopefully) fixed a session table concurrency
+         bug which was causing the server to occasionally crash.
+       * removed serv_test.so from the default build
+
+Fri Dec 11 18:50:00 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * setup.c: default value for maxsessions is now 0 (no limit)
+       * room_ops.c: don't allow users to create a room called "Mail"
+       * serv_expire.c: fixed "number of messages purged" display
+       * commands.c: when using color, default to low-intensity colors
+
+Tue Dec  8 07:58:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Beta 2
+
+Sat Dec  5 01:24:03 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Added a new type of module hook for adding logging functions
+       * Removed whitespace to left and right of '@' in netmail recipients
+       * sysdep.c: read citadel.config _before_ initializing loadable modules
+       * stats.c: fixed segfault resulting from extracting log lines
+       * Ripped most of the "attachments" stuff out of both the client and
+         server.  (Thought of a better way to handle it ... LATER.)
+
+1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * setup.c: create citadel.config with mode 0600
+       * Makefile.in: don't chmod sendcommand
+       * serv_upgrade.c: don't create citadel.config if it doesn't already
+         exist (paranoia)
+       * setup.c: saner defaults for nodename and fqdn
+
+Wed Dec  2 20:37:05 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * msgbase.c: modified AddMessageToRoom() and all functions that call it
+         to use a more reliable/accurate method to set quickroom.QRhighest
+       * weekly.in: don't sort/purge filedir where filedir doesn't exist
+
+1998-12-02 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * weekly is now generated by configure
+
+Mon Nov 30 19:48:52 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * room_ops.c: added sort_msglist() to move and save operations
+       * sendcommand.c: added (also updated utils.txt, weekly, Makefile.in)
+       * BETA 1
+
+Sun Nov 29 23:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Fixed cmd_regi() to not display a second result code after xfer
+       * Makefile.in: Removed "chmod 4755 citmail netmailer"
+
+1998-11-23 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * citadel.spec: added
+
+1998-11-22 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * Makefile.in: split install target into install-exec, install-data,
+         and install-doc subtargets
+
 Sat Nov 21 16:53:30 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Added a fourth color mode in the client: "user" which turns color
          on or off according to a per-user flag stored on the server.  Added