<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socket.cpp, branch v3.1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/socket.cpp?h=v3.1.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socket.cpp?h=v3.1.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-02-07T17:35:44Z</updated>
<entry>
<title>Fix erroneously limiting to the size of sa instead of sun_path.</title>
<updated>2019-02-07T17:35:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-02-07T17:35:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f37590259eeb5cb9634773c000ea8f0fa083683a'/>
<id>urn:sha1:f37590259eeb5cb9634773c000ea8f0fa083683a</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>Don't allow invalid characters in UNIX listener paths.</title>
<updated>2019-02-06T10:45:58Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-24T16:55:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=577cc512e4c2be2cfdff0f414f1c3081a414ac7f'/>
<id>urn:sha1:577cc512e4c2be2cfdff0f414f1c3081a414ac7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace from various source files.</title>
<updated>2019-01-24T22:18:22Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-24T22:06:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=961109ae4fde97144fdedeef25607a5b8b3ec2c2'/>
<id>urn:sha1:961109ae4fde97144fdedeef25607a5b8b3ec2c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix conversion issues by replacing ConvToInt with ConvToNum&lt;T&gt;.</title>
<updated>2018-12-12T21:43:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T20:34:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f7cfd46ef2d277f5f82e34a2852c75212d75261'/>
<id>urn:sha1:0f7cfd46ef2d277f5f82e34a2852c75212d75261</id>
<content type='text'>
The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
</content>
</entry>
<entry>
<title>Fix some bugs in cidr_mask::str().</title>
<updated>2018-08-14T17:59:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-14T17:59:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=712313ae7cdf2ab81d497dc810a20eee8211c8e9'/>
<id>urn:sha1:712313ae7cdf2ab81d497dc810a20eee8211c8e9</id>
<content type='text'>
- Fix a missing break statement causing unintentional fallthrough.
- Cast the length to an int to avoid interpreting as a character.
</content>
</entry>
<entry>
<title>Fix building on Windows.</title>
<updated>2018-07-24T10:05:51Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-24T10:01:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7a24867d97c6ffe75b155d96dedb11b30b904a33'/>
<id>urn:sha1:7a24867d97c6ffe75b155d96dedb11b30b904a33</id>
<content type='text'>
</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>
</feed>
