* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / rss.c
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-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-02 Wilfried Göesgens* plain mail renderer
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-14 Art CancroCleaned up some of the comments ... removed vestiges...
2008-09-27 Wilfried Göesgens* rename urlstring parser
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-06-24 Art Cancro* Applied matt's latest patches
2008-04-21 Wilfried Göesgens* more carefully render urls
2008-03-10 Wilfried Göesgens* abstract #ifdef HAVE_ICONV around utf8ify_rfc822_stri...
2007-10-25 Wilfried Göesgens* handle webcit version through sysdep.h
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-06 Art CancroCreated ctdl_iconv_open() wrapper around iconv_open()
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-24 Art Cancro* Fixes to wiki view to handle "short" links.
2006-01-23 Wilfried GöesgensDone with doxygenizing
2005-11-19 Art Cancrofix rss.c
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-10-26 Art Cancro* Bumped internal version number to 6.31. Minimum...
2005-10-22 Art Cancro* More changes required to be able to do embedded messa...
2005-09-20 Art Cancro* webcit.c: moved request_method[] out of the global...
2005-09-18 Art Cancro* Discovered that Prototype makes it easy to auto-refre...
2005-09-16 Michael HamptonAdd Reply and Email links; and an RSS link in the header
2005-08-22 Art Cancro* rss.c: i18n
2005-08-19 Michael HamptonRSS: Format the room info better.
2005-08-19 Michael HamptonRSS: Update debugging messages
2005-08-19 Michael HamptonFix lingering timezone problem in If-Modified-Since
2005-08-19 Michael HamptonClean up the RSS feed. Attempt to read If-Modified...
2005-08-18 Michael HamptonFirst-draft of RSS support.