]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_httpd_stats.cpp
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / src / modules / m_httpd_stats.cpp
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgImprove m_httpd_stats; fix incorect parameter order...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgMembership* changes
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-05-03 w00t(for now), comment out opercount from individual server...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-19 w00tSpaces to tabs, EXORCISE THE DEMON. Thanks psychon.
2008-07-12 w00tAdd <gecos> field to <server> in XML stats output,...
2008-07-12 w00tImplement suggestion from Stealth in bug #572: expand...
2008-07-09 pippijn- xml has no html entities :(
2008-07-09 pippijn- disabled m_nopartmsg for now, since it requires API...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-11 brainDont obscure channel keys in the stats
2008-05-10 brainCheck for " to &quot; too
2008-05-10 brainAdd a 'sanitize' function to sanitize special character...
2008-05-10 brainAdd ident, port, ip to user info in <user> tag
2008-05-10 brainGive tons more information in the xml feed, should...
2008-05-08 brainAdd call to protocol interface to get useful info on...
2008-05-08 brainMake this nicer, rely on the last write event after...
2008-03-24 brainFinally change all the Version() objects
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainFix the FIXME related to new module event and loading...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-27 w00tRemove unnecessary header traffic
2007-08-19 specialAdded proper header handling, persistant connections...
2007-07-30 brainAdd uptime
2007-07-30 brainAdd servers and server user counts, module versions
2007-07-30 brainOutput is now xml in trunk.
2007-07-30 brainDont show hidden channels
2007-07-30 brainFix some op/halfop counts
2007-07-30 brainSet changed to true on load
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-03 brainFix broken modules (broken due to api change)
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-01-17 brainMass comment removal.
2006-12-23 brainHash rehashing change
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
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...