* add more module handlers:
[citadel.git] / webcit / webcit.c
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
2008-09-04 Wilfried Göesgens* fix memleak in msgescputs; temporary StrBuf needs...
2008-09-02 Wilfried Göesgens* close sockets on error, and abort execution
2008-08-31 Wilfried Göesgens* clean some memleaks
2008-08-31 Wilfried Göesgens* make who is online view via templates
2008-08-26 Wilfried Göesgens* don't call begin/end ajax response twice
2008-08-24 Wilfried Göesgens* fix leak in URL handler
2008-08-24 Wilfried Göesgens* fix Nullpointer Access in msgescputs
2008-08-19 Wilfried Göesgens* this does fancy stuff
2008-08-19 Wilfried Göesgens* upsi. its used elsewhere too.
2008-08-19 Wilfried Göesgens* use strbuffer stresc functions
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-08 MattFixes for GroupDAV and hprintf
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-08-03 Mattmass mobile update, interface cleanup and restyling.
2008-08-03 MattAdded opera 9.5b1/winmobile user agent to mobile client...
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-29 Wilfried Göesgens* make param const char *
2008-07-28 Wilfried Göesgens* read static/server files directly into the outbuffer
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* avoid to run over the buffer while parsing the url
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-07-07 MattRename is_wap to is_mobile
2008-06-12 Wilfried Göesgens* disable wml handling, since we don't have good conten...
2008-06-03 Art Cancroopenid blah blah blah
2008-06-01 Art CancroImplemented the code to detach an OpenID from an account.
2008-05-28 Art CancroAdded some glue code for attachment of an OpenID to
next