summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
AgeCommit message (Expand)Author
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-13Beginnings of postdata stuffbrain
2006-09-02Doesnt need VF_STATICbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10Move all_opers into class InspIRCdbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-10Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-07-11Topic support in channel list - NOTE THIS ISNT SAFE AGAINST XSS YETbrain
2006-07-11Added stylesheet supportbrain
2006-07-11Now has a shiney 'valid xhtml 1.1' icon, just because it can.brain
2006-07-11XHTML 1.1 spec validation and charsetbrain
2006-07-11Removed some debug in the sorting algorithmbrain
2006-07-11typo Count -> Namebrain
2006-07-11Add voice, halfop and op countsbrain
2006-07-11Channel size sorting with a tricksy sort that converts it on the fly from std...brain
2006-07-11FIX channel user count stuff. next to do, order the user count listbrain
2006-07-11Channel user count stuffbrain
2006-07-11Check for uri and only claim /stats and /stats/brain
2006-07-11Add content-typebrain
2006-07-11Basic html output other than chickensbrain
2006-07-11Stop the chickens reproducing :Xbrain
2006-07-11Stuff for adding extra headers to a response (for Authorization: and Location...brain
2006-07-11This works now, m_httpd_stats.so prints 'chickens' on all pages except the indexbrain
2006-07-11Compiles nowbrain
2006-07-11Error code stuffbrain
2006-07-11Foulupsbrain
2006-07-11We might as well start on some module to interface with the service provider, ehbrain