Mailing list header changes (fuck you Google)
[citadel.git] / webcit / webcit.c
2009-11-23 Wilfried Göesgens* fix the server cookie feature.
2009-11-10 Wilfried Göesgens* don't end the header, end_burst does this for us.
2009-11-02 Wilfried Göesgens* close tag, thanks to the_mgt to find out
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
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-07 Wilfried Göesgens* don't leak post data
2009-10-01 Wilfried Göesgens* more work into direction of DAV templates
2009-09-14 Art Cancro* Patch to sequence handler
2009-09-10 Wilfried Göesgens* use SmashStrBuf where apropriate
2009-08-29 Wilfried Göesgens* implement paging hooks in a templated way so it can...
2009-08-23 Wilfried Göesgens* add logging if auth-basic session connecting fails...
2009-08-20 Wilfried Göesgens* kill 401 sessions instantly, since we won't find...
2009-07-15 Wilfried Göesgens* log-anounce a little less alarming that we don't...
2009-07-12 Wilfried Göesgens* fix typo in calculation of static directory / local css
2009-07-08 Wilfried Göesgens* migrate more of the upload handling to strbuf
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-06-18 Wilfried Göesgens* save more memory
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-21 Wilfried Göesgens* don't send cookies with static data; we don't know...
2009-05-21 Wilfried Göesgens* streamline gettext plugin
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-20 Wilfried Göesgens* move end-of-session-save prefs to session detach...
2009-05-20 Art Cancro* The code that handled session establishment via http...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* re-create static support; we now safe us from .....
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* use enum to handle http request types
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-25 Wilfried Göesgens* evade double calls to output_headers
2009-04-25 Wilfried Göesgens* buybuy serv_read
2009-04-25 Wilfried Göesgens* replace I/O in js handler
2009-04-25 Wilfried Göesgens* swap I/O to the new functions
2009-04-23 Wilfried Göesgens* use modern functions for downloads.
2009-04-20 Wilfried Göesgens* migrate http read logic to the strbuf controlled...
2009-04-18 Wilfried Göesgens* abort if we're not able to retrieve the citserver...
2009-04-16 Art Cancro* Added some traces and minor additions, getting ready...
2009-04-15 Art Cancro* Log the wall clock time required to complete each...
2009-03-18 Wilfried Göesgens* output right HTTP-Headers when whining for another...
2009-02-17 Wilfried Göesgens* if the mail doesn't give us a mimetype (..or just...
2009-02-17 Wilfried Göesgens* make the readbuffer freeing/allocing more consistant.
2009-02-15 Wilfried Göesgens* do linebuffered reading from server
2009-02-12 Wilfried Göesgens* check whether we need the serv_info before loading it.
2009-02-11 Wilfried Göesgens* fix language preferences backing; now we should realy...
2009-02-11 Wilfried Göesgens* use strbuf base64 decoding instead of the plain one...
2009-02-10 Wilfried Göesgens* output_headers musn't lean on having a server connect...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-02-07 Art Cancro* Moved the call to hide_imsg_popup() to the trailing_j...
2009-01-31 Wilfried Göesgens+ guess mimetype by template extension
2009-01-26 Wilfried Göesgens* fix memleak in preferences
2009-01-26 Matt* Move iconbar out of global div so I can shuffle main...
2009-01-26 Wilfried Göesgens* add wildfire output to errormessages
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-19 Art Cancro* Restored the instant messenger popup
2009-01-12 Art Cancro* Properly handle '551 too many users' error in WebCit...
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-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-07 Art Cancro* Calendar events in the summary view are now clickable.
2009-01-07 Art Cancro* Eliminated an extra, unecessary call to begin_burst
2009-01-07 Art Cancro* Any URL may now contain a parameter called 'gotofirst...
2009-01-07 Art Cancro* Some of the 'security check failed' errors need an...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
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-11 Wilfried Göesgens* load attachments in forwarded messages
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-12-07 Wilfried Göesgens* follow api-change in several places
2008-12-02 Wilfried Göesgens* fix self service account button
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-11-19 Wilfried Göesgens* rework who.c so it doesn't use svput() and friends...
2008-11-15 Wilfried Göesgens* finish message displaying.
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-08 Wilfried Göesgens* add ical and vcard rendering
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-05 Mattadd begin_burst to "citadel version too low" failure
2008-10-05 Art CancroCleaned up some templated HTML:
2008-10-03 Art CancroFinished the trailing_javascript API and moved a few...
2008-10-03 Wilfried Göesgenssamjam: adds 2 more url handlers for:
2008-10-03 Art CancroAdded a StrBuf that will eventually contain all of the
2008-09-27 Wilfried Göesgens* rename urlstring parser
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-24 Wilfried Göesgens* cut all left of webcit= from cookies
2008-09-23 Wilfried Göesgens* add the mimeheader length to the number of bytes...
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-22 Art Cancro/static/webcit.css was being grabbed by the code
2008-09-15 Wilfried Göesgens* move stuff in header and subst.c arround to be better...
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-09-12 Wilfried Göesgens* fix leak in message citing
2008-09-11 Wilfried Göesgens* give the URL params into the templates with BSTR...
2008-09-10 Wilfried Göesgens* Fix URL Debugging code to work with StrBuf
2008-09-08 Wilfried Göesgens* HAIL MELD!
2008-09-04 Wilfried Göesgens* made *bstr things const
next