<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_haproxy.cpp, branch v4.0.0a22</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_haproxy.cpp?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_haproxy.cpp?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-01-24T23:02:35Z</updated>
<entry>
<title>Fix using (unsigned) long instead of (s)size_t.</title>
<updated>2023-01-24T23:02:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T23:02:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=babc733d2d51b77bf201a9147503b096a829b02f'/>
<id>urn:sha1:babc733d2d51b77bf201a9147503b096a829b02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make implementing OnStreamSocketClose optional in middle hooks.</title>
<updated>2023-01-21T13:22:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-21T13:22:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c0bb4742e0c9d5bd878a9f590dac21ae608e1785'/>
<id>urn:sha1:c0bb4742e0c9d5bd878a9f590dac21ae608e1785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Qualify auto correctly in all cases.</title>
<updated>2023-01-10T23:30:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T23:02:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b2d86bb8a1bc965ad72d00ba5ef98d0e4bbfb155'/>
<id>urn:sha1:b2d86bb8a1bc965ad72d00ba5ef98d0e4bbfb155</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid copying shared_ptr&lt;IOHookProvider&gt; when not necessary.</title>
<updated>2023-01-10T21:27:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T21:25:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b25cd86ddf0735379f128dd3813dc01ebd26ced5'/>
<id>urn:sha1:b25cd86ddf0735379f128dd3813dc01ebd26ced5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass the client/server sockaddr around as a ref instead of a ptr.</title>
<updated>2022-12-25T13:06:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-25T13:06:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7673db8d1b06cc1162d38a23012ba6a6e8651306'/>
<id>urn:sha1:7673db8d1b06cc1162d38a23012ba6a6e8651306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use auto in places where it is really obvious what the type is.</title>
<updated>2022-09-04T10:28:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-04T10:20:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7076a766db6759ac698fea880616ede9545207cc'/>
<id>urn:sha1:7076a766db6759ac698fea880616ede9545207cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update some code that uses "endpoint" to use "socket address" instead.</title>
<updated>2022-09-01T10:53:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-01T10:31:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c34d4e8eaced683b7cf8e288847d39e6501ca00'/>
<id>urn:sha1:6c34d4e8eaced683b7cf8e288847d39e6501ca00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize various minor legacy C++isms.</title>
<updated>2022-07-30T18:15:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-30T16:21:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c455a8511f8c72552afb6ebe35a8e7c9b9af979'/>
<id>urn:sha1:3c455a8511f8c72552afb6ebe35a8e7c9b9af979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abolish the infernal space before accessibility keywords.</title>
<updated>2022-01-25T14:02:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-25T13:59:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d79147e7afe2eca34780c607f78b11f8b3dd017d'/>
<id>urn:sha1:d79147e7afe2eca34780c607f78b11f8b3dd017d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add constexpr to the initialisation of various const static fields.</title>
<updated>2022-01-18T14:33:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-18T14:33:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40035385c6ecee61de82b18ff5f823a1ef4db871'/>
<id>urn:sha1:40035385c6ecee61de82b18ff5f823a1ef4db871</id>
<content type='text'>
</content>
</entry>
</feed>
