summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Mass-tidyup of module global vars, theyre no longer global vars.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4856 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-101-3/+1
* Fixes and removal of Server::GetServerName()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4844 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-101-2/+2
* Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4843 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-101-2/+2
* FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...•••ServerConfig takes InspIRCd pointer in its constructor git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4832 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-101-1/+1
* Move clientlist and chanlist into InspIRCd*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4818 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-091-4/+2
* ServerConfig extern moved into class InspIRCd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4808 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-091-3/+2
* Topic support in channel list - NOTE THIS ISNT SAFE AGAINST XSS YET•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4351 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-5/+6
* Added stylesheet support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4350 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-0/+1
* Now has a shiney 'valid xhtml 1.1' icon, just because it can.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4349 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-5/+10
* XHTML 1.1 spec validation and charset•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4348 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-33/+38
* Removed some debug in the sorting algorithm•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4347 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-3/+0
* typo Count -> Name•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4346 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-1/+1
* Add voice, halfop and op counts•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4345 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-2/+10
* Channel size sorting with a tricksy sort that converts it on the fly from std...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4344 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-2/+51
* FIX channel user count stuff. next to do, order the user count list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4342 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-1/+2
* Channel user count stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4341 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-1/+97
* Check for uri and only claim /stats and /stats/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4340 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-13/+17
* Add content-type•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4339 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-1/+1
* Basic html output other than chickens•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4338 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-1/+10
* Stop the chickens reproducing :X•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4335 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-2/+3
* Stuff for adding extra headers to a response (for Authorization: and Location...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4333 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-1/+1
* This works now, m_httpd_stats.so prints 'chickens' on all pages except the index•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4332 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-0/+3
* Compiles now•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4331 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-2/+3
* Error code stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4329 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-0/+7
* Foulups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4328 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-11/+2
* We might as well start on some module to interface with the service provider, eh•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4327 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-0/+103