Mailing list header changes (fuck you Google)
[citadel.git] / citadel / room_ops.c
2007-06-24 Art CancroCreating a mailbox room no longer automatically sets
2007-06-23 Wilfried Göesgens* added flag to make clients add a subject
2007-03-28 Art Cancro* New room flag QR2_COLLABDEL ('collaborative
2007-02-21 Art Cancro* Removed the completely redunant function get_mm()
2007-01-27 Art Cancro* Moved message deletion into the CtdlRoomAccess()...
2007-01-18 Art Cancro* CtdlCheckRoomAccess() now sets a new bit UA_ADMINALLOWED
2007-01-10 Art Cancro* Augmented the access control model and API
2007-01-10 Art CancroWorked on GETACL a little bit
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-09-23 Art CancroCompleted a new queue (sieve_list) which will instantly
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-06-23 Michael HamptonAllow internal programs to rename rooms and create...
2006-03-01 Art CancroAdded last mod time to all room list cmds
2006-02-21 Art CancroAll of the 'list rooms' commands now enumerate not...
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2005-12-15 Art Cancro* room_ops.c: when granting a room creator access to...
2005-12-09 Art Cancro* Updated the output of server GOTO command; new parame...
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-10-31 Art Cancrobugzilla 166
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-25 Art Cancrofix for above
2005-10-25 Art Cancro* Every user gets a Trash folder. Clients can also...
2005-10-16 Art CancroHandle email addresses with commas inside quotes,
2005-08-12 Art Cancro* Added more room name macros
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-08-02 Art Cancro* Removed instances of hard-coded CTDLDIR; this breaks -h
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-05-22 Art Cancro* Full text indexer is now switchable on/off
2005-05-20 Art Cancro* Dramatically improved the time it takes to goto ...
2005-05-09 Art Cancro* Interactive room deletions are now deferred. The...
2005-05-03 Art Cancro*** empty log message ***
2005-04-29 Art Cancro* Significantly reduced the memory footprint of struct...
2005-04-22 Art Cancro* is_msg_is_mset() has been renamed to is_msg_in_sequen...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* More extermination of the dreaded SIZ moby-buffers.
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-21 Art Cancro* Master listening sockets are now non blocking, in...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-02-01 Art Cancro* Changed CtdlRoomAccess() calling syntax in order...
2004-10-23 Art Cancro* serv_notes.c: finished. When saving a message in...
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-11 Michael Hampton* Remove calls to the broken flush_output() while I...
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-06-19 Art Cancro* Removed the configuration option "Allow Aides access...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-21 Michael Hampton* Fix a few remaining lprintf(9, ...) to lprintf(CTDL_D...
2004-03-21 Art Cancro* room_ops.c: increased the thread safety of cgetfloor()
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2003-09-02 Art Cancro* Repaired an incorrect adjustment of floor reference...
2003-07-23 Art Cancro* Optimized the updating of visit records in several...
2003-07-14 Art Cancro* strcpy() --> safestrncpy() in a few other random...
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...
next