<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands, branch v2.0.20</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/commands?h=v2.0.20</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/commands?h=v2.0.20'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2015-04-16T20:51:41Z</updated>
<entry>
<title>cmd_userhost Fix +H hidden opers being shown as opers</title>
<updated>2015-04-16T20:51:41Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T20:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=64faca29b377185c4615c8f2e4eecedc7ad045d1'/>
<id>urn:sha1:64faca29b377185c4615c8f2e4eecedc7ad045d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_userhost List 5 users in the reply even if the query (incorrectly) contains more than 5 nicks</title>
<updated>2015-02-04T18:16:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-02-04T18:16:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=40bcbd81b6e32f8db9aecf6d2b76ad71b3978411'/>
<id>urn:sha1:40bcbd81b6e32f8db9aecf6d2b76ad71b3978411</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix numeric ERR_NOTREGISTERED not containing the user's nick</title>
<updated>2015-01-21T18:07:44Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-21T18:07:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=22d6da594d49b6059773b1ab16e990a16dee1707'/>
<id>urn:sha1:22d6da594d49b6059773b1ab16e990a16dee1707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp20+penalty' into insp20</title>
<updated>2015-01-19T16:47:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-19T16:47:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=54ecd7ff910408015d395c5c737fb48dfb9d7a0a'/>
<id>urn:sha1:54ecd7ff910408015d395c5c737fb48dfb9d7a0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_list: Give +s precedence to +p</title>
<updated>2015-01-17T13:46:28Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2015-01-17T13:46:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cd5edf841bffc810466de2752323cd0730c9db9e'/>
<id>urn:sha1:cd5edf841bffc810466de2752323cd0730c9db9e</id>
<content type='text'>
When +ps is set, handle it as +s (most restrictive) instead of +p
</content>
</entry>
<entry>
<title>Increase penalty for some core commands</title>
<updated>2015-01-12T13:19:58Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-12T13:19:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=83bcc83a56a235f5c4e479ff47713f467640a4eb'/>
<id>urn:sha1:83bcc83a56a235f5c4e479ff47713f467640a4eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix User::age being incorrectly used in some places instead of signon</title>
<updated>2014-12-30T19:26:05Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-12-30T19:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=37db441fb55f954f25fb2846e803b5c9527c21bb'/>
<id>urn:sha1:37db441fb55f954f25fb2846e803b5c9527c21bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't submit a reload worker if the module doing the reload is scheduled for unload</title>
<updated>2014-11-30T17:24:17Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-11-30T17:24:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c5f19db85c2a2669884eb8ac72362c86afb65617'/>
<id>urn:sha1:c5f19db85c2a2669884eb8ac72362c86afb65617</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid calling methods on NULL pointers wherever possible.</title>
<updated>2014-10-13T05:18:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-10-08T15:34:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6935ce2956fed99d5484da90e614b7126e5275d3'/>
<id>urn:sha1:6935ce2956fed99d5484da90e614b7126e5275d3</id>
<content type='text'>
The trick we use to allow this is undefined behaviour and is not
liked by LLVM. We should stop using it but it has the potential to
break to many things for a minor release.
</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>
</feed>
