]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_http_client.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_http_client.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-12 brainArgh, i give up
2007-11-12 brainNOTE: our stuff for parsing multiple dns replies for...
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-11 brainCurrently crashes with multiple layers of include....
2007-11-11 brainFix some dodgy destructor stuff
2007-11-11 brainIT WORKS!
2007-11-11 brainNo crash, now we just have to find out why it wont...
2007-11-11 brainFixed all that, back to the crash we had before (yay?)
2007-11-11 brainOk, this works except for it wont resolve hosts before...
2007-11-11 brainHmm
2007-11-11 brainm_http_client is crashy. will fix.
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-08-19 brainAllow support for multiple dns results per request...
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...