]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
Moved message deletion into new API function CtdlDeleteMessages()
[citadel.git] / citadel / ChangeLog
index d9fe896ae4d39dfc22797c4c0106368bff2f8e2b..d1f438b0b8995242a06fdb7eb758e2d27081abe9 100644 (file)
@@ -1,3 +1,38 @@
+Thu Jul 22 22:26:50 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Moved message deletion into new API function CtdlDeleteMessages()
+
+Tue Jul 20 22:14:54 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Moved the actual work done in cmd_msgs() into a new API function
+         called CtdlForEachMessage() which is supplied a callback function.
+
+Mon Jul 19 23:24:18 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Keep the (unqualified) content-type in the SuppMsgInfo record.  We'll
+         be using this shortly to search rooms for specific object types.
+
+Sun Jul 18 14:53:16 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us> 
+       * Changes to dynloader et al to handle ICQ module being written
+       * serv_icq.c, serv_icq.mk: added (separate makefile is temporary)
+
+1999-07-17 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * chkpwd.c: DELETED CVS REVISION 1.3 (backed out Art's last change)
+         use 'cvs update -r 1.2 chkpwd.c; cvs update -A chkpwd.c' NOW to
+         avoid problems with working directories.
+       * Makefile.in: don't install chkpwd setuid if make install isn't
+         being run as root.
+       * citadel.spec: chmod u+s chkpwd during %install stage
+
+Fri Jul 16 18:39:04 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * PEXP and GEXP no longer trip the idle time display
+       * Fixed bug which duplicated incoming private mail to Trashcan
+       * Improved auto-reconnect by NOT using SIGPIPE and longjmp(); also
+         implemented a 15 second delay to wait for a crashed server to restart
+       * Relaxed the security check in chkpwd.c a bit; it was just flat-out
+         preventing logins on my system otherwise
+
+Thu Jul 15 22:57:32 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * eliminate redundant "name" parameter in [l]putuser(), now uses
+         usbuf->fullname to guarantee the correct name for the index
+
 1999-07-12 Nathan Bryant <bryant@cs.usm.maine.edu>
        * Makefile.in, configure.in: link netproc with gdbm
        * netproc.c: only include gdbm.h if HAVE_GDBM_H