* Holy war on strlen: use IsEmptyStr where apropriate.
[citadel.git] / citadel / html.c
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-07-26 Dave WestMoved to new module init structure.
2007-05-09 Art CancroAdded conversion of “ and ” to ordinary
2007-04-19 Art CancroWhen converting HTML to plain text, omit any text
2006-05-26 Art Cancrohtml.c: convert some common character entity references
2006-05-22 Art Cancrohtml.c: removed extra newlines entering/exiting blockqu...
2006-05-18 Art Cancrohtml.c: rendering of BLOCKQUOTE sections is now
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-19 Art Cancro* msgbase.c, messages.c, html.c: conversion of HTML...
2005-10-12 Art Cancro* html.c: added support for some additional character...
2005-08-21 Art Cancro* html.c: don't transform <32 or >126 characters to...
2004-08-23 Michael Hampton* html.c: Try to something sane with lists
2004-08-05 Art Cancro* html.c: handle the <BLOCKQUOTE> tag properly
2004-06-03 Art Cancro* html.c: allow parsing of tags even when they're quali...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-09-17 Art Cancro* html.c: don't truncate messages when wacky characters are
2003-03-26 Art Cancro* Downloading of attachments was completely broken...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-10-01 Art Cancro* html.c: speed improvement in html-to-ascii converter
2002-09-03 Art Cancro* Added MSG4 support to client-side IPC
2001-12-09 Art Cancro* test
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
1999-10-31 Art Cancro* Fixed a bug which was crashing the server during...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-08-29 Art Cancro* Made some changes to the output of MIME (especially...
1999-08-29 Art Cancro* HTML now works.
1999-08-29 Art Cancro* HTML updates
1999-08-26 Art Cancro* HTML updates
1999-08-24 Art Cancro* Got the html.c mostly working.
1999-08-24 Art Cancro* html.c: added. This is an overly simplistic HTML...