<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_anticaps.cpp, branch v4.0.0a6</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_anticaps.cpp?h=v4.0.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_anticaps.cpp?h=v4.0.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-10-01T05:26:19Z</updated>
<entry>
<title>Mark more mode classes as final.</title>
<updated>2021-10-01T05:26:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-01T05:17:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f98e410983cf55275796ec85f8dc8e5fe49e8a0a'/>
<id>urn:sha1:f98e410983cf55275796ec85f8dc8e5fe49e8a0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark all mode classes as final.</title>
<updated>2021-10-01T04:39:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-01T04:39:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=771534473f16a94fd97661bef7d2dbd8b2dc6c65'/>
<id>urn:sha1:771534473f16a94fd97661bef7d2dbd8b2dc6c65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark all module classes as final.</title>
<updated>2021-10-01T04:15:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-01T03:37:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e0dec0572ae900417372f034fd27ec356e650fd0'/>
<id>urn:sha1:e0dec0572ae900417372f034fd27ec356e650fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-05-14T15:54:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-14T15:54:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7a712456f1b7debbf72649dd7c03e05b56f17461'/>
<id>urn:sha1:7a712456f1b7debbf72649dd7c03e05b56f17461</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-05-14T13:48:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-05-14T13:48:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e94b673532f7833aaa4789f834e61d68e0b4fc56'/>
<id>urn:sha1:e94b673532f7833aaa4789f834e61d68e0b4fc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an off by one error in various bitsets.</title>
<updated>2021-05-14T13:26:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-14T13:26:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c24a7435b8171db15c719af119e708bfd9b719bc'/>
<id>urn:sha1:c24a7435b8171db15c719af119e708bfd9b719bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up the ConvTo functions.</title>
<updated>2021-04-15T14:35:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-15T14:24:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e414f10a6ae47d70e4f3abe2f29e36c15fcd5211'/>
<id>urn:sha1:e414f10a6ae47d70e4f3abe2f29e36c15fcd5211</id>
<content type='text'>
- Add a default parameter to ConvToNum.
- Use std::to_string for types that implement it.
- Document the functions properly.
</content>
</entry>
<entry>
<title>Use string_view in IsCTCP.</title>
<updated>2021-04-08T19:00:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-08T19:00:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=77802d96ca043ba567ae9b32409862e85dff8e5f'/>
<id>urn:sha1:77802d96ca043ba567ae9b32409862e85dff8e5f</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>
<entry>
<title>Fix a ton of pedantic compiler warnings.</title>
<updated>2021-04-04T22:42:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-04T22:42:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7d84e4900fa8f4ef96e8cf4bb67b76be7902e840'/>
<id>urn:sha1:7d84e4900fa8f4ef96e8cf4bb67b76be7902e840</id>
<content type='text'>
</content>
</entry>
</feed>
