* move stuff from Hdr into substruct that may be easily wiped by memset 0'ing them
[citadel.git] / webcit / webcit.h
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-20 Art Cancro* The code that handled session establishment via http...
2009-05-18 Wilfried Göesgens* fix auth basic scheme
2009-05-17 Wilfried Göesgens* shuffle auth arround...
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-14 Wilfried Göesgens* add defines for our errorcodes
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* remove more serv_readln etc...
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* output errors via important_message
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-04-26 Wilfried Göesgens* make it const baby!
2009-04-25 Wilfried Göesgens* buybuy serv_read
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-19 Wilfried Göesgens* read calendars line & blob buffered. we're FAST now.
2009-04-19 Wilfried Göesgens* separate loading & parsing the ical attachment
2009-04-18 Wilfried Göesgens* persistantly handle the bufferlengths for dates;...
2009-04-11 Wilfried Göesgens* forgot this one. don't forget make clean, session...
2009-04-11 Wilfried Göesgens* structure needed by last commit. upsi.
2009-04-06 Art Cancro* Development version is now 7.60
2009-04-02 Art Cancro* Set version number to 7.50 across the entire system...
2009-03-30 Art Cancro* THIS IS 7.44 (BETA RELEASE ONLY)
2009-03-30 Art Cancro* Backed out r7276 through r7278. This is too large...
2009-03-28 Wilfried Göesgens* add frontent code for xmpps port
2009-03-17 Wilfried Göesgens* webcit part of michael meskes full day calendar patch...
2009-03-17 Art Cancro* THIS IS 7.43 (BETA VERSION)
2009-03-07 Wilfried Göesgens* add Michael Meskes patch: make time in task due dates...
2009-03-02 Wilfried Göesgens* fix display of quoted-printable names in addressbook...
2009-02-20 Art Cancro* Set all version numbers to 7.41 for upcoming beta.
2009-02-17 Wilfried Göesgens* if the mail doesn't give us a mimetype (..or just...
2009-02-15 Wilfried Göesgens* do linebuffered reading from server
2009-02-14 Wilfried Göesgens* holy war on strlen revived.
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-01-29 Art Cancro* Restored the '(none)' and '(nothing)' displays in...
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-21 Art Cancro* If the user has not selected a time format, make...
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-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-05 Art Cancro* locate_user_vcard() wasn't using either of its suppli...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-20 Wilfried Göesgens* msg_is_in_mset isn't here
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-13 Wilfried Göesgens* remove last remains of the separate attachment struct
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-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-27 Wilfried Göesgens* rework login screen to utilize more modern templating
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-23 Wilfried Göesgens* finish selectboxes in Mailedit dialogs
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-11 Wilfried Göesgens* change syntax of read_message
2008-11-11 Wilfried Göesgens* render submessages.
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-09 Wilfried Göesgens* chop messages.c into handy pieces
2008-11-08 Wilfried Göesgens* add ical and vcard rendering
2008-11-07 Wilfried Göesgens* display attachments in messages as view/download...
2008-11-06 Wilfried Göesgens* put filename reference into token, so we can put...
2008-11-06 Wilfried Göesgens* upgrade hash retriever function, it now takes the...
2008-11-05 Wilfried Göesgens* put the right pointer into the hash
2008-11-03 Wilfried Göesgens* while decoding messages, guess the charset in this...
2008-11-03 Wilfried Göesgens* remove duplicate function
2008-11-02 Wilfried Göesgens* plain mail renderer
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-31 MattUse AC_CHECK_HEADERS rather than __DARWIN__ macro to...
2008-10-31 Mattadd a few #defines to fix OS X
2008-10-11 Art CancroBig change to calendar view functions. We now declare
2008-10-03 Art CancroFinished the trailing_javascript API and moved a few...
2008-10-03 Art CancroAdded a StrBuf that will eventually contain all of the
2008-09-30 Art CancroMore recurrence editor code
2008-09-29 Art CancroDate picker is now localized to the currently selected
2008-09-28 Wilfried Göesgens* templatize user editing
2008-09-28 Wilfried Göesgens* migrate userlist to templating.
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-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* do linebuffered/non-blocking reads from http requests
2008-09-11 Wilfried Göesgens* Templatize IGNet Node Config
2008-09-10 Wilfried Göesgens* print errormessages into templates if possible in...
2008-09-08 Wilfried Göesgens* fix COND:PREFS
2008-09-08 Wilfried Göesgens* HAIL MELD!
next