]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_httpd_stats.cpp
Clean up the protocol interface
[user/henk/code/inspircd.git] / src / modules / m_httpd_stats.cpp
2006-12-14 brainRefactor userrec::chans.
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-13 brainBeginnings of postdata stuff
2006-09-02 brainDoesnt need VF_STATIC
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 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-10 brainMove all_opers into class InspIRCd
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-07-11 brainTopic support in channel list - NOTE THIS ISNT SAFE...
2006-07-11 brainAdded stylesheet support
2006-07-11 brainNow has a shiney 'valid xhtml 1.1' icon, just because...
2006-07-11 brainXHTML 1.1 spec validation and charset
2006-07-11 brainRemoved some debug in the sorting algorithm
2006-07-11 braintypo Count -> Name
2006-07-11 brainAdd voice, halfop and op counts
2006-07-11 brainChannel size sorting with a tricksy sort that converts...
2006-07-11 brainFIX channel user count stuff. next to do, order the...
2006-07-11 brainChannel user count stuff
2006-07-11 brainCheck for uri and only claim /stats and /stats/
2006-07-11 brainAdd content-type
2006-07-11 brainBasic html output other than chickens
2006-07-11 brainStop the chickens reproducing :X
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 brainCompiles now
2006-07-11 brainError code stuff
2006-07-11 brainFoulups
2006-07-11 brainWe might as well start on some module to interface...