]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / ChangeLog
index 1fc3c5dd9c4c1bcb0283adf1649179ccaad4cc85..9b4243fd93dc6ca2af2f1efebfb851d4410379a1 100644 (file)
@@ -1,3 +1,30 @@
+Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
+        * Makefile.in: new target `cleaner' does the same as `realclean' 
+          without removing sysdep.h
+       * proto.h: is bad. eliminate. I've moved the prototypes into several
+         header files, one per .c file
+
+Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Added a CtdlGotoRoom() function to the CitadelAPI.
+Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * sysoputil is finally dead!  Removed it from the build.
+       * Added userpurge.c server extension (initial implementation)
+
+Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * Makefile.in: `clean' target no longer rm's sysdep.h; new target
+         `realclean' removes everything clean does, plus sysdep.h, plus
+         target binaries.
+       * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
+       * *.[ch]: protoized. Added several new header files containing
+         prototypes and other external declarations; many duplicated
+         declarations still should be moved to header files. proto.h must die
+         as well, IMHO.
+
+Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Implemented a bunch of user account related functions in the
+         CitadelAPI library.
+
 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
          overrun in getuser() (thanks, Nathan).  Implemented overrun checks