Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / roomlist.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-05-06 Wilfried GoesgensFix pointer indirection in free'ing of list
2015-05-06 Art Cancromerge
2015-05-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-05-05 Wilfried GoesgensFix pointer indirection in free'ing of list
2015-03-01 Wilfried GoesgensFix memory leaks; need to register lookups so their...
2013-06-12 Wilfried GoesgensMailinglists: possible room aliases have to be prepared...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-12-23 Wilfried GoesgensMAILINGLIST: add facility to choose the default room...
2012-12-16 Wilfried GoesgensROOMEDIT: add a way to configure aliases
2012-10-28 Wilfried GoesgensROOMLIST: start with n = 0 instead of random.
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-07-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-16 Wilfried GoesgensITERATE:THISROOM:GNET: fix memory leak.
2011-09-05 Wilfried GoesgensAdd LPRM iterator for the public rooms.
2011-09-04 Wilfried Goesgensmove the rest of the places to use AppendImportantMessa...
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2010-12-14 Art CancroRoom info in banner was completely broken. Fixed.
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-18 Wilfried Göesgens* New COND:FLOOR:NROOMS : whether this floor has n...
2010-08-17 Wilfried Göesgens* FlushIgnetCfgs() get me out of FlushFolder, so we...
2010-08-16 Wilfried Göesgens* GetNetConfigHash(): fix some edge cases
2010-08-15 Wilfried Göesgens* cleanup & shuffle 'folders' struct (make clean!)...
2010-08-14 Wilfried Göesgens* FlushFolder (): memset (0) the struct, so flags etc...
2010-08-14 Wilfried Göesgens* defines may now be ored or anded
2010-08-14 Wilfried Göesgens * GetNetConfigHash(): move forward while loading setti...
2010-08-11 Wilfried Göesgens* templatize zap room list
2010-08-09 Wilfried Göesgens* fix ROOM:INFO:PRINT_NAME
2010-08-05 Wilfried Göesgens* remove the room infomatic, add templates
2010-08-02 Wilfried Göesgens* free the new members of a floor
2010-08-02 Wilfried Göesgens* don't flush room/floorlists at the end of each reques...
2010-07-29 Wilfried Göesgens* migrate all the UA_ conditionals into one that takes...
2010-04-19 Wilfried Göesgens* CompareRoomListByFloorRoomPrivFirst() add a wrapper...
2010-02-28 Wilfried Göesgens* defines for pop aggregation columns
2010-02-28 Wilfried Göesgens* add generic lists with strings
2010-02-28 Wilfried Göesgens* add proper error handling to room netconfig loading
2010-02-28 Wilfried Göesgens* add COND:FLOOR:ISSUBROOM to detect whether the curren...
2010-02-27 Wilfried Göesgens* whops, wrong param offset; allow parameter
2010-02-27 Wilfried Göesgens* implement ITERATE:THISROOM:GNET
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-24 Art Cancro* svn id tag
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-12-18 Wilfried Göesgens* by matt:
2009-11-30 Wilfried Göesgens* delete the room/floor hashes we store in the session...
2009-11-05 Wilfried Göesgens* use right function to load the room list from the...
2009-11-05 Wilfried Göesgens* 64 bit int / long blablabla
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-10-01 Wilfried Göesgens* more work into direction of DAV templates
2009-09-08 Wilfried Göesgens* implement (INBOX) thing
2009-09-08 Wilfried Göesgens* add the missing flags
2009-09-07 Wilfried Göesgens* implement read state for room templates
2009-09-03 Wilfried Göesgens* fix NULL conditions in room sorters
2009-09-01 Wilfried Göesgens* add splitted boxheader templates for ez use in flat...
2009-08-31 Wilfried Göesgens* comment out "My Folder"-remapping, this currently...
2009-08-29 Wilfried Göesgens* move room listing related stuff into its own file