summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
AgeCommit message (Expand)Author
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Fix the FIXME related to new module event and loading stuffbrain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-27Remove unnecessary header trafficw00t
2007-08-19Added proper header handling, persistant connections, and working timeouts to...special
2007-07-30Add uptimebrain
2007-07-30Add servers and server user counts, module versionsbrain
2007-07-30Output is now xml in trunk.brain
2007-07-30Dont show hidden channelsbrain
2007-07-30Fix some op/halfop countsbrain
2007-07-30Set changed to true on loadbrain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-03Fix broken modules (broken due to api change)brain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-01-17Mass comment removal.brain
2006-12-23Hash rehashing changebrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-14Refactor userrec::chans.brain
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