Test for existing BDB files (not used yet)
[citadel.git] / webcit / html2html.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-11-23 Art CancroReplace striplt() with string_trim() in all the places...
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2015-01-11 Wilfried GoesgensAdd detection for https-urls in webcit.
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-24 Art CancroAdded more 'go=' parameters to links in the wiki view...
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2011-09-04 Art CancroAllow 'knrooms' in wiki rooms so welcome pages can...
2011-09-04 Art CancroRemoved some temporary log messages
2011-09-04 Art CancroAllow the token 'dotgoto?' to bypass wiki hyperlink...
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-09-15 Art CancroRevert "No more robots.txt, we now welcome spiders"
2010-09-14 Art CancroNo more robots.txt, we now welcome spiders
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-05-25 Art Cancro* added some missing license declarations
2010-04-26 Wilfried Göesgens* output_html(): it needs to be isspace()src="cid:...
2009-11-25 Art Cancro* Changed some of the '&' between url parameters to...
2009-04-25 Wilfried Göesgens* buybuy serv_read
2009-04-22 Art Cancro* Handle wandering punctuation in charset definitions...
2009-04-17 Art Cancro* Don't attempt to evaluate (ptr-1) when ptr is already...
2009-03-03 Art Cancro* When converting cid: URL's in to /webcit/mimepart...
2009-02-25 Wilfried Göesgens* remove duplicate code
2009-02-09 Wilfried Göesgens* null that strbuf on definition
2009-02-09 Wilfried Göesgens* free our buffer...
2009-02-08 Wilfried Göesgens* add tags found in mail <body> tag to a <table> wrappe...
2009-01-25 Art Cancro* The '/webcit' prefix was only stripped when running...
2009-01-25 Art Cancro* render_MAIL_html() now passes a message number instea...
2008-12-31 Wilfried Göesgens* fix trailing string appending in URLIZING for plaintext.
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-11-20 Wilfried Göesgens* catch more render bugs
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-07 Wilfried Göesgens* fix pointer magic
2008-11-05 Wilfried Göesgens* fix freeing.. well, most of it
2008-11-03 Wilfried Göesgens* while decoding messages, guess the charset in this...
2008-11-02 Wilfried Göesgens* plain mail renderer
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-09-27 Wilfried Göesgens* free the StrBuf apropriate.
2008-09-27 Wilfried Göesgens* rename urlstring parser
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-01-30 Wilfried Göesgens* if we find an '&', try to watch out for an ; within...
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-06 Thierry PasqualierChanged this initialisation line 142
2007-07-12 Wilfried Göesgens* fix the 'trilcat pastes url in webcit with trash...
2007-07-04 Art CancroFixed a bug in the conversion of 'mailto:' links to...
2007-07-03 Art CancroRemove <script> blocks from HTML messages when displaying.
2007-07-03 Art CancroWhen converting <A> tags, don't omit the change to
2007-02-24 Art CancroUpdated the html2html filter. When we encounter a...
2006-12-14 Art CancroCleaned up some commented-out stuff that was left in...
2006-11-17 Art Cancro* Applied matt's patch to have it show a loading graphi...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-09 Art Cancrohtml2html.c: when converting links, don't add quotes...
2006-02-08 Art CancroFixed a couple of memory leaks detected by Valgrind.
2006-02-06 Art CancroCreated ctdl_iconv_open() wrapper around iconv_open()
2006-02-04 Art CancroFixed the handling of HTML messages when the character...
2006-02-04 Art CancroReorganized portions of html2html.c
2006-02-04 Art CancroWhen outputting HTML messages, check to see if there...
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-21 Wilfried Göesgensmore doxygen doku.
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-11-03 Art Cancrominor href fix
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-08-18 Art Cancro* calendar_view.c event.c floors.c graphics.c html2html...
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-07-22 Art Cancro* HTML messages in foreign character sets are now conve...
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-06-12 Art Cancro* Fixed some garbled output resulting from turning...
2004-06-06 Art Cancro* Cleaned up a couple of FIXME's sitting around in...
2004-04-16 Art Cancro* Completed SSL support. Still doesn't work with all...
2003-07-06 Art Cancro* When converting "anything that looks like a URL"...
2002-09-27 Art Cancro* Removed the gzip compression stuff due to bugs in...
2002-09-14 Art Cancro* Finished gzip compression of dynamic pages (when...
2002-09-09 Art Cancro* In the HTML-to-HTML converter:
2002-07-25 Art Cancro* Final cleanup of changes (finally located and fixed...
2002-07-24 Art Cancro* Minor code cleanup of last night's changes
2002-07-23 Art Cancro* Minor cleanup of previous changes
2002-07-23 Art Cancro* Updated message reading to use the new MSG4 command...
2002-07-16 Art Cancro* Small change to above
2002-07-16 Art Cancro* Display HTML messages as HTML. (Wow!)