<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspsocket.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-01-27T07:06:28Z</updated>
<entry>
<title>Rename some source files to match their recently renamed headers.</title>
<updated>2023-01-27T07:06:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-27T07:06:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=03b25f923caed9ae9a9ddcc5429c69266338825a'/>
<id>urn:sha1:03b25f923caed9ae9a9ddcc5429c69266338825a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix clamping the size of the IOVector array.</title>
<updated>2023-01-27T04:40:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-27T04:40:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44824755ab68cf0f991e7c80a71f75ad54a95ae2'/>
<id>urn:sha1:44824755ab68cf0f991e7c80a71f75ad54a95ae2</id>
<content type='text'>
Casting then clamping might result in a weird size here so instead
clamp before casting.
</content>
</entry>
<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>Convert log calls to use fmtlib format strings</title>
<updated>2023-01-24T00:12:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T23:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=206d31de85192353d03c74766e80513a87dc49b4'/>
<id>urn:sha1:206d31de85192353d03c74766e80513a87dc49b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for linking servers over SCTP sockets.</title>
<updated>2023-01-16T21:16:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-16T21:16:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=34de733223e2772f716765ec4e931d36ebedd714'/>
<id>urn:sha1:34de733223e2772f716765ec4e931d36ebedd714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor SocketEngine slightly.</title>
<updated>2022-12-25T22:41:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-25T21:49:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b1eb362d8349447b607a9ccb075ba0043bb70947'/>
<id>urn:sha1:b1eb362d8349447b607a9ccb075ba0043bb70947</id>
<content type='text'>
- Remove pointless shutdown() wrapper.
- Remove pointless bounds checking function.
- Make Bind and Listen take an EventHandler instead of a fd.
- Add nullability attributes to every method.
</content>
</entry>
<entry>
<title>More const correctness.</title>
<updated>2022-10-23T13:51:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-22T19:45:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=859088dac5b937208c7aff7fd3976bbc63329281'/>
<id>urn:sha1:859088dac5b937208c7aff7fd3976bbc63329281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up various socket-related code.</title>
<updated>2022-10-12T18:34:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-12T17:38:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a4ec09b455605cb6030ba4c8ae1a6664ad1d7f8d'/>
<id>urn:sha1:a4ec09b455605cb6030ba4c8ae1a6664ad1d7f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases of the &amp;* being next to the name instead of type.</title>
<updated>2022-09-29T11:36:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:01:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89537ed2ab22fcedb25e0378bd2c18e392911c0c'/>
<id>urn:sha1:89537ed2ab22fcedb25e0378bd2c18e392911c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings noticed by the readability-* clang-tidy checkers.</title>
<updated>2022-09-03T22:17:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-03T21:52:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9203f40f41e4a735d379d13867d277c696fb28c5'/>
<id>urn:sha1:9203f40f41e4a735d379d13867d277c696fb28c5</id>
<content type='text'>
</content>
</entry>
</feed>
