Mailing list header changes (fuck you Google)
[citadel.git] / webcit / roomops.c
2010-07-31 Wilfried Göesgens* move GNET-pop3 enum to libcitadel
2010-07-31 Wilfried Göesgens* add iterator ITERATE:THISROOM:WHO_KNOWS that wraps...
2010-07-31 Wilfried Göesgens* add iterator for WHOK
2010-07-29 Wilfried Göesgens* migrate all the UA_ conditionals into one that takes...
2010-07-29 Wilfried Göesgens* add New Tokens & conditionals for extended room attri...
2010-07-15 Art Cancro* Removed the last instance if is_room_aide
2010-07-14 Wilfried Göesgens * remove is_room_aide, its not filled anymore.
2010-07-12 Wilfried Göesgens* entroom (): if we're aide or room-aide, we may view...
2010-07-11 Wilfried Göesgens* entroom (): after creating a room, don't display...
2010-07-08 Wilfried Göesgens* knrooms(): don't force storing preferences
2010-06-24 Wilfried Göesgens* 64 bit cleanness
2010-02-27 Wilfried Göesgens* implement ITERATE:THISROOM:GNET
2010-02-27 Wilfried Göesgens* ups. don't need the switch anymore
2010-02-27 Wilfried Göesgens* switch room types to defines; no strcmp needed anymore.
2010-02-25 Wilfried Göesgens* add conditionals for the QR2 flagset
2010-02-21 Wilfried Göesgens* init pointer to NULL, try not to free null pointers...
2010-02-21 Wilfried Göesgens* memleak...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-16 Wilfried Göesgens* add macro to register defines with just a define...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2010-01-01 Wilfried Göesgens* is_mobile evaluation is wrong here, since we're ...
2009-11-25 Art Cancro* Changed some of the '&' between url parameters to...
2009-11-13 Art Cancro* Renamed the 'wikipage' variable to 'page' in the...
2009-11-10 Art Cancro* wiki page list
2009-11-02 Art Cancro* Completed the code to revert a wiki page to a previou...
2009-10-29 Art Cancro* Disable creation of wiki rooms temporarily
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-23 Art Cancro* Set up links and templates for the history page,...
2009-10-21 Art Cancro* New command 'WIKI history|<pagename>' to list the...
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-15 Wilfried Göesgens* switch roomlisting to templating
2009-10-08 Art Cancro* When entering a wiki room, display the wiki home...
2009-10-01 Wilfried Göesgens* more work into direction of DAV templates
2009-09-28 Art Cancro* Noted that the Wiki view is broken. Must begin worki...
2009-09-07 Wilfried Göesgens* implement read state for room templates
2009-08-29 Wilfried Göesgens* move room listing related stuff into its own file
2009-08-28 Wilfried Göesgens* move marchlist into its own file
2009-08-24 Wilfried Göesgens* move the marchlist into its own file
2009-07-22 Wilfried Göesgens* fix room logo upload
2009-06-22 Wilfried Göesgens* in gotonext etc. check for the availability of parame...
2009-06-17 Art Cancro* ParsePref() was returning if it encountered a blank...
2009-06-17 Art Cancro* more temporary logging messages
2009-06-17 Art Cancro* temporary tracing messages
2009-06-17 Art Cancro* Style cleanup
2009-06-16 Wilfried Göesgens* use constr structs for our static string arrays
2009-06-16 Wilfried Göesgens* close table tag
2009-06-16 Wilfried Göesgens* fix memory leaks in java treelist
2009-06-16 Wilfried Göesgens* hunt down &'s that should be ?'s in URLs
2009-06-12 Wilfried Göesgens* specify image sizes for faster rendering
2009-06-12 Art Cancro* Remove hardcoded parameters from 'Read all messages...
2009-06-01 Wilfried Göesgens* typo.
2009-06-01 Wilfried Göesgens* use GetServerStatus for the new handlers
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* revert sort order & start on the 'Read all messages...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* shrinked the rest of these shutdown stuff into the...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-03-19 Art Cancro* Changed ConditionalIsRoomtype() to use a full string...
2009-03-16 Wilfried Göesgens* add conditional to check room-types
2009-02-20 Wilfried Göesgens* silence some warnings. Why do 'may be used uninitiali...
2009-02-11 Art Cancro* Reinstated the 'Delete' button in the mailbox view...
2009-02-10 Wilfried Göesgens* add name of callback hook for logging (yes, I LOVE...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-02-03 Wilfried Göesgens! create strbufs before accessing them
2009-01-28 Matt* restore context menu in online user list
2009-01-26 Matt* add missing banner on preferences template
2009-01-26 Wilfried Göesgens* handle new strbufs in wcsession correctly
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-13 Matt* move output_headers to the top of readloop, before...
2009-01-12 Wilfried Göesgens+ add =() subtemplates for params
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-10 Wilfried Göesgens* realize types in preferences like thought at the...
2009-01-09 Wilfried Göesgens! fix bug with gotoroom introduced in the last version...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-14 Wilfried Göesgens* fix some conditions with unassigned variable access
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-24 Wilfried Göesgens* escape roomname properly
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-20 Wilfried Göesgens* map room-flags into conditionals
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-15 Wilfried Göesgens* move stuff in header and subst.c arround to be better...
2008-09-14 Wilfried Göesgens* preinit the serverbuffer, so we don't get unexpected...
2008-08-31 Wilfried Göesgens* switch menubar to template
2008-08-31 Wilfried Göesgens* make who is online view via templates
2008-08-25 Wilfried Göesgens* some pointer magic to get rid of warnings
2008-08-25 Wilfried Göesgens* fix hickup with the floordiv_expanded setting; the...
2008-08-19 Wilfried Göesgens* fixes
next