<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_pbkdf2.cpp, branch v4.0.0a5</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_pbkdf2.cpp?h=v4.0.0a5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_pbkdf2.cpp?h=v4.0.0a5'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-05-30T19:37:54Z</updated>
<entry>
<title>Added -Wshorten-64-to-32 and fixed all warnings.</title>
<updated>2021-05-30T19:37:54Z</updated>
<author>
<name>Dominic Hamon</name>
</author>
<published>2021-05-30T19:37:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02340285c564a7e82105137192d46d554a6fce3a'/>
<id>urn:sha1:02340285c564a7e82105137192d46d554a6fce3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the Base64 encoding and decoding functions.</title>
<updated>2021-05-10T19:09:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-10T15:10:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=73695c4fde78a2fde0ca8badc05890d4c11a0ce5'/>
<id>urn:sha1:73695c4fde78a2fde0ca8badc05890d4c11a0ce5</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>
<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>Merge branch 'insp3' into master.</title>
<updated>2021-02-28T19:16:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-28T19:16:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c22c7e5a99c8f913c12cad13977d7c56fa7ee8e4'/>
<id>urn:sha1:c22c7e5a99c8f913c12cad13977d7c56fa7ee8e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-02-26T06:58:13Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-02-26T06:58:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1bf7ca389426e196697eba9a8b60277db03fbedb'/>
<id>urn:sha1:1bf7ca389426e196697eba9a8b60277db03fbedb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2020-12-21T16:40:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-21T16:40:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a63b6e16df8c2764d3d054c125239d129582d9dc'/>
<id>urn:sha1:a63b6e16df8c2764d3d054c125239d129582d9dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue where m_pbkdf2 was not aware of services loaded before it</title>
<updated>2020-12-04T18:06:42Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2020-11-30T20:12:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b456adc15562f7e41c85fea84528cc0879233ee6'/>
<id>urn:sha1:b456adc15562f7e41c85fea84528cc0879233ee6</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>
</feed>
