<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_delayjoin.cpp, branch v4.0.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_delayjoin.cpp?h=v4.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_delayjoin.cpp?h=v4.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-07-01T11:33:51Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-07-01T11:33:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-01T11:33:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d95d7fc4f574b4ce3593b6684dd9fd738c40fcab'/>
<id>urn:sha1:d95d7fc4f574b4ce3593b6684dd9fd738c40fcab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show delayjoined users to themself in WHO.</title>
<updated>2021-06-20T00:30:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-20T00:28:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad2f737405c9352326440984aff004ce84fc1d87'/>
<id>urn:sha1:ad2f737405c9352326440984aff004ce84fc1d87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert simple modes to use Simple{Channel,User}Mode.</title>
<updated>2021-06-01T01:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-01T01:30:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f421861e6cc5d6e497ebb5aabba8d04d74fd4e5'/>
<id>urn:sha1:1f421861e6cc5d6e497ebb5aabba8d04d74fd4e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-06-01T00:46:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-01T00:46:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7f88bd76c932e3ba5b1c1b082092c9dcbfaf27ec'/>
<id>urn:sha1:7f88bd76c932e3ba5b1c1b082092c9dcbfaf27ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for the delayjoin WHOX flag.</title>
<updated>2021-05-22T21:27:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-22T21:27:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=182cdec31090a4664e6532f1555f1dd70748a2bd'/>
<id>urn:sha1:182cdec31090a4664e6532f1555f1dd70748a2bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the population of exceptions in delayjoin.</title>
<updated>2021-05-22T14:38:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-22T14:38:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d60c1fdec1027aa2abdca3ab4acd1165f90b69ec'/>
<id>urn:sha1:d60c1fdec1027aa2abdca3ab4acd1165f90b69ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-05-22T05:39:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-22T05:39:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b08e70f0bf4280858fdf8fd8214ca28ffa55e669'/>
<id>urn:sha1:b08e70f0bf4280858fdf8fd8214ca28ffa55e669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only check for a join time if a user is actually in the channel.</title>
<updated>2021-05-22T05:29:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-22T05:29:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c7b938502295ddc5b2c89e0854d8c5c19ede32dc'/>
<id>urn:sha1:c7b938502295ddc5b2c89e0854d8c5c19ede32dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send the correct join timestamp on a delayed join message.</title>
<updated>2021-05-22T03:58:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-22T03:58:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=061d54f38e2ea9044935dfd6b8c208e7f4a3a958'/>
<id>urn:sha1:061d54f38e2ea9044935dfd6b8c208e7f4a3a958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch simple iterator loops to use range-based for loops.</title>
<updated>2021-04-07T09:36:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-06T19:06:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=942fd2bcfd384a12c900999fe663202c87319a68'/>
<id>urn:sha1:942fd2bcfd384a12c900999fe663202c87319a68</id>
<content type='text'>
</content>
</entry>
</feed>
