<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspircd.cpp, branch v4.0.0a13</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=v4.0.0a13</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v4.0.0a13'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-07-30T18:15:41Z</updated>
<entry>
<title>Modernize various minor legacy C++isms.</title>
<updated>2022-07-30T18:15:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-30T16:21:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c455a8511f8c72552afb6ebe35a8e7c9b9af979'/>
<id>urn:sha1:3c455a8511f8c72552afb6ebe35a8e7c9b9af979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from NULL to nullptr.</title>
<updated>2022-07-22T17:53:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-22T17:33:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=648f813f8c89e6e7d0ed5bda2c2149bee2babb09'/>
<id>urn:sha1:648f813f8c89e6e7d0ed5bda2c2149bee2babb09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-07-19T16:00:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-19T16:00:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b763b1e69e58de3d7895354682b9f8e484d7e981'/>
<id>urn:sha1:b763b1e69e58de3d7895354682b9f8e484d7e981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Also use binary exit codes in places that terminate abruptly.</title>
<updated>2022-07-19T15:47:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-19T15:47:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42b1429b37f1365687479764b4524cac913787b7'/>
<id>urn:sha1:42b1429b37f1365687479764b4524cac913787b7</id>
<content type='text'>
This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd.
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-05-25T16:23:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-25T16:23:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6c6ce79287b70aa1c44c356a139a0a9961cedf8'/>
<id>urn:sha1:f6c6ce79287b70aa1c44c356a139a0a9961cedf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some compiler warnings on i386.</title>
<updated>2022-05-25T09:11:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-25T09:11:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee6ce2064e3abf96eb5baf9b09b6a23148a0c31f'/>
<id>urn:sha1:ee6ce2064e3abf96eb5baf9b09b6a23148a0c31f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of entrypoint, specify the main function name directly.</title>
<updated>2022-05-07T19:18:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-07T18:49:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=507887f00102742722cbfee63ec89096cff3f868'/>
<id>urn:sha1:507887f00102742722cbfee63ec89096cff3f868</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite logging calls to use the new APIs.</title>
<updated>2022-05-01T21:07:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-18T03:30:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e23ee3fde17a6bb17a9e56c7105f4bbceb36391f'/>
<id>urn:sha1:e23ee3fde17a6bb17a9e56c7105f4bbceb36391f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite the entire logging system.</title>
<updated>2022-05-01T21:07:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-18T03:10:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c382faf9c941ad2ab93f806b6477933d41566719'/>
<id>urn:sha1:c382faf9c941ad2ab93f806b6477933d41566719</id>
<content type='text'>
- Much cleaner API for writing to the log.
- Adds support for stderr and stdout logging to the core.
- Adds support for sql and syslog logging in modules.
</content>
</entry>
<entry>
<title>Slim down the globally included files.</title>
<updated>2022-04-30T16:48:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-30T16:43:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af1d0f6a4b003d30960dfb55d6bdb7dd6c61f97e'/>
<id>urn:sha1:af1d0f6a4b003d30960dfb55d6bdb7dd6c61f97e</id>
<content type='text'>
</content>
</entry>
</feed>
