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_httpd.cpp
Age
Commit message (
Expand
)
Author
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