]> 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
2013-08-25 attilamolnarClean up the protocol interface
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange httpd modules to use the MODNAME constant in...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 attilamolnarChange the API of m_httpd to be dynamic_reference-based
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Peter PowellRemove some dead code:
2013-02-17 Peter PowellFix multiple escape bugs in m_httpd_stats.
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-02 danieldgAllow opermotd to specify its file in <files> without...
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-15 danieldgAdd Inspircd::AddServices
2009-10-30 danieldgClean up typos and some unused code
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-22 danieldgClean up unused functions, add nonicks operoverride...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-18 danieldgFix null dereference caused by tracking dummy
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...
next