<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/configreader.h, 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/include/configreader.h?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/configreader.h?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>Clean up the command disabling logic.</title>
<updated>2017-10-17T19:29:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-16T03:14:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aac644de3da4fe76dc912f6c8ef451c2dc75509c'/>
<id>urn:sha1:aac644de3da4fe76dc912f6c8ef451c2dc75509c</id>
<content type='text'>
- Read the disabled command list in ApplyDisabledCommands() instead
  of storing it in a global which is only accessed on rehash.
- Write debug messages to the log when disabling commands.
- Use irc::spacesepstream instead of std::stringstream.
</content>
</entry>
<entry>
<title>Convert Disabled[CU]Modes to use a bitset instead of a char array.</title>
<updated>2017-09-18T13:09:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-11T14:38:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ca9a56b7ac0ec2139ade835144369455baa757bc'/>
<id>urn:sha1:ca9a56b7ac0ec2139ade835144369455baa757bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for configurable casemapping &amp; default to ASCII.</title>
<updated>2017-09-08T19:11:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-30T16:34:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51a47e7d757df63370168ab5000d13ca9c349ecd'/>
<id>urn:sha1:51a47e7d757df63370168ab5000d13ca9c349ecd</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>Move &lt;dns:timeout&gt; out of the core.</title>
<updated>2017-09-03T18:28:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-03T18:08:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74dd288542e28f3604306cc69468f88b14c1b3c5'/>
<id>urn:sha1:74dd288542e28f3604306cc69468f88b14c1b3c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a ConfigTag* parameter to the ServerPaths constructor.</title>
<updated>2017-09-03T14:35:41Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-27T11:59:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6399cd9327eac2776355644fe21acb02e52cf16c'/>
<id>urn:sha1:6399cd9327eac2776355644fe21acb02e52cf16c</id>
<content type='text'>
This is used to directly read the settings from the config tag like
how ServerLimits works.
</content>
</entry>
<entry>
<title>Fix a bunch of Doxygen warnings.</title>
<updated>2017-08-26T08:58:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-25T12:03:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a62ae50007c2945251ef1d2611513b6e711f5748'/>
<id>urn:sha1:a62ae50007c2945251ef1d2611513b6e711f5748</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>Bump version to 3.0 in comments and messages</title>
<updated>2016-09-02T19:51:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-09-02T19:51:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=458ea2029cf36e9e8d3c7b7d0176e365234c018a'/>
<id>urn:sha1:458ea2029cf36e9e8d3c7b7d0176e365234c018a</id>
<content type='text'>
</content>
</entry>
</feed>
