<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_helpop.cpp, branch v4.0.0a2</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_helpop.cpp?h=v4.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_helpop.cpp?h=v4.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-06-01T01:36:13Z</updated>
<entry>
<title>Rename Simple{Channel,User}ModeHandler to match other mode handlers.</title>
<updated>2021-06-01T01:36:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-01T00:48:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=10e9e9a5be47ff0000d459d9a71bc6b11292898f'/>
<id>urn:sha1:10e9e9a5be47ff0000d459d9a71bc6b11292898f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate collections from insert to emplace.</title>
<updated>2021-04-18T03:58:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-18T03:37:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=569324feeecea939854e45bbd44495b849fcfd59'/>
<id>urn:sha1:569324feeecea939854e45bbd44495b849fcfd59</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>Constify variables within loops.</title>
<updated>2021-04-01T17:10:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-01T17:10:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ef24ec632da12f272eddcf9924eacde9260597a2'/>
<id>urn:sha1:ef24ec632da12f272eddcf9924eacde9260597a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move config typedefs to ServerConfig and use auto in more places.</title>
<updated>2020-11-03T22:30:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-11-03T22:30:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3075cc7bd0aa6db5752e76183c267d091584705f'/>
<id>urn:sha1:3075cc7bd0aa6db5752e76183c267d091584705f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move FilePosition to fileutils.h and use in ConfigTag.</title>
<updated>2020-11-03T19:54:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-11-03T19:40:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=373bc208ff8f7eceecd944114cd729b5a348d918'/>
<id>urn:sha1:373bc208ff8f7eceecd944114cd729b5a348d918</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert ConfigTag from reference&lt;&gt; to std::shared_ptr&lt;&gt;.</title>
<updated>2020-10-31T23:21:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-10-31T23:21:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b181b42b82213c884e8aac3a620252102992439'/>
<id>urn:sha1:1b181b42b82213c884e8aac3a620252102992439</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add stdalgo::iterator_range and switch config tag reading to use it.</title>
<updated>2020-10-31T22:33:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-10-31T20:03:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=441bd151da733d32e194de6e4a1744ae273b83ee'/>
<id>urn:sha1:441bd151da733d32e194de6e4a1744ae273b83ee</id>
<content type='text'>
This allows us to use range-based for loops which were not possible
with the previous config tag system.
</content>
</entry>
<entry>
<title>Convert CmdResult to an 8-bit strongly typed enum.</title>
<updated>2020-10-27T00:59:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-10-26T23:40:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7cb27dabe695505d2eb7b942c4fbf518dda8e6b3'/>
<id>urn:sha1:7cb27dabe695505d2eb7b942c4fbf518dda8e6b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Alow modules to specify multiple syntax lines.</title>
<updated>2020-04-14T15:41:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-14T15:41:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b382496d5c07cb236f2b26d1ce360f75a3cad6cb'/>
<id>urn:sha1:b382496d5c07cb236f2b26d1ce360f75a3cad6cb</id>
<content type='text'>
</content>
</entry>
</feed>
