<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/coremods, branch v4.0.0a16</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/coremods?h=v4.0.0a16</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/coremods?h=v4.0.0a16'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2022-10-29T14:54:59Z</updated>
<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://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>Use User::IsFullyConnected instead of checking for REG_ALL.</title>
<updated>2022-10-29T12:43:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T12:30:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5a508c19ff3dec65bb4148883d38127d7c0be79e'/>
<id>urn:sha1:5a508c19ff3dec65bb4148883d38127d7c0be79e</id>
<content type='text'>
</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://cgit.space/~steering/inspircd++.git/commit/?id=a46b8b8edea0caf94350895acd02f0c90a1027de'/>
<id>urn:sha1:a46b8b8edea0caf94350895acd02f0c90a1027de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-10-18T11:33:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-18T11:33:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=77a76b855369cf1284e82e0c0021a3cf438dcaee'/>
<id>urn:sha1:77a76b855369cf1284e82e0c0021a3cf438dcaee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document how DNS PTR record lookups work better.</title>
<updated>2022-10-14T23:23:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-14T23:23:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5da227cf8468bf9c7966b896f7c9da7b08e04331'/>
<id>urn:sha1:5da227cf8468bf9c7966b896f7c9da7b08e04331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-10-13T07:35:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-13T07:35:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f49cfd2f302354cc821ed3372af6fba200c16933'/>
<id>urn:sha1:f49cfd2f302354cc821ed3372af6fba200c16933</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the default case in GetFirstVisibleChannel and document it.</title>
<updated>2022-10-13T07:17:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-13T07:17:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d97a8f15de81cca6cfd577f1a87eccfe8b65f104'/>
<id>urn:sha1:d97a8f15de81cca6cfd577f1a87eccfe8b65f104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow modules to control the visible channel in a WHO request.</title>
<updated>2022-10-12T07:50:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-07T17:12:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=59ec1f6eb623626ecd8ba69a929a696be2339ffc'/>
<id>urn:sha1:59ec1f6eb623626ecd8ba69a929a696be2339ffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the matched channel to the WHO request data.</title>
<updated>2022-10-12T07:50:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-07T17:11:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a54b78fb9d1a9fd2a83ce638bbc8325cd49de827'/>
<id>urn:sha1:a54b78fb9d1a9fd2a83ce638bbc8325cd49de827</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename user_hash to UserMap and move to usermanager.</title>
<updated>2022-10-07T19:03:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-07T19:03:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1cdf4a5ca148449c421c005bdd962756b6b8a12c'/>
<id>urn:sha1:1cdf4a5ca148449c421c005bdd962756b6b8a12c</id>
<content type='text'>
</content>
</entry>
</feed>
