<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_bcrypt.cpp, branch v3.15.0</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_bcrypt.cpp?h=v3.15.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_bcrypt.cpp?h=v3.15.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-07-30T13:31:12Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-07-30T13:31:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-07-30T13:31:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f12f76ec9561a6c1d522e3e6d81723ed9a07356'/>
<id>urn:sha1:2f12f76ec9561a6c1d522e3e6d81723ed9a07356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix checking bcrypt hashes.</title>
<updated>2020-06-25T02:23:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-06-25T02:17:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=355d51770e9a6d868eab7aa5442f4c0ac08a0046'/>
<id>urn:sha1:355d51770e9a6d868eab7aa5442f4c0ac08a0046</id>
<content type='text'>
Thanks to @lethality for reporting this.
</content>
</entry>
<entry>
<title>Use InspIRCd::TimingSafeCompare in more places.</title>
<updated>2020-06-19T02:28:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-06-19T02:28:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57dfd6249a69ae6b667230c3597fb4b86e31db70'/>
<id>urn:sha1:57dfd6249a69ae6b667230c3597fb4b86e31db70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert m_bcrypt to use a vendored library instead of bundling.</title>
<updated>2018-08-14T14:48:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-14T14:48:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=188acfed6f9e051e6e3ea5e4c5ac1cce4a96c529'/>
<id>urn:sha1:188acfed6f9e051e6e3ea5e4c5ac1cce4a96c529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ConfigTag::getUInt for reading unsigned config values.</title>
<updated>2018-04-16T14:29:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T14:43:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=780dda83ba3857bc3c330d4b5d38bb251a9d879b'/>
<id>urn:sha1:780dda83ba3857bc3c330d4b5d38bb251a9d879b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CXX11_OVERRIDE to overridden members that lack it.</title>
<updated>2017-07-12T13:41:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-12T13:41:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1df2bce56275e1297d94d82d4dbef6f6cf582b6'/>
<id>urn:sha1:d1df2bce56275e1297d94d82d4dbef6f6cf582b6</id>
<content type='text'>
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
</content>
</entry>
<entry>
<title>m_bcrypt: Add module</title>
<updated>2014-08-04T11:10:09Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2014-07-02T19:24:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0fc6faa7a16d09dbfd4425fe48f95ae91bc3de15'/>
<id>urn:sha1:0fc6faa7a16d09dbfd4425fe48f95ae91bc3de15</id>
<content type='text'>
bcrypt updated to 1.3 by @attilamolnar, original PR #767
</content>
</entry>
</feed>
