* move serv_info into the session, here we can control its de/allocation the right...
[citadel.git] / webcit / webcit.h
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!
2008-09-04 Wilfried Göesgens* Template debugging: load & parse template on each...
2008-09-04 Wilfried Göesgens* made *bstr things const
2008-08-31 Wilfried Göesgens* clean some memleaks
2008-08-30 Wilfried Göesgens* harmonize svput actions to be clean and use strbuf...
2008-08-30 Art CancroWe now look for libical/ical.h instead of ical.h, because
2008-08-25 Wilfried Göesgens* fix hickup with the floordiv_expanded setting; the...
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-22 Wilfried Göesgens* fix HTTPS; this broke while migrating the request...
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-16 Wilfried Göesgens* now template tokens can work as functions, you can...
2008-08-14 Wilfried Göesgens* migrate SERV_* to global callback replacers
2008-08-11 Wilfried Göesgens* cache templates
2008-08-08 MattFixes for GroupDAV and hprintf
2008-08-06 Wilfried Göesgens* first aproach to formalize preferences; modules can...
2008-08-03 Wilfried Göesgens* abstract setting per room preferences
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
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-14 Wilfried Göesgens* removed handlers from webcit.h if possible
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* fixed several tiny flaws
2008-07-12 Wilfried Göesgens* added GCC Format String checkers to the remaining...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-07-07 MattRename is_wap to is_mobile
2008-06-19 Art Cancrolibcitadel 7.37
2008-06-03 Art Cancroopenid blah blah blah
2008-06-02 Art CancroExport format has changed due to the addition of a new
2008-06-01 Art CancroImplemented the code to detach an OpenID from an account.
2008-05-30 Art CancroUpdated version numbers.
2008-05-28 Art CancroAdded some glue code for attachment of an OpenID to
2008-05-22 Art CancroMore work on OpenID 1.1 support
2008-05-16 Art Cancromore openid setup
2008-05-15 Art CancroFinished the mini http fetcher
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-05-15 Art CancroGet the login screen ready for OpenID support
next