<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands.cpp, branch v1.0.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/commands.cpp?h=v1.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands.cpp?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-01-29T20:45:29Z</updated>
<entry>
<title>"Oper of unknown type" -&gt; "313 %s %s :is an IRC operator"</title>
<updated>2006-01-29T20:45:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-29T20:45:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4e0b300c989087428e78c624437c8c2596d0525a'/>
<id>urn:sha1:4e0b300c989087428e78c624437c8c2596d0525a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2972 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Improved IP handling. Now uses in_addr to store client ip, not char[16]!</title>
<updated>2006-01-27T15:26:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-27T15:26:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=653638c68684ec035fd58bc2d0d91c9bf9aa2ab9'/>
<id>urn:sha1:653638c68684ec035fd58bc2d0d91c9bf9aa2ab9</id>
<content type='text'>
Added global and local session limits
All of this needs TESTING.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2934 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>CleanFilename movage</title>
<updated>2006-01-15T20:35:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-15T20:35:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d920a2506f430ac466d2e9e33a4810c7dd92534d'/>
<id>urn:sha1:d920a2506f430ac466d2e9e33a4810c7dd92534d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2807 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Updated copyrights in headers etc using perl inplace edit</title>
<updated>2006-01-15T15:59:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-15T15:59:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1383dba43e463f292aea094d01f62f355946049d'/>
<id>urn:sha1:1383dba43e463f292aea094d01f62f355946049d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS</title>
<updated>2006-01-11T12:09:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-11T12:09:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9826d2ee0a26234a4f5421ae686b0068f3f64c57'/>
<id>urn:sha1:9826d2ee0a26234a4f5421ae686b0068f3f64c57</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2769 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed an extremely n00bish mistake involving referencing a global copy of ServerEngine when we now use one local to class InspIRCd</title>
<updated>2005-12-29T00:31:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-29T00:31:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2a9c07bd45ab0c97b49364faf80588ff5558f8f'/>
<id>urn:sha1:d2a9c07bd45ab0c97b49364faf80588ff5558f8f</id>
<content type='text'>
(everyone point and laugh at Brain)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2692 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Adding hook type checking to event calls to speed them up</title>
<updated>2005-12-26T17:26:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-26T17:26:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a9b90ecb4329498aba52da6aaa9812e3a70b8e11'/>
<id>urn:sha1:a9b90ecb4329498aba52da6aaa9812e3a70b8e11</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2653 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Split all commands into seperate files and redid command system to take classes, not function pointers (function pointers suck ass)</title>
<updated>2005-12-16T18:10:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-16T18:10:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=293df6a8b55e89c127e60e92711ef0ef1027bff8'/>
<id>urn:sha1:293df6a8b55e89c127e60e92711ef0ef1027bff8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Moved serverstats stuff  out</title>
<updated>2005-12-16T12:54:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-16T12:54:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4c6bae4e369ba9a3d8afe2c7e50304ff5d12a650'/>
<id>urn:sha1:4c6bae4e369ba9a3d8afe2c7e50304ff5d12a650</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2529 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Moved SocketEngine* SE into InspIRCd class</title>
<updated>2005-12-16T12:32:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-16T12:32:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5754cbc9c77387adafc6c58b5d46ffa9b5facd3'/>
<id>urn:sha1:f5754cbc9c77387adafc6c58b5d46ffa9b5facd3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2527 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
