]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
[citadel.git] / citadel / ChangeLog
index b0f1c015fa081955812976bf4770dba34ec6806c..95127e73eb5d71bd297e9bd9e4aeffef671b13dc 100644 (file)
@@ -1,7 +1,44 @@
+Wed Nov 11 17:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * citserver.c: slight changes to cmd_rchg() and cmd_hchg() [crashes]
+       * citserver.c, msgbase.c, user_ops.c: hide the owner-prefix of mail
+         rooms in a couple more places: set_wtmpsupp() and make_message()
+
+1998-11-11 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * serv_upgrade.c: fix uninitialized variable
+
+Wed Nov 11 00:47:32 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * msgbase.c: fixed a bug that was misrouting incoming network msgs
+       * server.h, database.c: wrapped all GDBM calls in critical sections
+         to avoid making those calls re-entrantly (gdbm fatal: lseek error)
+
+1998-11-10 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * Makefile.in: link in snprintf.o where needed
+
+1998-11-09 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * client_chat.c: eliminate calls to sprintf()
+       * commands.h, routines.c, routines2.c: warning fix
+       * commands.c, control.c, cux2ascii.c, file_ops.c, import.c,
+         ipc_c_tcp.c: eliminate sprintf() calls
+
+Mon Nov  9 19:15:31 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * serv_upgrade.c: added all missing fields to export/import
+       * serv_expire.c: support per-user purge time when purging users
+       * user_ops.c: added per-user purge time to AGUP and ASUP commands
+       * routines.c: added more stuff to <.A>ide <E>dit user
+
+Sun Nov  8 22:56:53 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * serv_expire.c: created; moved message expiry from serv_test.c,
+         moved user purge from userpurge.c
+       * userpurge.c: deleted
+       * routines2.c: finished <.AS> command
+       * room_ops.c: fixed Aide room access (for some reason, the Aide
+         room had the QR_MAILBOX flag set)
+
 1998-11-08 Nathan Bryant <bryant@cs.usm.maine.edu>
        * useradmin.c: really removed (cvs remove)
        * aidepost.c, citadel.c: convert all sprintf() calls to snprintf()
        * sysdep.c: fix overrun in lprintf() described by dme/Dead Monkey
+       * citmail.c, citserver.c: convert all sprintf() call to snprintf()
 
 Sun Nov  8 13:19:36 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * useradmin.c: removed