Logging: log the number of messages in room with the message-syslog domain
[citadel.git] / citadel / room_ops.c
2012-05-05 Wilfried GoesgensLogging: log the number of messages in room with the...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Art CancroWhen changes are made via the admin socket, post Aide...
2011-09-04 Art CancroBlog owners automatically become room aides of their...
2011-09-04 Art CancroBegan working on access control changes for blog rooms.
2011-09-04 Art CancroImproved coding style of the complex conditionals in...
2011-09-04 Art CancroTemporarily adding dump of badmail to smtpclient
2011-09-04 Art CancroAllow LFLR to work in guest mode
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-10-24 Art CancroReplaced some of the 'autoconverted - document me'...
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-14 Art CancroOffer meta tags in head for RSS feeds (uses templates)
2010-09-14 Art CancroCtdlRoomAccess() can now return a new value UA_REPLYALL...
2010-09-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-12 Wilfried Goesgens* WHOK: ommit empty lines.
2010-09-03 Art CancroAllow MSGS command to operate in guest mode.
2010-09-03 Art CancroFurther hacks to CtdlRoomAccess() to support guest...
2010-09-03 Art CancroOuch. CtdlRoomAccess() had a couple of places where...
2010-09-03 Art CancroAll of the cmd_lXXX (list rooms) commands are now set...
2010-09-03 Art CancroCtdlRoomAccess() now returns a set of read-only access...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2009-10-30 Art Cancro* Performing a 'fetch' operation on an old revision...
2009-10-29 Dave WestDon't register commands twice, only register them befor...
2009-10-25 Dave WestA little more with the API coding style.
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-17 Dave WestCitadel API clean up.
2009-08-20 Art Cancro* oops, an oversight ... CtdlRoomAccess() needs to...
2009-08-06 Art Cancro* Clarify confusing error message reported in bug ...
2009-06-12 Wilfried Göesgens* add _DRAFTS_ to the userdata creator, and translate...
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-17 Art Cancro* Added unused cmdbuf parms to more cmd_xxxx() functions
2009-04-13 Art Cancro* Rewrote sort_msglist_cmp() without compiler warnings.
2009-04-13 Art Cancro* sort_msglist() now uses qsort() instead of a bubble...
2009-03-19 Art Cancro* Applied dtx patch to fix access control problem with...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-02-09 Wilfried Göesgens* UIMG and UOPN require the client to specify a Mimetyp...
2007-12-23 Dave WestMoved all threading code into threads.c
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-29 Dave WestFixed bug no.207.
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-14 Wilfried Göesgens* don't copy / lowercase more of the string than we...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* removed strlen from b_putroom()
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-07-26 Dave WestMoved to new module init structure.
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(...
next