]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_httpd.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_httpd.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
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-10-15 w00tInspTimer -> Timer
2007-08-27 w00tRemove unnecessary header traffic
2007-08-19 specialAdded proper header handling, persistant connections...
2007-08-19 specialFixed a crash within the timeout for m_httpd sockets
2007-07-30 brainReplace blank error pages with an error page
2007-07-30 brainThe macros which tidy up module factories broke m_httpd...
2007-07-23 brainFix crash on unload of modules with listening sockets...
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-11 brainFix for bug #347.
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-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-02-09 brainCheck for nonexistent file
2007-01-17 brainMass comment removal.
2007-01-07 brainRename all the classes in m_httpd to be HttpServer...
2006-12-25 peaveyFix m_httpd always crashing in destructor if no active...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-06 brainTidy up strlens which are not required
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainAnd maybe, just maybe, not fuck it up :p
2006-09-25 brainAllow for multiple <http> tags, each with their own...
2006-09-25 brainThis doesnt really need to be static
2006-09-17 brainAutomatically make http request type and http version...
2006-09-15 brainFix crash on two objects trying to free each other...
2006-09-15 brainFix memory leak too
2006-09-15 brainAdd timeouts to the http module. Two seperate timeouts...
2006-09-15 brainAnnotations
2006-09-14 brainCommit all the httpd patches i sneakily put in before...
2006-09-14 brainUse gmtime() not localtime() as RFC2616 says dates...
2006-09-14 brainRemember to change state when sending error 400
2006-09-14 brainSend error 400 when content-size is 0 or omitted for...
2006-09-14 brainFix postdata stuff
2006-09-14 brainOnly initialise request type once
2006-09-14 brainProperly read POSTDATA
2006-09-13 brainTodo: find out content-length, then read that much...
2006-09-13 brainBeginnings of postdata stuff
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainChange to use InspIRCd::Time()
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-07-27 brainAdd VF_SERVICEPROVIDER
2006-07-11 brainAllow modules to change the content-type of the documen...
2006-07-11 brainMake it not b0rk on empty headers
2006-07-11 brainMake var const
2006-07-11 brainStuff for adding extra headers to a response (for Autho...
2006-07-11 brainThis works now, m_httpd_stats.so prints 'chickens'...
2006-07-11 brainCraq fixing
2006-07-11 brainError code stuff
2006-07-11 brainFoulups
2006-07-11 brainCraqbusters
2006-07-11 brainEvent class for m_httpd.cpp
2006-07-11 brainChange last vestiges of m_http.so -> m_httpd.so
2006-07-10 brainBecause people whined :(