<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands, branch v2.0.18</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.18</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/commands?h=v2.0.18'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2014-10-13T05:18:14Z</updated>
<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>
<entry>
<title>Fix harmless loop off-by-ones found by Moonlightning</title>
<updated>2014-06-07T11:12:04Z</updated>
<author>
<name>satmd</name>
</author>
<published>2014-06-01T15:53:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f7cdd5b61112802973470e74a87da52ee064920'/>
<id>urn:sha1:8f7cdd5b61112802973470e74a87da52ee064920</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct the syntax messages of a few modules.</title>
<updated>2014-04-12T20:08:41Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2014-04-12T20:08:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bd35f849452cc4cc83972939bfbc363e679203e1'/>
<id>urn:sha1:bd35f849452cc4cc83972939bfbc363e679203e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add REG_ALL checks to treat unregistered users as nonexistent in more cases</title>
<updated>2014-04-04T16:30:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-04T16:30:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=23183603b7ea3b2a50ce082d573bef07ab794686'/>
<id>urn:sha1:23183603b7ea3b2a50ce082d573bef07ab794686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_names Allow opers having the channels/auspex priv to view the NAMES list of +s channels from outside</title>
<updated>2014-03-11T12:20:21Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-11T12:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=04779a0a0d82ab79036ca3d8e4ee0a4f21955baf'/>
<id>urn:sha1:04779a0a0d82ab79036ca3d8e4ee0a4f21955baf</id>
<content type='text'>
A version of the check removed by this commit is in Channel::UserList() which takes the priv into account

Discovered by @Cronus89
</content>
</entry>
<entry>
<title>Fix /who on opers incorrectly showing +i opers to</title>
<updated>2014-02-20T18:08:43Z</updated>
<author>
<name>Adam</name>
</author>
<published>2014-02-20T18:03:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=60b5933a7e0973c0043b72a10d66226c9d1b423c'/>
<id>urn:sha1:60b5933a7e0973c0043b72a10d66226c9d1b423c</id>
<content type='text'>
users without the privilege to see them, introduced in
b328aad53b044bd9cf9720dfed216b0ee61c8e31
</content>
</entry>
<entry>
<title>Fix various problems detected by Clang 3.4.</title>
<updated>2014-02-11T08:20:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-02-10T20:08:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7fec670c9b378f5c8470204ba36a284a424a11c7'/>
<id>urn:sha1:7fec670c9b378f5c8470204ba36a284a424a11c7</id>
<content type='text'>
- cidr.cpp: remove inverted_bits; unused since 9fad3ecb9215a0034bf407f192926b04cb5efaed.
- cmd_stats.cpp: remove needless inversion and comparison to 0.
- inspircd.cpp: remove needless comparison to 0.
- socket.cpp: remove all_zero; unused since 03a1bf15b1da7643b237c22db1a478916a976ccf.
</content>
</entry>
<entry>
<title>Increase the penalty for a few core commands</title>
<updated>2014-01-21T13:04:45Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-21T13:04:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ed57ffc4febceeb30da35a37ac0b0c386234dd3b'/>
<id>urn:sha1:ed57ffc4febceeb30da35a37ac0b0c386234dd3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix remote /MODULES bug</title>
<updated>2013-11-12T17:31:34Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2013-11-12T16:28:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=457c4f211f055b54031d8c8822bddc4d78af91c3'/>
<id>urn:sha1:457c4f211f055b54031d8c8822bddc4d78af91c3</id>
<content type='text'>
</content>
</entry>
</feed>
