Changeover to new room structure. See ChangeLog for details.
[citadel.git] / citadel / user_ops.c
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-10-02 Art Cancro * Finally removed all three usersupp.foo[MAXROO...
1998-10-01 Art CancroRemoved a few more references to usersupp.lastseen[]
1998-10-01 Nathan Bryant * .cvsignore: add so_locations (generated by...
1998-09-29 Nathan Bryant * configure.in, Makefile.in: only build the...
1998-09-29 Nathan Bryant * user_ops.c: fix compiler warning and potentia...
1998-09-29 Art CancroCommented some of the code that will need to be changed.
1998-09-29 Art Cancro * Implemented the function CtdlRoomAccess(...
1998-09-28 Art CancroAdded V_ACCESS
1998-09-28 Art Cancro * BOTH the old and new generation systems are...
1998-09-27 Art Cancro * Changed all "generation" variables from char...
1998-09-20 Art Cancro * Added a UserFunctionHook category to implemen...
1998-09-18 Nathan Bryant * user_ops.c: include dynloader.h
1998-09-18 Art Cancro * Various changes to allow "new messages" to...
1998-09-18 Art Cancro * server.h, dynloader.c, citserver.c, user_ops...
1998-09-17 Nathan Bryant * hooks.h: removed
1998-09-17 Art Cancro * Implemented separate structs, lists, and...
1998-09-15 Art Cancro * Tried my hand at adding the ability for serve...
1998-09-01 Art Cancro * Yanked the citadelapi.c module. This wasn...
1998-08-25 Nathan Bryantremove duplicated declarations
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Art CancroSmall changes to the code to delete a user.
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Art Cancro * Implemented a bunch of user account related...
1998-08-18 Art Cancro * Fixed the crash problem. It wasn't AGUP...
1998-08-17 Art Cancro * Updated citmail.c with the latest stuff from...
1998-08-12 Art CancroAdded the EXTN command in a temporary form to run serve...
1998-08-02 Nathan BryantSun Aug 2 18:52:05 EDT 1998 Nathan Bryant <bryant...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-24 Art Cancro No more pwcrypt
1998-07-24 Art Cancro Removed all of the "pwcrypt" stuff. The algorithm...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-13 Art Cancro Miscellaneous bug fixes. Also restored the ability...
1998-07-13 Art Cancro Added code to delete the messages in a user's mailbox...
1998-07-11 Art CancroInitial revision