index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_httpd.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-06-24
Reset diagnostic pragmas after including external headers (#1661).
linuxdaemon
2019-06-10
Fix some more warnings in the httpd module.
Peter Powell
2019-05-22
Add an overload of StreamSocket::Close which closes when all data has been wr...
linuxdaemon
2019-05-20
Fix some warnings in m_httpd on older versions of GCC.
Peter Powell
2019-03-14
Update most URLs to use HTTPS and fix some dead links.
Robby
2019-03-09
m_httpd: GCC is __GNUC__ not _GNUC.
Peter Powell
2019-03-08
m_httpd: use http_response_str() instead of Response().
Peter Powell
2019-03-08
Fix an "unknown pragma" warning on Windows.
Peter Powell
2019-02-06
Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)
linuxdaemon
2018-10-26
Fix a bunch of harmless compiler warnings on recent GCC releases.
Peter Powell
2018-10-06
Use nodejs/http_parser instead of a homebrew parser.
edef
2018-08-15
Merge branch 'insp20' into master.
Peter Powell
2018-08-07
m_httpd: close the HTTP connection after serving a request.
Peter Powell
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-09-12
Get rid of irc::sockets::satoap().
Peter Powell
2017-09-03
Convert a bunch of time-related config options to getDuration.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-08-24
Check for errors after calling IOHookProvider::OnAccept()
Attila Molnar
2016-08-08
Keep multiple IOHookProvider references in class ListenSocket
Attila Molnar
2016-08-08
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...
Attila Molnar
2015-05-01
m_httpd Fix iteration in OnUnloadModule()
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-02-11
m_httpd Remove now unused variable "claimed"
Attila Molnar
2015-02-11
Remove unused parameters from HTTPRequest constructor
Attila Molnar
2015-02-11
Convert the HTTPd request event to use the new cross-module event system
Attila Molnar
2015-02-11
Convert the HTTPd ACL event to use the new cross-module event system
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-12-10
m_httpd On module unload close all connections hooked by the module being unl...
Attila Molnar
2014-11-03
m_flashpolicyd, m_httpd Store sockets in a intrusive list
Attila Molnar
2014-11-03
m_flashpolicyd, m_httpd Handle timeouts using the Timer system
Attila Molnar
2014-11-03
m_httpd Clean up HttpServerSocket constructor
Attila Molnar
2014-11-03
m_httpd Remove unused container
Attila Molnar
2014-11-03
m_httpd Always timeout connections, set default timeout to 10 seconds
Attila Molnar
2014-06-25
Add parameter to InspIRCd::TimeString for UTC time formats.
Peter Powell
2014-06-25
Add formatting to InspIRCd::TimeString; switch all code to use it.
Peter Powell
2014-05-23
Prefix all definitions in config.h to avoid potential collisions.
Peter Powell
2014-04-07
Merge insp20
Attila Molnar
2014-03-25
m_httpd Fix typo noticed by @SaberUK
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-20
m_httpd Add timeout option; remove timed out connections
Attila Molnar
2013-09-09
m_httpd Close all open http sockets on unload
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-15
Remove $ModDep comments
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
[next]