<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands/cmd_oper.cpp, branch v2.0.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_oper.cpp?h=v2.0.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_oper.cpp?h=v2.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-01-11T03:07:32Z</updated>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix failed oper snomask being sent to local oper sno on remote servers</title>
<updated>2009-11-15T18:27:04Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-15T18:27:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3bfd0db65ff01c026e968af4de074cc1155a4061'/>
<id>urn:sha1:3bfd0db65ff01c026e968af4de074cc1155a4061</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12136 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add fine-grained command flood controls</title>
<updated>2009-11-11T19:52:03Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-11T19:52:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f87ad0d4b97874823c94a5168a06dcd444ad559'/>
<id>urn:sha1:0f87ad0d4b97874823c94a5168a06dcd444ad559</id>
<content type='text'>
This reintrouces "Excess Flood" quits for those that prefer it to fakelag,
and allows the maximum command rate to be set in the connect block.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12093 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change to &lt;type:vhost&gt; and &lt;oper:vhost&gt; because &lt;oper:host&gt; is taken.</title>
<updated>2009-10-23T19:07:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-23T19:07:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=38e125bdb8422343a86017479d00b462bf36e784'/>
<id>urn:sha1:38e125bdb8422343a86017479d00b462bf36e784</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change User::oper to an OperInfo reference</title>
<updated>2009-10-21T23:45:44Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:45:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a30abe26fc803900eaf5dc4c08a31aa1d3c9c89f'/>
<id>urn:sha1:a30abe26fc803900eaf5dc4c08a31aa1d3c9c89f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11945 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move all local-only fields to LocalUser</title>
<updated>2009-10-21T23:45:32Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:45:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ff3eef491aa9e107d09d9dd9560ef7715b37b3b3'/>
<id>urn:sha1:ff3eef491aa9e107d09d9dd9560ef7715b37b3b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move SetClass to LocalUser</title>
<updated>2009-10-21T23:44:58Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:44:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bbb5f6ee63b4a226e6679119a1ee8c725d7d2abc'/>
<id>urn:sha1:bbb5f6ee63b4a226e6679119a1ee8c725d7d2abc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11941 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rewrite ConfigReader again</title>
<updated>2009-10-17T02:14:44Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-17T02:14:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bf6724c049ba0f156544c49aab2008d6280e5ffa'/>
<id>urn:sha1:bf6724c049ba0f156544c49aab2008d6280e5ffa</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11879 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Attempt to revert r11734</title>
<updated>2009-09-16T22:42:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-16T22:42:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3841c4b04a96389a4661535d12d5215a621d8736'/>
<id>urn:sha1:3841c4b04a96389a4661535d12d5215a621d8736</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11735 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge commands and modules in source, since they are already merged in install</title>
<updated>2009-09-16T20:16:26Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-16T20:16:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=558a44bf47370b68b14d0837bfae13c651ecf5c4'/>
<id>urn:sha1:558a44bf47370b68b14d0837bfae13c651ecf5c4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11734 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
