RSS client now uses libcurl instead of the crappy built-in
authorArt Cancro <ajc@citadel.org>
Mon, 19 May 2008 01:36:58 +0000 (01:36 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 May 2008 01:36:58 +0000 (01:36 +0000)
commitddc8b9b2eb5b2247dd03dc05836000f411374048
treed4cdf762b5d46e1e31af9450eb4923afb6bf420b
parente2e4f1be4968fbae3174521d3b82ad2e69720891
RSS client now uses libcurl instead of the crappy built-in
HTTP client I wrote for this purpose.  Not only is it more robust,
but it should be able to handle HTTPS as well.  Please note that
because of this change, libcurl is now a dependency.
citadel/configure.ac
citadel/modules/rssclient/serv_rssclient.c