<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspircd.cpp, branch v3.0.0a7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v3.0.0a7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v3.0.0a7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-12-23T12:13:06Z</updated>
<entry>
<title>Get rid of InspIRCd::QuickExit.</title>
<updated>2017-12-23T12:13:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-10T13:48:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57330e973b3eb1f2a84803c84daf9d6b420859fd'/>
<id>urn:sha1:57330e973b3eb1f2a84803c84daf9d6b420859fd</id>
<content type='text'>
This is just a thin wrapper around exit(). I don't think we really
need it.

While we are changing this code the setgroup/setuser code should be
using EXIT_STATUS_CONFIG too.
</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>Assume that RUSAGE_SELF is always defined.</title>
<updated>2017-11-27T22:11:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-27T22:10:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=204d78aaa7b1cbfa98ef39f3961ad5fe428cf12b'/>
<id>urn:sha1:204d78aaa7b1cbfa98ef39f3961ad5fe428cf12b</id>
<content type='text'>
This was added for Red Hat 7 which was released in 2000(!) which
nobody should be using anymore.
</content>
</entry>
<entry>
<title>Convert GenRandom to std::function.</title>
<updated>2017-11-25T13:38:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-25T12:50:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6abc789577a86ffcdce8fae81b37f825d9ca4226'/>
<id>urn:sha1:6abc789577a86ffcdce8fae81b37f825d9ca4226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert IsChannel to std::function.</title>
<updated>2017-11-25T13:38:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-25T12:37:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1dca8b79edf65c0e5e846cc120f1321fb0a1d15c'/>
<id>urn:sha1:1dca8b79edf65c0e5e846cc120f1321fb0a1d15c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert IsIdent to std::function.</title>
<updated>2017-11-25T13:38:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-25T12:29:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b3cb845602bbaa3935f736785a53724750230dc'/>
<id>urn:sha1:3b3cb845602bbaa3935f736785a53724750230dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert IsNick to std::function.</title>
<updated>2017-11-25T13:38:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-25T12:15:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7ece928bab20881d6fe24c4479f4ff9e0a8a7179'/>
<id>urn:sha1:7ece928bab20881d6fe24c4479f4ff9e0a8a7179</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>Convert GetMaxFds() to size_t and deduplicate setting code.</title>
<updated>2017-10-22T18:44:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-22T01:27:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b1098712771ab823042fcf8614a706c76c2ff401'/>
<id>urn:sha1:b1098712771ab823042fcf8614a706c76c2ff401</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>
</feed>
