Age | Commit message (Expand) | Author |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Last of the -Wshadow fixes. | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-12 | Argh, i give up | brain |
2007-11-12 | NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ... | brain |
2007-11-11 | This works with multiple remote includes now except it hangs when an include ... | brain |
2007-11-11 | Currently crashes with multiple layers of include. don't use this yet | brain |
2007-11-11 | Fix some dodgy destructor stuff | brain |
2007-11-11 | IT WORKS! | brain |
2007-11-11 | No crash, now we just have to find out why it wont connect | brain |
2007-11-11 | Fixed all that, back to the crash we had before (yay?) | brain |
2007-11-11 | Ok, this works except for it wont resolve hosts before full startup. argh why?! | brain |
2007-11-11 | Hmm | brain |
2007-11-11 | m_http_client is crashy. will fix. | brain |
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 |