]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Ripped most of the "attachments" stuff out of both the client and
[citadel.git] / citadel / ChangeLog
index 78d599f7e6b040bec7350d0cbb0679e9572952c9..1b7e01a4585e1586fae052b6480ed1065e7d7dfe 100644 (file)
@@ -1,6 +1,17 @@
+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