<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/socket.h, branch v3.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/socket.h?h=v3.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/socket.h?h=v3.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-05-29T16:50:49Z</updated>
<entry>
<title>Add irc::sockets::isunix for checking if a file is a UNIX socket.</title>
<updated>2019-05-29T16:50:49Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-29T11:48:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=33932b95e4b886aec8ac1bf3e3e1665826bcd0ea'/>
<id>urn:sha1:33932b95e4b886aec8ac1bf3e3e1665826bcd0ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add irc::sockets::untosa() for creating AF_UNIX sockaddrs.</title>
<updated>2019-02-07T15:38:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-02-07T13:08:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=499121036c26a66a7b8b6195c8b837349f42df6c'/>
<id>urn:sha1:499121036c26a66a7b8b6195c8b837349f42df6c</id>
<content type='text'>
Also fix an overly long albeit harmless memcpy when creating UNIX
socket listeners. Thanks to @psychon for reporting this.
</content>
</entry>
<entry>
<title>Initial support for listening on UNIX socket endpoints.</title>
<updated>2018-07-18T18:22:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-13T09:28:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7716ed57704b2b2bcc665a590aecc8f02de631d'/>
<id>urn:sha1:b7716ed57704b2b2bcc665a590aecc8f02de631d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the family() member to the sockaddrs union.</title>
<updated>2018-07-18T18:21:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-12T23:47:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=87e328a1fbfcacafc013ba580d31dd4123f1e7e2'/>
<id>urn:sha1:87e328a1fbfcacafc013ba580d31dd4123f1e7e2</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>Change FailedPortList to store a sockaddrs/int instead of string.</title>
<updated>2017-09-12T14:05:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-28T18:28:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a378e8954717c19deaa618fc326164680383505'/>
<id>urn:sha1:5a378e8954717c19deaa618fc326164680383505</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store the server endpoint as a sockaddrs in ListenSocket.</title>
<updated>2017-09-12T14:05:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-28T14:37:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fb13dca410541f01db84287f2721d1e256eaf2b5'/>
<id>urn:sha1:fb13dca410541f01db84287f2721d1e256eaf2b5</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>Keep multiple IOHookProvider references in class ListenSocket</title>
<updated>2016-08-08T13:10:43Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-08T13:10:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8dbd80610aee01b8064ca813e1dd7ca44ab3f7b6'/>
<id>urn:sha1:8dbd80610aee01b8064ca813e1dd7ca44ab3f7b6</id>
<content type='text'>
This adds the &lt;bind:hook&gt; config option which works together with &lt;bind:ssl&gt;
</content>
</entry>
<entry>
<title>Change return type of ListenSocket::ResetIOHookProvider() to void</title>
<updated>2016-08-08T13:06:41Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-08T13:06:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b3b0ce142c16d50462e644821983c525874f10e'/>
<id>urn:sha1:2b3b0ce142c16d50462e644821983c525874f10e</id>
<content type='text'>
No code was using the return value
</content>
</entry>
</feed>
