<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configparser.cpp, branch v3.0.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/configparser.cpp?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configparser.cpp?h=v3.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-10-18T17:38:30Z</updated>
<entry>
<title>Add a constructor to OperInfo and use it to set the type name.</title>
<updated>2017-10-18T17:38:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-16T01:37:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=020c1d6ea658956e7cb2462a748790a4f4e30787'/>
<id>urn:sha1:020c1d6ea658956e7cb2462a748790a4f4e30787</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for length arguments in getString.</title>
<updated>2017-09-03T21:44:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-17T13:54:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c0ca5c8d41a71eae4ec132e492b546fa03510871'/>
<id>urn:sha1:c0ca5c8d41a71eae4ec132e492b546fa03510871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store config values in a map instead of a unique vector of pairs.</title>
<updated>2016-12-08T02:01:40Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-12-08T01:57:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3fd1ba753d0e4cb56ecb22ddfdabd6795e17ff25'/>
<id>urn:sha1:3fd1ba753d0e4cb56ecb22ddfdabd6795e17ff25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strip carriage returns in the config parser.</title>
<updated>2016-09-20T21:23:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-09-09T09:50:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1809cf18798f22a385edd9178a7e893ce77243ab'/>
<id>urn:sha1:1809cf18798f22a385edd9178a7e893ce77243ab</id>
<content type='text'>
This prevents problems when configuration files have been edited
on a Windows machine.
</content>
</entry>
<entry>
<title>Change type of some associative containers to their flat versions, including Extensible storage</title>
<updated>2014-12-15T16:48:52Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-12-15T16:48:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7010a92426d2c3ab0cea5ba0d36a04bc6b52349f'/>
<id>urn:sha1:7010a92426d2c3ab0cea5ba0d36a04bc6b52349f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add stdalgo::isin() and use it to simplify code</title>
<updated>2014-11-01T17:21:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-11-01T17:21:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=48f8f79317a04891e2becd859363add6eb2d6444'/>
<id>urn:sha1:48f8f79317a04891e2becd859363add6eb2d6444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove if (!this) check from ConfigTag::readString()</title>
<updated>2014-10-27T14:30:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-10-27T14:30:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5fb509060fa7552a25efccad11595898d420d476'/>
<id>urn:sha1:5fb509060fa7552a25efccad11595898d420d476</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-10-27T14:26:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-10-27T14:26:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3a3ff949670c61a4a8856e1391222e156eb1cd17'/>
<id>urn:sha1:3a3ff949670c61a4a8856e1391222e156eb1cd17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various warnings when building with LLVM 3.5.</title>
<updated>2014-10-13T05:18:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-10-06T12:30:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=402a1bb010522a35600325c1a3084e092b40ca22'/>
<id>urn:sha1:402a1bb010522a35600325c1a3084e092b40ca22</id>
<content type='text'>
- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
- warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
</content>
</entry>
<entry>
<title>Use std::find() in ParseStack::ParseFile()</title>
<updated>2014-06-09T15:13:31Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-09T15:13:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a77f472fd5bad95f1e4e26835317533d988ea15'/>
<id>urn:sha1:4a77f472fd5bad95f1e4e26835317533d988ea15</id>
<content type='text'>
</content>
</entry>
</feed>
