<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/channels.cpp, branch v2.1a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v2.1a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v2.1a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2010-08-16T19:56:29Z</updated>
<entry>
<title>Fix up invite checking code and add m_inviteextban</title>
<updated>2010-08-16T19:56:29Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-08-16T19:56:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6f9b647beb69d315e6ca2dce720f522c1b336a71'/>
<id>urn:sha1:6f9b647beb69d315e6ca2dce720f522c1b336a71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GetClass(), access MyClass directly when needed</title>
<updated>2010-08-15T14:46:56Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-15T14:46:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3b0e425260f2ce8c3a10e49329e76348c94d624a'/>
<id>urn:sha1:3b0e425260f2ce8c3a10e49329e76348c94d624a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace dynamic_cast with faster explicit type marking</title>
<updated>2010-08-15T01:14:11Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-15T01:14:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=63692c91a53b5970f6f33c8f545669dc2736a1c7'/>
<id>urn:sha1:63692c91a53b5970f6f33c8f545669dc2736a1c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recreate the Channel object during a TS reset</title>
<updated>2010-08-14T20:41:49Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-14T20:41:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6420753ab059ea549e1dc94ed1d8bd03d631e352'/>
<id>urn:sha1:6420753ab059ea549e1dc94ed1d8bd03d631e352</id>
<content type='text'>
This ensures that all obsolete metadata, modes, and other information
from the old channel is discarded on a TS reset.
</content>
</entry>
<entry>
<title>Allow use of key on +ik channels to join without needing invite</title>
<updated>2010-08-14T12:59:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-14T12:59:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3b5b379f7e6dc9d3e4b21130883236c3c7bc2aef'/>
<id>urn:sha1:3b5b379f7e6dc9d3e4b21130883236c3c7bc2aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove duplicated settings now solely defined by the &lt;connect&gt; class</title>
<updated>2010-08-13T20:56:24Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-13T20:56:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7cfd4039ca3a835abfa88dfd595187fb11aa6901'/>
<id>urn:sha1:7cfd4039ca3a835abfa88dfd595187fb11aa6901</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent kicks of users who have a protecting low-rank prefix set</title>
<updated>2010-08-07T15:36:57Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-07T15:34:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6f4de55f1604f9dd9a24e644e7d1d8d8a77b90c1'/>
<id>urn:sha1:6f4de55f1604f9dd9a24e644e7d1d8d8a77b90c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call OnCheckJoin for override joins so hooks are still run</title>
<updated>2010-08-05T13:01:13Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-05T13:01:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=19c524aa202f91b3c0434fc568deea9a68b49425'/>
<id>urn:sha1:19c524aa202f91b3c0434fc568deea9a68b49425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent kicking people you do not have permission to deprivilege</title>
<updated>2010-08-05T01:30:39Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-05T01:30:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=863a67a327103f3e21fd256888713005660e8ac9'/>
<id>urn:sha1:863a67a327103f3e21fd256888713005660e8ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some comments, fix an uninitialized variable</title>
<updated>2010-08-04T22:22:18Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-04T22:22:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3b69d527eac29dd4aac199de965e9346fa6c8f5f'/>
<id>urn:sha1:3b69d527eac29dd4aac199de965e9346fa6c8f5f</id>
<content type='text'>
</content>
</entry>
</feed>
