index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_http_client.cpp
Age
Commit message (
Expand
)
Author
2007-11-04
Remove Implements() method from every module. booya.
brain
2007-11-04
Convert all to new Attach() system. The Implements() method needs removing fr...
brain
2007-10-15
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...
w00t
2007-08-23
Add some stuff to change how we process a token sepeperated stream
brain
2007-08-20
The only possibility for the issue sts found is that a socket is deleted but ...
brain
2007-08-19
Allow support for multiple dns results per request. This is a significant cha...
brain
2007-07-16
OOPS! 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-03
Removed superfluous semicolons
pippijn
2007-06-17
Conversions
w00t
2007-06-09
A ton more clear() and empty() stuff thats been lingering on the long term to...
brain
2007-05-19
Windows support. Tested and working to compile on freebsd and linux. Next ste...
w00t
2007-05-10
Remove pointless debug
brain
2007-05-10
Remove a large portion of commented craq, and make this fit in better with th...
w00t
2007-05-10
Update this to use the new copyright header
w00t
2007-02-07
Fix warning, remove unused var
brain
2007-02-06
Fixes to make this module build with the slightly changed inspsocket (insp_so...
brain
2007-01-20
Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac...
special
2007-01-20
Fixing
brain
2007-01-20
Apply fixes for buffering of headers, and a test module both by psychon
brain
2007-01-17
Mass comment removal.
brain
2007-01-13
Test fix for breakage with IPv6
om
2007-01-07
Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...
brain
2007-01-07
DNS caching stuff (almost done)
brain
2007-01-07
DNS Stuff - this wont work right yet, it will soon (tm)
brain
2007-01-07
Add TTL stuff to dns system (pass it to inherited objects)
brain
2007-01-07
Rename all the classes in m_httpd to be HttpServer etc,
brain
2007-01-07
Make this use the newer format of class Request (this module was still using ...
brain
2007-01-07
Make this compile.
peavey
2007-01-07
Added m_http_client - this is incomplete and won't work at all, don't try to ...
special