<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/logger.cpp, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/logger.cpp?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/logger.cpp?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-09-02T20:13:22Z</updated>
<entry>
<title>Update stuff for the new versioning system.</title>
<updated>2016-09-02T20:13:22Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-09-02T18:43:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b8d85c62517da91cf49428a419eca10cf82682f2'/>
<id>urn:sha1:b8d85c62517da91cf49428a419eca10cf82682f2</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://cgit.space/~steering/inspircd++.git/commit/?id=48f8f79317a04891e2becd859363add6eb2d6444'/>
<id>urn:sha1:48f8f79317a04891e2becd859363add6eb2d6444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add stdalgo::erase() and use it to simplify code</title>
<updated>2014-11-01T17:17:04Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-11-01T17:17:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fbc73e20784b055485f676096e758d6aeed62e0c'/>
<id>urn:sha1:fbc73e20784b055485f676096e758d6aeed62e0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill needless #includes in source files</title>
<updated>2014-06-14T13:30:14Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-14T13:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=82435b6fa8805baa65e04a582f3e4a2c84237f73'/>
<id>urn:sha1:82435b6fa8805baa65e04a582f3e4a2c84237f73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefix all definitions in config.h to avoid potential collisions.</title>
<updated>2014-05-23T12:13:51Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-05-21T00:26:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e3bcf95ee996c058c73879c12ac5a487f8dcdf46'/>
<id>urn:sha1:e3bcf95ee996c058c73879c12ac5a487f8dcdf46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add &lt;path&gt; keys for all of the compile-time paths.</title>
<updated>2013-08-12T15:53:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-10T17:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=29822a263b3b408559257e9ef2bd29167e7573fa'/>
<id>urn:sha1:29822a263b3b408559257e9ef2bd29167e7573fa</id>
<content type='text'>
Also, make all paths in the config relative to their associated
directory. This reverts a change in 2.0 which turned out to be a
terrible idea, especially for system-wide installations.
</content>
</entry>
<entry>
<title>Fix a few oversights</title>
<updated>2013-07-01T17:10:21Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-07-01T17:10:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=93b12896dab1692800c4b6d2d9f35e1a23102028'/>
<id>urn:sha1:93b12896dab1692800c4b6d2d9f35e1a23102028</id>
<content type='text'>
This partially reverts e0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f
</content>
</entry>
<entry>
<title>Minor changes to the startup and shutdown code</title>
<updated>2013-06-18T19:20:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-18T19:20:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f'/>
<id>urn:sha1:e0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f</id>
<content type='text'>
- Update comments
- Close logs in LogManager destructor instead of relying on other code to do it
- Change return type of InspIRCd::Run() to void
- private: InspIRCd::CheckRoot()
- Change log message type of setgroups() etc. errors to "STARTUP"
- Load cmd_privmsg in PURE_STATIC builds
</content>
</entry>
<entry>
<title>Convert a ton of uses of MAXBUF to use a fixed buffer size.</title>
<updated>2013-06-06T00:45:04Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-05-22T20:18:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=37d97550b147e0d14f6a9e279f8505b7d49c84bb'/>
<id>urn:sha1:37d97550b147e0d14f6a9e279f8505b7d49c84bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LogManager cleanup</title>
<updated>2013-05-24T16:38:55Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-24T16:38:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ee641f3f229143940fbe359ac98863edfdf249ce'/>
<id>urn:sha1:ee641f3f229143940fbe359ac98863edfdf249ce</id>
<content type='text'>
</content>
</entry>
</feed>
