- added a new function to the database interface, cdb_close_cursor(). always
[citadel.git] / citadel / room_ops.c
2001-07-29 Nathan Bryant - added a new function to the database interface,...
2001-07-29 Nathan Bryantchange ForEachRoom to use read-only cursors by default...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-04-16 Andru Luvisi* Fixed bug in room_ops.c that wasn't allowing aides...
2001-03-11 Art Cancro* IMAP DELETE command ... also split up access control...
2001-03-10 Art Cancro* fix bug
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-08 Art Cancro* Fixed namespace problems resulting from the automatic...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-02-05 Art Cancro* schtuff
2001-02-04 Art Cancro* more imap. imap sucks. die crispin die.
2001-01-09 Art Cancro* Merged in code from the TRANSACTIONS branch for testing.
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-11-29 Art Cancro* database
2000-10-04 Art Cancro* Allow Aides to zap rooms (site configurable setting)
2000-07-22 Art Cancro* Prepared infrastructure for the networker rewrite
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-27 Art Cancro* Coupla very small changes to get on the road to IMAP...
2000-06-25 Art Cancro* imap
2000-06-25 Art Cancro* imap
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-12 Art Cancro* Removed the semi-broken "chat room" functionality...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-03-04 Art Cancro* Relax restrictions on editing of base rooms. Renamin...
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-02-25 Art Cancro* Modularized the RWHO (Read WHO is online) command...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-10-20 Art Cancro* In the wholist, only show <private room> if the user...
1999-10-20 Art Cancro* Code reorganization. Making it easier to move/copy...
1999-10-16 Art Cancro* Changes to message replication code. Don't do server...
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-07-30 Art Cancro* Applied bugfix patches contributed by Vaggelis Tsirkas:
1999-07-27 Art CancroRemoved all references to CC->msglist and CC->num_msgs...
1999-07-24 Art CancroContinued replacing references to [get_put]_msglist...
1999-07-23 Art CancroMoved message deletion into new API function CtdlDelete...
1999-07-16 Art Cancro * eliminate redundant "name" parameter in [l]putuser...
1999-07-12 Art Cancro * Added supplementary message info records...
1999-07-11 Art Cancro * room_ops.c: eliminate room name parameter...
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-04-08 Nathan Bryantfixed the 'gdbm error: Illegal data' message when delet...
1999-04-08 Art CancroImplemented "access level required to create rooms...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-30 Art CancroLook for citadel.rc in current directory if not found...
1999-01-24 Art CancroMinor bugfixes
1999-01-24 Art Cancro * Added a "room order" key to the room record...
1999-01-13 Art Cancroadd include errno.h
1999-01-10 Art CancroFixed a page log room security problem
1999-01-06 Art Cancroleak stuff
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1999-01-01 Art CancroFixed security problem relating to private rooms
1998-12-12 Art Cancro * setup.c: default value for maxsessions is...
1998-12-03 Art Cancro * msgbase.c: modified AddMessageToRoom() and...
1998-12-01 Art Cancro room_ops.c: added sort_msglist() to move and save...
1998-11-22 Art Cancro * room_ops.c: fixed incorrect naming of files...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-20 Art Cancroadded TODO
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...
next