<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengine.cpp, branch v3.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengine.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socketengine.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-24T09:23:47Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add HasFd to EventHandler and switch code to use it.</title>
<updated>2020-02-15T06:25:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-02-15T05:58:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=24f1224f770eb8f6a075d3c8bd083545c17bba10'/>
<id>urn:sha1:24f1224f770eb8f6a075d3c8bd083545c17bba10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a method for swapping user I/O handlers.</title>
<updated>2019-07-21T15:57:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-21T15:56:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5f387071d339892ebed5accba92f91f997396476'/>
<id>urn:sha1:5f387071d339892ebed5accba92f91f997396476</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix building on Windows (mostly).</title>
<updated>2018-02-17T17:12:26Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-02-17T17:12:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2efdbf6bb91229d043303b1694fefae79ea6fe7'/>
<id>urn:sha1:d2efdbf6bb91229d043303b1694fefae79ea6fe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass an irc::socket::sockaddrs to SocketEngine::SendTo().</title>
<updated>2018-01-20T12:24:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-01-20T12:24:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7ecd18b73a301b28c61e3ac62cd6f7e4ed5c43e'/>
<id>urn:sha1:b7ecd18b73a301b28c61e3ac62cd6f7e4ed5c43e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass an irc::socket::sockaddrs to SocketEngine::Connect().</title>
<updated>2018-01-20T12:08:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-01-20T12:08:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b18e6b5556f2deedf6ebf154477c4d69dcf02638'/>
<id>urn:sha1:b18e6b5556f2deedf6ebf154477c4d69dcf02638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of InspIRCd::QuickExit.</title>
<updated>2017-12-23T12:13:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-10T13:48:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57330e973b3eb1f2a84803c84daf9d6b420859fd'/>
<id>urn:sha1:57330e973b3eb1f2a84803c84daf9d6b420859fd</id>
<content type='text'>
This is just a thin wrapper around exit(). I don't think we really
need it.

While we are changing this code the setgroup/setuser code should be
using EXIT_STATUS_CONFIG too.
</content>
</entry>
<entry>
<title>Deduplicate error handling in the socket engines.</title>
<updated>2017-10-22T18:45:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-22T02:10:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=63e300ed082b82530ad5ae0949f45686746b7c9b'/>
<id>urn:sha1:63e300ed082b82530ad5ae0949f45686746b7c9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert GetMaxFds() to size_t and deduplicate setting code.</title>
<updated>2017-10-22T18:44:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-22T01:27:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b1098712771ab823042fcf8614a706c76c2ff401'/>
<id>urn:sha1:b1098712771ab823042fcf8614a706c76c2ff401</id>
<content type='text'>
</content>
</entry>
</feed>
