<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/usermanager.h, branch v4.2.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/usermanager.h?h=v4.2.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/usermanager.h?h=v4.2.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-06-07T09:37:56Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some overloads of Find{Nick,UUID,} for local/remote users.</title>
<updated>2023-01-07T04:36:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-07T04:36:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9e985f59795bcb9857b82bbcd3ff548699f57462'/>
<id>urn:sha1:9e985f59795bcb9857b82bbcd3ff548699f57462</id>
<content type='text'>
</content>
</entry>
<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>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>Add nullability attributes to UserManager.</title>
<updated>2022-12-25T12:48:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-25T12:48:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=12518ce9668a97562e03dc83cee8138a3441d375'/>
<id>urn:sha1:12518ce9668a97562e03dc83cee8138a3441d375</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some types which were missed when making stuff final.</title>
<updated>2022-10-30T12:58:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-30T12:16:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=41926908ecfcf043cd149e93f0c710f8cecd96a0'/>
<id>urn:sha1:41926908ecfcf043cd149e93f0c710f8cecd96a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename session registration to connection to avoid a semantic conflict.</title>
<updated>2022-10-29T14:54:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T14:44:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6fc111ccb6650a67f014977b2e7ebc2fb5b16790'/>
<id>urn:sha1:6fc111ccb6650a67f014977b2e7ebc2fb5b16790</id>
<content type='text'>
We previously referred to both session registration and user registration
as "registration" which is confusing for users who aren't familiar with
how IRC works.
</content>
</entry>
<entry>
<title>Allow UserManager::Find{Nick,UUID,} to ignore unregistered users.</title>
<updated>2022-10-29T12:01:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T12:01:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a46b8b8edea0caf94350895acd02f0c90a1027de'/>
<id>urn:sha1:a46b8b8edea0caf94350895acd02f0c90a1027de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert the previous commit slightly to work around a bug in Clang.</title>
<updated>2022-10-22T14:11:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-22T13:59:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0d686818a2da0833539d6e45c2346762e8b4a7a9'/>
<id>urn:sha1:0d686818a2da0833539d6e45c2346762e8b4a7a9</id>
<content type='text'>
</content>
</entry>
</feed>
