]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_http_client.cpp
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
[user/henk/code/inspircd.git] / src / modules / m_http_client.cpp
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainRemove pointless debug
2007-05-10 w00tRemove a large portion of commented craq, and make...
2007-05-10 w00tUpdate this to use the new copyright header
2007-02-07 brainFix warning, remove unused var
2007-02-06 brainFixes to make this module build with the slightly chang...
2007-01-20 specialFixed (rewrote) m_http_client's URL parsing, it is...
2007-01-20 brainFixing
2007-01-20 brainApply fixes for buffering of headers, and a test module...
2007-01-17 brainMass comment removal.
2007-01-13 omTest fix for breakage with IPv6
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-07 brainRename all the classes in m_httpd to be HttpServer...
2007-01-07 brainMake this use the newer format of class Request (this...
2007-01-07 peaveyMake this compile.
2007-01-07 specialAdded m_http_client - this is incomplete and won't...