Age | Commit message (Expand) | Author |
2007-02-09 | Check for nonexistent file | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-07 | Rename all the classes in m_httpd to be HttpServer etc, | brain |
2006-12-25 | Fix m_httpd always crashing in destructor if no active Timeout. | peavey |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-10-19 | Insert massive change here. | brain |
2006-10-06 | Tidy up strlens which are not required | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-25 | And maybe, just maybe, not fuck it up :p | brain |
2006-09-25 | Allow for multiple <http> tags, each with their own index and bound to their ... | brain |
2006-09-25 | This doesnt really need to be static | brain |
2006-09-17 | Automatically make http request type and http version string uppercase, add c... | brain |
2006-09-15 | Fix crash on two objects trying to free each other at the same time | brain |
2006-09-15 | Fix memory leak too | brain |
2006-09-15 | Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive... | brain |
2006-09-15 | Annotations | brain |
2006-09-14 | Commit all the httpd patches i sneakily put in before 9am at the office :p | brain |
2006-09-14 | Use gmtime() not localtime() as RFC2616 says dates sent by a http server must... | brain |
2006-09-14 | Remember to change state when sending error 400 | brain |
2006-09-14 | Send error 400 when content-size is 0 or omitted for POST | brain |
2006-09-14 | Fix postdata stuff | brain |
2006-09-14 | Only initialise request type once | brain |
2006-09-14 | Properly read POSTDATA | brain |
2006-09-13 | Todo: find out content-length, then read that much data | brain |
2006-09-13 | Beginnings of postdata stuff | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | Change to use InspIRCd::Time() | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-07-27 | Add VF_SERVICEPROVIDER | brain |
2006-07-11 | Allow modules to change the content-type of the document (defaults to text/html) | brain |
2006-07-11 | Make it not b0rk on empty headers | brain |
2006-07-11 | Make var const | brain |
2006-07-11 | Stuff for adding extra headers to a response (for Authorization: and Location... | brain |
2006-07-11 | This works now, m_httpd_stats.so prints 'chickens' on all pages except the index | brain |
2006-07-11 | Craq fixing | brain |
2006-07-11 | Error code stuff | brain |
2006-07-11 | Foulups | brain |
2006-07-11 | Craqbusters | brain |
2006-07-11 | Event class for m_httpd.cpp | brain |
2006-07-11 | Change last vestiges of m_http.so -> m_httpd.so | brain |
2006-07-10 | Because people whined :( | brain |