* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / room_ops.c
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro* Renamed:
2003-06-29 Art Cancro*** empty log message ***
2003-05-23 Art Cancro* warning fix
2003-05-22 Art Cancro* database_sleepycat.c: added a couple of diagnostic...
2003-04-07 Art Cancro* Reworked all the "list rooms" operations so that...
2003-03-22 Art Cancro* During startup, display the version string from the...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-14 Art Cancro* Set default view for new user Calendar> rooms to...
2002-10-26 Art Cancro* cmd_cflr() - don't allow zero length floor names
2002-10-18 Art Cancro* Fixed a bug in CtdlRenameRoom() that caused the old...
2002-08-16 Art Cancro* Add LPRM command
2002-08-14 Art Cancro* Extend GETR/SETR to allow twiddling of bits in the...
2002-06-19 Art Cancro* Support a transient room create as well
2002-06-19 Art Cancro* Added support for "transient goto" which allows entry...
2002-06-18 Michael Hampton* room_ops.c: Fix for old room record not being deleted...
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-06-16 Art Cancro* Allow Aides to create rooms in other users' namespace...
2002-05-14 Michael Hampton* room_ops.c: clarified aide message when room aide...
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-04-23 Art Cancro* Set up the framework for different "views" of a room
2002-04-20 Art Cancro* One more fix for the RENAME command wrt namespaces.
2002-04-14 Art Cancro* Added access control checking to CtdlRenameRoom()
2002-04-14 Art Cancro* New back end function CtdlRenameRoom() which is used...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-13 Art Cancro* Site-configurable option "Allow system Aides to gain...
2002-03-12 Art Cancro* Give mailbox owners access to "who knows room" command
2002-03-12 Art Cancro* Access control change: do not treat mailboxes as...
2002-03-12 Nathan Bryantsprintf bashing
2002-03-12 Nathan Bryantmore sprintf removals
2002-03-09 Art Cancro* this should do it.
2002-03-09 Art Cancro* Attempts to fix the access control crap
2002-03-08 Art Cancro* Patch to allow invitations and admin access to mailbo...
2002-03-03 Art Cancro* Split up some of the code in order to prepare for...
2002-01-14 Michael Hampton* Fixed bug in cmd_cre8() causing protocol to get out...
2002-01-09 Art Cancro* Allow users to zap mailbox rooms
2001-12-11 Nathan Bryant - fix library flags, includes for portability
2001-12-03 Art Cancro* ooops. Look for the QR2_SYSTEM flag in QRflags2...
2001-12-02 Art Cancro* Implemented new room flag QR2_SYSTEM which supresses...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
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...
next