]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
Changeover to new room structure. See ChangeLog for details.
[citadel.git] / citadel / ChangeLog
index 18fa225b3c0516b41aa46e2c5518789a71ef4208..e1b12ea86d93701e6f36bca658c80035ec16d250 100644 (file)
@@ -1,7 +1,54 @@
+Sun Oct  4 23:35:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Did the big migration to the new data structures.  Lots of stuff is
+         now broken.  Basic moving from room to room works, but Mail is
+         broken, and some of the administrative commands are unimplemented.
+
+1998-10-02 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * configure.in: autologin now defaults to disabled
+
+Fri Oct  2 00:04:31 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Finally removed all three usersupp.foo[MAXROOMS] elements, and
+         migrated all the code that used them to use "struct visit" instead.
+
+Thu Oct  1 23:02:20 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Rewrote [l][get|put]room() functions to use room names rather than
+         room index numbers.  Temporarily prepended a "n" to these four
+         function names until they are put to use.
+
+Thu Oct  1 16:27:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Removed a few more references to usersupp.lastseen[]
+
+1998-10-01 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * .cvsignore: add so_locations (generated by osf1 ld with shared libs)
+       * Makefile.in: restructured variables for greater consistency, use
+         @echo to print out notices during the make process, add so_locations
+         to `cleaner'
+       * configure.in, Makefile.in: configure checks for -rdynamic
+       * ipc_c_tcp.c: fix DEC compiler warning wrt unsigned char
+       * stats.c: add semicolon to placate DREC compiler
+       * user_ops.c: define _POSIX_C_SOURCE, include <limits.h>
+       * configure.in: pass -pthread to DEC compiler, don't check for
+         libpthread[s] on DEC Unix
+
+1998-09-30 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * Makefile.in: new variable PTHREAD_DEFS for portability
+       * aidepost.c, citadel.c, citmail.c, mailinglist.c, msgform.c,
+         netmailer.c, netpoll.c, netproc.c, rcit.c, readlog.c, setup.c,
+         stats.c, userlist.c, whobbs.c: return type of main() is int
+       * citadel.c, commands.c, messages.c: use time_t properly
+       * citserver.c: include <limits.h>
+       * config.guess, config.sub, install-sh: new files
+       * configure.in: don't use gcc on Digital Unix
+
+Tue Sep 29 23:17:34 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * room_ops.c: modified usergoto() to look at the new data structures
+         for counting new messages and such.
+
 1998-09-29 Nathan Bryant <bryant@cs.usm.maine.edu>
        * user_ops.c: fix compiler warning and potential memory leak,
          include sysdep.h
        * configure.in, Makefile.in: only build the server if we find pthreads
+       * Makefile.in: realclean removes config.{cache,log,status}
 
 Tue Sep 29 13:20:14 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Removed code from some of the utilities which was still attempting