<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_delayjoin.cpp, branch v4.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_delayjoin.cpp?h=v4.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_delayjoin.cpp?h=v4.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2021-06-01T01:36:14Z</updated>
<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://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://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://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://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://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://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://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://cgit.space/~steering/inspircd++.git/commit/?id=942fd2bcfd384a12c900999fe663202c87319a68'/>
<id>urn:sha1:942fd2bcfd384a12c900999fe663202c87319a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert various mode methods to take Mode::Change.</title>
<updated>2021-03-30T17:25:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-30T16:52:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=49702c621eed54caee6a45c0518d68a33bca8f92'/>
<id>urn:sha1:49702c621eed54caee6a45c0518d68a33bca8f92</id>
<content type='text'>
- AccessCheck
- AfterMode
- BeforeMode
- OnModeChange
- OnRawMode
</content>
</entry>
<entry>
<title>Add a subclass of ExtensionItem exclusively for booleans.</title>
<updated>2021-03-17T21:14:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-17T17:26:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c1aa1d5a2b34b6a3339a157af3031b553fb8dd05'/>
<id>urn:sha1:c1aa1d5a2b34b6a3339a157af3031b553fb8dd05</id>
<content type='text'>
</content>
</entry>
</feed>
