<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands, branch v2.1a1</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.1a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/commands?h=v2.1a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2010-08-03T21:32:42Z</updated>
<entry>
<title>Get rid of more useless assign() invocations</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-16T21:03:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bd722def02fa27e69939d71d00b0af12adaea1ca'/>
<id>urn:sha1:bd722def02fa27e69939d71d00b0af12adaea1ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of char* argument for channel name</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-16T19:43:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6286f2c2415dee69c91ae4820a06e5b0b961671b'/>
<id>urn:sha1:6286f2c2415dee69c91ae4820a06e5b0b961671b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change UserChanList to an intrusive-style linked list</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-13T17:47:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c1a07677db2bb0b023d5eb3565353cb0843eefbf'/>
<id>urn:sha1:c1a07677db2bb0b023d5eb3565353cb0843eefbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use FindNickOnly in a few commands to prevent enumerating users via UID walking</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-02T15:39:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=60748c1e15f91a34bd30a5c13c698c87bd86481e'/>
<id>urn:sha1:60748c1e15f91a34bd30a5c13c698c87bd86481e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove channel argument from OnSendWhoLine</title>
<updated>2010-08-03T21:32:41Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-22T20:29:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4d7226354f67743c91acf091c276c6c38b9ddbea'/>
<id>urn:sha1:4d7226354f67743c91acf091c276c6c38b9ddbea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Squash a few warnings</title>
<updated>2010-08-03T21:32:41Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-23T14:33:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c3293506a955fd587cb2e56225f3c720a995b721'/>
<id>urn:sha1:c3293506a955fd587cb2e56225f3c720a995b721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make MODENOTICE oper-only, noticed by jackmcbarn</title>
<updated>2010-08-03T21:32:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-11T19:53:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ae5251b527d932833289f6670a3647e4b3e9d0d8'/>
<id>urn:sha1:ae5251b527d932833289f6670a3647e4b3e9d0d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change OperInfo to store oper/type/class together.</title>
<updated>2010-08-03T21:32:39Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-08T01:06:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=907722538cf76f8937bf82f1680cdba32bdb282b'/>
<id>urn:sha1:907722538cf76f8937bf82f1680cdba32bdb282b</id>
<content type='text'>
This allows privelages to be granted using &lt;oper:commands&gt; or
&lt;type:commands&gt; instead of requiring &lt;class&gt; blocks.
</content>
</entry>
<entry>
<title>Funnel access checks through the OnPermissionCheck hook</title>
<updated>2010-08-03T21:32:39Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-06T23:00:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=50737634cbebf946621076c0582b0208e28a816c'/>
<id>urn:sha1:50737634cbebf946621076c0582b0208e28a816c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create OnChannelPermissionCheck hook</title>
<updated>2010-08-03T21:32:39Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-02T18:04:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=89f72a4d63c6868ac3c191197f37e08341b8bc16'/>
<id>urn:sha1:89f72a4d63c6868ac3c191197f37e08341b8bc16</id>
<content type='text'>
</content>
</entry>
</feed>
