]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_httpd.cpp
Just to mess with om's head, remove helperfuncs.h from everywhere
[user/henk/code/inspircd.git] / src / modules / m_httpd.cpp
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 :(