<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socket.cpp, branch v3.4.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.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/socket.cpp?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-08-01T12:23:46Z</updated>
<entry>
<title>Move UNIX socket removal to ListenSocket ctor.</title>
<updated>2019-08-01T12:23:46Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-08-01T10:55:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb1e9772a9526da37b7a155109bb481d56d97f5b'/>
<id>urn:sha1:cb1e9772a9526da37b7a155109bb481d56d97f5b</id>
<content type='text'>
Doing the removal in BindPorts() would remove the socket
during a rehash and not recreate it. Now it's only removed
if it's about to be created.
</content>
</entry>
<entry>
<title>Various improvements to UNIX socket support.</title>
<updated>2019-05-30T10:51:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-29T12:53:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=08d2ff86b0c7ed91549d832cf3e572c8623dc8e8'/>
<id>urn:sha1:08d2ff86b0c7ed91549d832cf3e572c8623dc8e8</id>
<content type='text'>
- Allow replacing dead UNIX sockets on startup.
- Allow setting the permissions of the UNIX socket.
- Expand the UNIX socket path relative to the data directory.
</content>
</entry>
<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>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>
</feed>
