<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules, 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/include/modules?h=v4.0.0a16</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/modules?h=v4.0.0a16'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2022-10-30T12:58:38Z</updated>
<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://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://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>More const correctness.</title>
<updated>2022-10-23T13:51:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-22T19:45:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=859088dac5b937208c7aff7fd3976bbc63329281'/>
<id>urn:sha1:859088dac5b937208c7aff7fd3976bbc63329281</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>Fix an unintentional string copy in the geolocation API.</title>
<updated>2022-10-18T11:30:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-18T11:30:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ad244540845adf09b425783b5757dc6911d9e072'/>
<id>urn:sha1:ad244540845adf09b425783b5757dc6911d9e072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the accountnicks metadata as a replacement for user mode +r.</title>
<updated>2022-10-18T09:58:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-16T21:47:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4dfb70a9364c6a337b4dd7d222f5375b58220763'/>
<id>urn:sha1:4dfb70a9364c6a337b4dd7d222f5375b58220763</id>
<content type='text'>
This isn't used much currently but in the future will allow doing
a lot of behaviour which is currently implemented in services in
the IRCd instead e.g. killing ghost clients, nickname enforcement.
</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>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>Fix saving the database identifier in SQL::Provider.</title>
<updated>2022-10-07T18:41:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-07T18:41:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=45cfe11c989a53f6cbdf4bf3cfa45a2440bc39b1'/>
<id>urn:sha1:45cfe11c989a53f6cbdf4bf3cfa45a2440bc39b1</id>
<content type='text'>
</content>
</entry>
</feed>
