<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_httpd.cpp, branch v3.0.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd.cpp?h=v3.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd.cpp?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-03-14T11:02:24Z</updated>
<entry>
<title>Update most URLs to use HTTPS and fix some dead links.</title>
<updated>2019-03-14T11:02:24Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-03-12T14:37:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ac0d5abaace6521643b213423bf57625abe9dd41'/>
<id>urn:sha1:ac0d5abaace6521643b213423bf57625abe9dd41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_httpd: GCC is __GNUC__ not _GNUC.</title>
<updated>2019-03-09T09:54:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-03-09T09:54:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42c7f479b2aebdec4fd190ba06097b7c5bca42a9'/>
<id>urn:sha1:42c7f479b2aebdec4fd190ba06097b7c5bca42a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_httpd: use http_response_str() instead of Response().</title>
<updated>2019-03-08T10:50:53Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-03-08T10:50:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f97c88f6f64e66fe2abb38860ab1e3f8c0702439'/>
<id>urn:sha1:f97c88f6f64e66fe2abb38860ab1e3f8c0702439</id>
<content type='text'>
Lets not reinvent the wheel pointlessly.
</content>
</entry>
<entry>
<title>Fix an "unknown pragma" warning on Windows.</title>
<updated>2019-03-08T10:50:08Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-03-08T10:50:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=83d2331a032b18346b967a6bdf6f336c0e2a26ef'/>
<id>urn:sha1:83d2331a032b18346b967a6bdf6f336c0e2a26ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand searching in m_httpd_stats, add global handling of GET parameters (#1566)</title>
<updated>2019-02-06T10:33:06Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-02-06T10:33:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4a1ea70451abb333e71f9cff09b624db59531a0'/>
<id>urn:sha1:d4a1ea70451abb333e71f9cff09b624db59531a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of harmless compiler warnings on recent GCC releases.</title>
<updated>2018-10-26T00:20:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-26T00:18:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d50984185c7902d37783a98f19637c86694a452'/>
<id>urn:sha1:2d50984185c7902d37783a98f19637c86694a452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use nodejs/http_parser instead of a homebrew parser.</title>
<updated>2018-10-06T15:51:11Z</updated>
<author>
<name>edef</name>
</author>
<published>2018-05-01T16:45:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23090cb7e416cf5196bb79e8a99e43dfc2e56a4c'/>
<id>urn:sha1:23090cb7e416cf5196bb79e8a99e43dfc2e56a4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp20' into master.</title>
<updated>2018-08-15T15:00:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-15T15:00:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b2ac8cc0a6405946a388b80df3be21bc276a61f3'/>
<id>urn:sha1:b2ac8cc0a6405946a388b80df3be21bc276a61f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_httpd: close the HTTP connection after serving a request.</title>
<updated>2018-08-07T17:38:12Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-07T17:31:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=090f3817584b6b0a25f661cfe73b61fb190136e2'/>
<id>urn:sha1:090f3817584b6b0a25f661cfe73b61fb190136e2</id>
<content type='text'>
We always send "Connection: Close" so this is the right behaviour
according to section 8.1 of RFC 2616.

Closes #1507.
</content>
</entry>
<entry>
<title>Make more config stuff case insensitive.</title>
<updated>2018-07-24T20:55:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-24T17:29:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97a1d6429a735eb279496df010d04e3f42aa4e22'/>
<id>urn:sha1:97a1d6429a735eb279496df010d04e3f42aa4e22</id>
<content type='text'>
</content>
</entry>
</feed>
