* add 'control context'; which will carry information from control elements into...
[citadel.git] / webcit / messages.c
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-13 Matt* fix issues with room list in firefox 2 (didn't detect...
2009-01-13 Matt* move output_headers to the top of readloop, before...
2009-01-12 Matt*fix numerous regressions that I let slip:
2009-01-12 Wilfried Göesgens+ add =() subtemplates for params
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-11 Wilfried Göesgens* complete the sorting api by non-room based preferences
2009-01-11 Art Cancro* messages.c: Msg->MsgBody->msgnum = msgnum;
2009-01-11 Art Cancro* Updated render_MIME_ICS() to do the right thing if...
2009-01-10 Art Cancro* Add text/calendar to the MSGP list. Also added...
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...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-26 Wilfried Göesgens* hide message headers if not -T n & 0x2 != 0
2008-12-24 Wilfried Göesgens* remove msgids from handling
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-15 Mattfix (no subject) for blank message subjects
2008-12-14 Wilfried Göesgens* fix addressbook view. where did this get lost?
2008-12-14 Wilfried Göesgens* fix some conditions with unassigned variable access
2008-12-14 Wilfried Göesgens* some tiny cleanups...
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* buyebye pullquote message... byebye duplicate bugs...
2008-12-11 Wilfried Göesgens* fix attachments forwarding
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-08 Wilfried Göesgens* fix messageselectomatic.
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* load_seen is our only condition for tagging messages
2008-12-01 Wilfried Göesgens* sometimes switches need break statements.
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-29 Wilfried Göesgens* increase number of messages to 10k as it was before...
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-25 Wilfried Göesgens* add missing hint to -Z
2008-11-25 Wilfried Göesgens* fix 64 bit incompatibility
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-20 Wilfried Göesgens* map room-flags into conditionals
2008-11-20 Wilfried Göesgens* catch more render bugs
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-08 Wilfried Göesgens* re-implement anonymous messages
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-05 Wilfried Göesgens* fix freeing.. well, most of it
2008-11-05 Art Cancrofixed a compiler warning
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-03 Wilfried Göesgens* skip all blank lines (even if thep have '>'s in them)
2008-11-02 Wilfried Göesgens* plain mail renderer
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-11 Art CancroBig change to calendar view functions. We now declare
2008-10-06 Art CancroCleaned up some bad html
2008-09-27 Wilfried Göesgens* rename urlstring parser
2008-09-08 Wilfried Göesgens* sanitize accesses, so valgrind doesn't moan of uninit...
2008-08-31 Wilfried Göesgens* clean some memleaks
2008-08-30 Wilfried Göesgens* migrate our iconbar wholist section to templates.
2008-08-25 Wilfried Göesgens* use & instead of ? for separating further url parameters
2008-08-22 Wilfried Göesgens* two tiny leaks
2008-08-21 Art CancroMinor adjustments to address book view -- fill in
2008-08-20 Art CancroChanged the tabbed dialog API to include an epilogue...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-03 Wilfried Göesgens* abstract setting per room preferences
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-08-03 Mattmass mobile update, interface cleanup and restyling.
2008-07-31 Wilfried Göesgens* several memoryleaks
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-13 MattDisable photo view for vcard
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-12 Wilfried Göesgens* avoid to run over the buffer while parsing the url
2008-07-09 Wilfried Göesgens* catch some more error conditions, double frees...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-07-07 MattRename is_wap to is_mobile
2008-06-23 Art Cancrominor formatting and comments cleanup
2008-05-15 Art CancroWhen printing a message, the page title is now the...
2008-05-13 Wilfried Göesgens* utf8-strcut the sender too...
2008-05-06 Art Cancro* The 'delete' button on sticky notes now works.
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-04-25 Wilfried Göesgens* fix URL termination bug
2008-04-21 Wilfried Göesgens* more carefully render urls
2008-04-21 Art CancroMinor formatting cleanup
2008-04-17 Art CancroWhen assembling lists of thread references, if the...
2008-04-16 Art CancroDoh! Thread references read left-to-right, not right...
2008-04-05 Wilfried Göesgens* fixed some hickups in the urlencode function.
2008-04-04 Wilfried Göesgens* we should send the buffer we printed the command...
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-04-04 Art CancroFixed a memory allocation problem
next