<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/server.cpp, branch v3.0.0a2</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.0a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/server.cpp?h=v3.0.0a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-09-08T19:11:50Z</updated>
<entry>
<title>Implement support for configurable casemapping &amp; default to ASCII.</title>
<updated>2017-09-08T19:11:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-30T16:34:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=51a47e7d757df63370168ab5000d13ca9c349ecd'/>
<id>urn:sha1:51a47e7d757df63370168ab5000d13ca9c349ecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the deprecated MAXBANS token with MAXLIST.</title>
<updated>2017-07-24T13:44:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-24T13:44:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=60658d0bdbc8d047c3dbfc19abb005e147b5b2b9'/>
<id>urn:sha1:60658d0bdbc8d047c3dbfc19abb005e147b5b2b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the default ISUPPORT tokens.</title>
<updated>2016-09-14T14:34:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-09-14T01:35:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7b7b11b5edcdf4b191770d2ff5a86d3240acf5e0'/>
<id>urn:sha1:7b7b11b5edcdf4b191770d2ff5a86d3240acf5e0</id>
<content type='text'>
- Replace the deprecated MAXCHANNELS token with CHANLIMIT.
- Remove the deprecated FNC token (other implementations can force
  a nick change without sending this token so informing clients of
  that we might force a nick change is pointless)
</content>
</entry>
<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>
</feed>
