]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_httpd.cpp
Check for errors after calling IOHookProvider::OnAccept()
[user/henk/code/inspircd.git] / src / modules / m_httpd.cpp
2016-08-24 Attila MolnarCheck for errors after calling IOHookProvider::OnAccept()
2016-08-17 Attila MolnarMerge insp20
2016-08-10 Attila MolnarMerge branch 'master+websocket'
2016-08-08 Attila MolnarKeep multiple IOHookProvider references in class Listen...
2016-08-08 Attila MolnarAdd StreamSocket::GetModHook() for obtaining the IOHook...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-05-01 Attila Molnarm_httpd Fix iteration in OnUnloadModule()
2015-04-27 Attila MolnarMerge branch 'master+dns'
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-11 Attila Molnarm_httpd Remove now unused variable "claimed"
2015-02-11 Attila MolnarRemove unused parameters from HTTPRequest constructor
2015-02-11 Attila MolnarConvert the HTTPd request event to use the new cross...
2015-02-11 Attila MolnarConvert the HTTPd ACL event to use the new cross-module...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-12-18 Attila MolnarMerge pull request #953 from SaberUK/master+configure...
2014-12-15 Attila MolnarMerge branch 'master+callerid' into master+flatmap
2014-12-10 Attila Molnarm_httpd On module unload close all connections hooked...
2014-12-08 Attila MolnarMerge branch 'master+timeout'
2014-11-03 Attila Molnarm_flashpolicyd, m_httpd Store sockets in a intrusive...
2014-11-03 Attila Molnarm_flashpolicyd, m_httpd Handle timeouts using the Timer...
2014-11-03 Attila Molnarm_httpd Clean up HttpServerSocket constructor
2014-11-03 Attila Molnarm_httpd Remove unused container
2014-11-03 Attila Molnarm_httpd Always timeout connections, set default timeout...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-25 Peter PowellAdd parameter to InspIRCd::TimeString for UTC time...
2014-06-25 Peter PowellAdd formatting to InspIRCd::TimeString; switch all...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-04-07 Attila MolnarMerge insp20
2014-03-25 Attila Molnarm_httpd Fix typo noticed by @SaberUK
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2014-01-20 Attila Molnarm_httpd Add timeout option; remove timed out connections
2013-09-09 attilamolnarm_httpd Close all open http sockets on unload
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-15 attilamolnarRemove $ModDep comments
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
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-06 attilamolnarCreate IOHook interface (extracted from Module)
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 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-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-01-28 Attila MolnarMerge pull request #414 from SaberUK/insp20+hashmap
2013-01-28 Attila MolnarMerge pull request #413 from SaberUK/insp20+httpd
2013-01-28 Peter PowellUse a better server name in m_httpd.
2012-12-02 attilamolnarAttach to events and register services in init()
2012-09-23 attilamolnarm_httpd Accept POST requests only when the value for...
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
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-01-11 brain...because every now and again, i have to do a massive...
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-10-23 danieldgFix m_httpd
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-11 w00tRemove WaitingForWriteEvent, it seems to do *nothing...
2008-09-08 w00tGrowl.
2008-09-08 w00tRemove crappy, unsafe (and now unneeded!) casts.
2008-09-08 w00tGive httpd a custom listener class, specialised in...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-12 brainhttpd connection close fixes (these need to be backport...
2008-05-12 brainSkeleton ACL module, and hooks for it. This will provid...
2008-05-12 brainFix wildcard matching in win32, seems that incrementing...
2008-05-08 brainMake this nicer, rely on the last write event after...
2008-05-08 brainRemove the timeout stuff, it is not stable and not...
2008-03-24 brainAnd more of them
next