<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/server.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/server.cpp?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/server.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>Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters</title>
<updated>2016-02-25T15:12:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move InspIRCd::SendError() to cmd_die</title>
<updated>2015-05-17T16:13:45Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-05-17T16:13:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=33137bba446212f89f7b94f50ace20db19b6d009'/>
<id>urn:sha1:33137bba446212f89f7b94f50ace20db19b6d009</id>
<content type='text'>
Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-10-27T14:26:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-10-27T14:26:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3a3ff949670c61a4a8856e1391222e156eb1cd17'/>
<id>urn:sha1:3a3ff949670c61a4a8856e1391222e156eb1cd17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various warnings when building with LLVM 3.5.</title>
<updated>2014-10-13T05:18:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-10-06T12:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=402a1bb010522a35600325c1a3084e092b40ca22'/>
<id>urn:sha1:402a1bb010522a35600325c1a3084e092b40ca22</id>
<content type='text'>
- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
- warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
</content>
</entry>
<entry>
<title>Fix incorrect cleanup order in InspIRCd::Exit()</title>
<updated>2014-09-15T15:35:36Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-09-15T15:35:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b8d32b75cd8d7d70058706122239d2814d5f6487'/>
<id>urn:sha1:b8d32b75cd8d7d70058706122239d2814d5f6487</id>
<content type='text'>
classbase objects such as callers call LogManager::Log() on destruction unless ServerInstance is NULL
</content>
</entry>
<entry>
<title>Minor ISupportManager changes</title>
<updated>2014-07-14T14:42:22Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-14T14:42:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e7bdcd71dce911f64d8f0c85f4935dfa83a81dd3'/>
<id>urn:sha1:e7bdcd71dce911f64d8f0c85f4935dfa83a81dd3</id>
<content type='text'>
- Make GetLines() a const method
- Rename Lines to cachedlines
- Get rid of a variable in Build()
</content>
</entry>
<entry>
<title>Change all occurrences of plain sort() to std::sort()</title>
<updated>2014-06-22T11:34:33Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-22T11:34:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5043a2f83598baa3afba53201f690e6deac3eafd'/>
<id>urn:sha1:5043a2f83598baa3afba53201f690e6deac3eafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change allocation of InspIRCd::Threads to be physically part of the object containing it</title>
<updated>2014-06-13T13:09:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-13T13:09:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b071a6acd805bde6119a66481768be13102d1c2b'/>
<id>urn:sha1:b071a6acd805bde6119a66481768be13102d1c2b</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>
</feed>
