<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands, branch v2.0.12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/commands?h=v2.0.12</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands?h=v2.0.12'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-04-01T14:42:04Z</updated>
<entry>
<title>cmd_stats List opers without iterating the whole userlist</title>
<updated>2013-04-01T14:42:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-01T14:42:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=153bd37b598373f4f52024747ee3bc2cbb76f629'/>
<id>urn:sha1:153bd37b598373f4f52024747ee3bc2cbb76f629</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_invite Check if the inviting user is on the channel before potentially telling him the target is already on it</title>
<updated>2013-04-01T14:32:01Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-01T14:32:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=157d9445f53ff63cfabf19d5f16ebdf84e6e0454'/>
<id>urn:sha1:157d9445f53ff63cfabf19d5f16ebdf84e6e0454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_kill Send snotice to servers when both the oper and the victim are on the same server</title>
<updated>2013-03-29T00:31:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-24T21:19:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ae964012effc5fab56a37bb5e0c4af62c3544ea'/>
<id>urn:sha1:2ae964012effc5fab56a37bb5e0c4af62c3544ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_lusers Fix miscounting</title>
<updated>2013-03-27T20:49:59Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-27T20:49:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=63b7384092472aa1395f9254592cf6ce45922bc3'/>
<id>urn:sha1:63b7384092472aa1395f9254592cf6ce45922bc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_lusers Be smart and know how many invisible users are there without iterating the userlist</title>
<updated>2013-03-03T22:08:33Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-01T22:34:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0fa15e165f9e5d0ad920d329a62af3d2abadee84'/>
<id>urn:sha1:0fa15e165f9e5d0ad920d329a62af3d2abadee84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_lusers Use of size() instead of counting elements</title>
<updated>2013-03-03T22:08:33Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-02-12T20:21:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=596f199f11c419eda2a944204ce516af437c44ac'/>
<id>urn:sha1:596f199f11c419eda2a944204ce516af437c44ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_lusers Refresh max local/global user counters after a user connects</title>
<updated>2013-03-03T22:08:33Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-02-12T20:19:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=19523c7500bfa5624c2c9c80075f5ddb166c833e'/>
<id>urn:sha1:19523c7500bfa5624c2c9c80075f5ddb166c833e</id>
<content type='text'>
Fixes #423 reported by @RawrDragon
</content>
</entry>
<entry>
<title>cmd_lusers Convert to a module</title>
<updated>2013-03-03T22:08:33Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-02-12T20:07:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1d3d2a5434fedb40c5eff621f67c10ff75493de5'/>
<id>urn:sha1:1d3d2a5434fedb40c5eff621f67c10ff75493de5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_invite Send invite announcements to halfops and higher when &lt;security:announceinvites&gt; is 'dynamic' regardless of the channel being +i or not</title>
<updated>2013-02-11T16:52:21Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-02-11T16:52:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a0f92dd232097fa6662265ca49b222b72ca39c83'/>
<id>urn:sha1:a0f92dd232097fa6662265ca49b222b72ca39c83</id>
<content type='text'>
Clarify what the various options mean in the doc

Fixes #418 reported by @RawrDragon
</content>
</entry>
<entry>
<title>cmd_invite Correct error message when the user has no privs to invite and no halfop prefix is available</title>
<updated>2013-02-11T16:47:51Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-02-11T16:47:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f541d7bbce6f2a254b3ba46ed9a31da593674de'/>
<id>urn:sha1:1f541d7bbce6f2a254b3ba46ed9a31da593674de</id>
<content type='text'>
</content>
</entry>
</feed>
