<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_httpd.cpp, branch v3.0.0rc2</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.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_httpd.cpp?h=v3.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-10-26T00:20:35Z</updated>
<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>
<entry>
<title>Fix a ton of -Wsign-conversion warnings.</title>
<updated>2017-11-17T15:33:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-17T00:02:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36040be2952186d56a6646ee7d972aaafdd4e31a'/>
<id>urn:sha1:36040be2952186d56a6646ee7d972aaafdd4e31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of irc::sockets::satoap().</title>
<updated>2017-09-12T14:05:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-28T14:13:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b595d39a50e38283768bc6ec8aeb9e73071224f'/>
<id>urn:sha1:3b595d39a50e38283768bc6ec8aeb9e73071224f</id>
<content type='text'>
This function is being misused in all but one scenario. It isn't
really worth keeping IMO.
</content>
</entry>
<entry>
<title>Convert a bunch of time-related config options to getDuration.</title>
<updated>2017-09-03T19:20:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-13T15:26:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e7c829af5941c6a8a303ca75ed9ac47570347e41'/>
<id>urn:sha1:e7c829af5941c6a8a303ca75ed9ac47570347e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CXX11_OVERRIDE to overridden members that lack it.</title>
<updated>2017-07-12T13:41:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-12T13:41:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1df2bce56275e1297d94d82d4dbef6f6cf582b6'/>
<id>urn:sha1:d1df2bce56275e1297d94d82d4dbef6f6cf582b6</id>
<content type='text'>
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
</content>
</entry>
<entry>
<title>Check for errors after calling IOHookProvider::OnAccept()</title>
<updated>2016-08-24T10:27:51Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-24T10:27:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b200104cf2c61465acecaca111e3ec727fc3b954'/>
<id>urn:sha1:b200104cf2c61465acecaca111e3ec727fc3b954</id>
<content type='text'>
</content>
</entry>
</feed>
