<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v3.0.0a6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v3.0.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v3.0.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-12-22T01:11:14Z</updated>
<entry>
<title>Rename &lt;security:hidewhois&gt; to &lt;security:hideserver&gt;.</title>
<updated>2017-12-22T01:11:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-15T23:26:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e467fd0a6fc9ba97b2e2f31e654803a86bbb307f'/>
<id>urn:sha1:e467fd0a6fc9ba97b2e2f31e654803a86bbb307f</id>
<content type='text'>
The previous name was horrible and didn't describe what the setting
actually does.
</content>
</entry>
<entry>
<title>Extract RFC modes from the core to core_channel and core_user.</title>
<updated>2017-12-10T12:38:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-03T17:16:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=98372c3cf2c1455e41c388d822876a4d146ae76d'/>
<id>urn:sha1:98372c3cf2c1455e41c388d822876a4d146ae76d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a ton of -Wsign-conversion warnings.</title>
<updated>2017-11-17T15:33:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-17T00:02:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36040be2952186d56a6646ee7d972aaafdd4e31a'/>
<id>urn:sha1:36040be2952186d56a6646ee7d972aaafdd4e31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow spaces in the network name now it doesn't cause problems.</title>
<updated>2017-11-09T10:31:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-09T10:05:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b94e7dcc072d923a3f3e8830dab9b45caaea118'/>
<id>urn:sha1:2b94e7dcc072d923a3f3e8830dab9b45caaea118</id>
<content type='text'>
This will not cause any compatibility issues as we do not rely on
this attribute internally.
</content>
</entry>
<entry>
<title>Fix an unhandled exception crash when rehashing modules.</title>
<updated>2017-11-06T00:45:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-06T00:29:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2bce37fc7dc10ad719cddd5094845e57c93ff095'/>
<id>urn:sha1:2bce37fc7dc10ad719cddd5094845e57c93ff095</id>
<content type='text'>
Previously we used FOREACH_MOD to call OnRehash which handled any
thrown exceptions. When we switched to ReadConfig this stopped
being the case.

This bug was introduced in c202dea024.
</content>
</entry>
<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>Ignore &lt;module&gt; tags for modules that are already loaded.</title>
<updated>2017-10-18T03:08:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-18T03:00:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b927b48ccb30619d9ace318b5a7d21f2279abbf'/>
<id>urn:sha1:3b927b48ccb30619d9ace318b5a7d21f2279abbf</id>
<content type='text'>
This allows us to do user friendly things like loading the alias
module in the example alias files.
</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>Clean up the initialization of ConnectClass and ServerConfig.</title>
<updated>2017-10-15T22:41:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-18T19:26:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c65b5b4a1e2c88bde155fba9808315b3db291485'/>
<id>urn:sha1:c65b5b4a1e2c88bde155fba9808315b3db291485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the casemap name not being copied to the new ServerConfig.</title>
<updated>2017-10-05T16:27:04Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-05T16:27:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c6c30e7148aa8ea79a2fae205f0e7153ddd1bf8'/>
<id>urn:sha1:0c6c30e7148aa8ea79a2fae205f0e7153ddd1bf8</id>
<content type='text'>
</content>
</entry>
</feed>
