* When converting "anything that looks like a URL" to a real link, first
authorArt Cancro <ajc@citadel.org>
Sun, 6 Jul 2003 22:07:00 +0000 (22:07 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 6 Jul 2003 22:07:00 +0000 (22:07 +0000)
commit01008640a5b0d110e76db7e885accf45abfd20d9
tree28a9422540c8b1f6c78f11454f563ed9f31abc57
parent3393a0510a990ef61044a1f3dbd97950e5532f33
* When converting "anything that looks like a URL" to a real link, first
  make sure that it isn't already inside a link.  This fixes most of the
  long, ugly URL strings sent by eBay.
* Automatically dismantle mailto: links in HTML messages, and convert
  them to WebCit mail links (clicking on it sends the user to the Mail
  room and begins composing a new message with the recipient and subject
  fields pre-populated).
webcit/ChangeLog
webcit/html2html.c
webcit/messages.c
webcit/webcit.c
webcit/webcit.h