Started implementing global room numbers.
[citadel.git] / citadel / room_ops.c
1998-11-18 Art CancroStarted implementing global room numbers.
1998-11-17 Art Cancro * cmd_setr() delete old room record when room...
1998-11-17 Art Cancromade QR_MAILBOX rooms non-editable
1998-11-16 Art Cancroroom_ops.c: mailbox rooms always appear on the main...
1998-11-13 Art Cancroremoved a message
1998-11-12 Art Cancroquick fix for set_wtmpsupp_to_current_room()
1998-11-09 Art Cancrofixed user purge
1998-11-09 Art Cancro * room_ops.c: fixed Aide room access (for some...
1998-11-09 Art Cancrofix
1998-11-07 Art Cancro * Implemented CONF server command for site-global...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-29 Art CancroStuff
1998-10-28 Art Cancro * Unified the "unpacked database" format for both...
1998-10-24 Art Cancropolicy.c: added, moved GetExpirePolicy() from room_ops.c
1998-10-22 Art CancroMail rooms now hide their owner-prefix from the client.
1998-10-21 Nathan Bryant * room_ops.c: fix improper null-termination...
1998-10-20 Art CancroErr?
1998-10-16 Nathan Bryant * room_ops.c: exploitable overrun fixes
1998-10-15 Art Cancro * msgbase.c: reimplemented cmd_move()
1998-10-13 Art CancroFinished the import module
1998-10-12 Art CancroBuilt some more of the message expiry infrastructure
1998-10-09 Art Cancro * room_ops.c: modify CtdlRoomAccess() to allow...
1998-10-08 Art CancroUh oh
1998-10-08 Art CancroOops
1998-10-08 Art Cancro * room_ops.c: Added is_noneditable() function...
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-06 Art CancroFixed stuff I broke.
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-02 Art Cancro * Rewrote [l][get|put]room() functions to use...
1998-09-30 Art Cancro * room_ops.c: modified usergoto() to look at...
1998-09-29 Art CancroCommented some of the code that will need to be changed.
1998-09-29 Art Cancro * Implemented the function ForEachRoom() to...
1998-09-29 Art CancroAdded ForEachRoom()
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-18 Art Cancro * Various changes to allow "new messages" to...
1998-08-25 Nathan Bryantinclude time.h
1998-08-25 Art Cancro * setup.c: Removed yesno_s()
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Art Cancro * Fixed the crash problem. It wasn't AGUP...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-11 Art CancroInitial revision