summaryrefslogtreecommitdiff
path: root/src/modules/m_http_client.cpp
AgeCommit message (Expand)Author
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-12Argh, i give upbrain
2007-11-12NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ...brain
2007-11-11This works with multiple remote includes now except it hangs when an include ...brain
2007-11-11Currently crashes with multiple layers of include. don't use this yetbrain
2007-11-11Fix some dodgy destructor stuffbrain
2007-11-11IT WORKS!brain
2007-11-11No crash, now we just have to find out why it wont connectbrain
2007-11-11Fixed all that, back to the crash we had before (yay?)brain
2007-11-11Ok, this works except for it wont resolve hosts before full startup. argh why?!brain
2007-11-11Hmmbrain
2007-11-11m_http_client is crashy. will fix.brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-20The only possibility for the issue sts found is that a socket is deleted but ...brain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-10Remove pointless debugbrain
2007-05-10Remove a large portion of commented craq, and make this fit in better with th...w00t
2007-05-10Update this to use the new copyright headerw00t
2007-02-07Fix warning, remove unused varbrain
2007-02-06Fixes to make this module build with the slightly changed inspsocket (insp_so...brain
2007-01-20Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac...special
2007-01-20Fixingbrain
2007-01-20Apply fixes for buffering of headers, and a test module both by psychonbrain
2007-01-17Mass comment removal.brain
2007-01-13Test fix for breakage with IPv6om
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-07Rename all the classes in m_httpd to be HttpServer etc,brain
2007-01-07Make this use the newer format of class Request (this module was still using ...brain
2007-01-07Make this compile.peavey
2007-01-07Added m_http_client - this is incomplete and won't work at all, don't try to ...special