]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_httpd_stats.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_httpd_stats.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge pull request #1139 from johanna-a/master
2016-02-20 Johanna AAdds <commandlist> tag with command usage to httpd_stats.
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-12 Attila Molnarm_httpd_stats Remove days/hours/mins/secs from <uptime>
2015-02-12 Attila Molnarm_httpd_stats Fix pointer being shown instead of server...
2015-02-11 Attila MolnarConvert the HTTPd request event to use the new cross...
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarReplace SocketEngine::GetName() with INSPIRCD_SOCKETENG...
2014-01-21 Attila MolnarMerge insp20
2014-01-21 Attila Molnarm_httpd_stats Be more conservative when escaping data
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellRemove some pointless code:
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarMerge insp20
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...
next