<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/users.cpp, branch v4.0.0a18</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/users.cpp?h=v4.0.0a18</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/users.cpp?h=v4.0.0a18'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-01-01T13:19:45Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-01-01T13:19:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-01T13:16:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d048778f789e8977506668631dab649426ca01ce'/>
<id>urn:sha1:d048778f789e8977506668631dab649426ca01ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</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>Pass the client/server sockaddr around as a ref instead of a ptr.</title>
<updated>2022-12-25T13:06:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-25T13:06:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7673db8d1b06cc1162d38a23012ba6a6e8651306'/>
<id>urn:sha1:7673db8d1b06cc1162d38a23012ba6a6e8651306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use in_port_t instead of int/unsigned int/long.</title>
<updated>2022-12-18T18:47:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-18T17:51:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ddb62319803f6a3f3246a52b4e009d9ae1daaed'/>
<id>urn:sha1:2ddb62319803f6a3f3246a52b4e009d9ae1daaed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework the levels things are logged at to make more sense.</title>
<updated>2022-12-18T13:43:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-18T13:43:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8b4414ee18be69eb7c6c491587e4895dc995fac'/>
<id>urn:sha1:d8b4414ee18be69eb7c6c491587e4895dc995fac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix conflicting with a predefined value on Windows.</title>
<updated>2022-12-11T10:31:00Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-11T10:20:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bfee808f26161c738ec4f979c6c68e2bc4ca8131'/>
<id>urn:sha1:bfee808f26161c738ec4f979c6c68e2bc4ca8131</id>
<content type='text'>
STRICT is already defined on Windows so we'll need to do something
else here. Thanks Microsoft.
</content>
</entry>
<entry>
<title>Move &lt;oper:autologin&gt; from m_sslinfo to core_oper and rework.</title>
<updated>2022-12-11T10:14:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-11T09:58:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c6e24665f52e3a38adfe4ab6a9adcbbb4926ca2'/>
<id>urn:sha1:3c6e24665f52e3a38adfe4ab6a9adcbbb4926ca2</id>
<content type='text'>
- Promote autologin to a core concept with visibility in events.

- Replace the binary yes/no value with strict/relaxed/never. This
  intentionally breaks v3 oper block autologin as admins will need
  to review them for the security implications of the new behaviour.
</content>
</entry>
<entry>
<title>Move password checking from core_oper into OperAccount.</title>
<updated>2022-12-10T15:30:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-10T15:27:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9d35da3e84376cfe882882bec536c4210df31dde'/>
<id>urn:sha1:9d35da3e84376cfe882882bec536c4210df31dde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the unused Extensible* parameter to PassCompare/OnPassCompare.</title>
<updated>2022-12-10T15:22:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-10T15:22:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86b4a0853e41f02d1b004a94cc64749b0a3a0ff4'/>
<id>urn:sha1:86b4a0853e41f02d1b004a94cc64749b0a3a0ff4</id>
<content type='text'>
</content>
</entry>
</feed>
