some work on calendar
[citadel.git] / citadel / room_ops.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-05 Art CancroWhen checking to see whether we have to rebind a new...
2022-01-04 Art CancroMore of me not being able to look at code without pokin...
2021-09-08 Art CancroWell, it doesn't crash anymore, but it also doesn't...
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2021-02-09 Art CancroAdded an elastic string buffer class to libcitadel...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2017-03-24 Art CancroUpdated more modules to the new logging standard
2017-02-28 Art Cancrologging changes
2016-07-29 Art CancroFixed a null pointer comparison
2016-04-19 Art CancroRINF command migrated to new data format
2016-04-19 Art CancroImport roominfo and roompic files into the database.
2016-03-26 Art Cancroremoved some trace messages
2016-03-25 Art CancroRemoved the "filter" parameter from CtdlForEachNetCfgRo...
2016-01-23 Wilfried Goesgensmore log silencing.
2016-01-23 Wilfried GoesgensSilence logging in non-debug usecases. The raspii users...
2016-01-03 Art Cancromore progress on callers
2016-01-03 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2016-01-03 Art CancroRemoved the caching of netconfig entries. The caching...
2016-01-02 Art CancroWhen deleting a room, delete its netconfig configdb...
2016-01-02 Art Cancroroom_ops.c: minor style cleanups which barely justify...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-09-29 Art CancroLOOK AT ME I AM COMMITTING AGAIN
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-27 Wilfried Goesgensconst!
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art CancroCompleted initial code for config system cutover. ...
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensmove citadel room functions into its own file.
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2013-06-08 Wilfried GoesgensMessage Deletion: only use one memmove to remove leadin...
2013-02-17 Wilfried GoesgensNETWORKER: add from addresses and new way of setting...
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-26 Wilfried Goesgensmake it const, baby.
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-09 Wilfried GoesgensROOMS: add foreach handler featuring netconfigs
2013-01-09 Wilfried GoesgensROOMS: use typedef for callback function
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
2012-07-04 Art Cancronew server command 'stat' to return name and mtime...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroInclude QRmtime in the list of values returned by GOTO
2012-07-02 Art Cancrostyle
2012-05-31 Wilfried Goesgensremove unneeded assignment
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.
next