<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/channels.cpp, branch v2.0.0a1</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.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v2.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2009-10-18T02:57:46Z</updated>
<entry>
<title>Cull channels, warn when Extensible objects are not culled as they must be</title>
<updated>2009-10-18T02:57:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-18T02:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e50d016aa23083f81dcf181f68edb81c5b23c78d'/>
<id>urn:sha1:e50d016aa23083f81dcf181f68edb81c5b23c78d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11901 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Get rid of a bunch of memory-wasting C-style strings</title>
<updated>2009-10-03T01:52:59Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-03T01:52:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=de25d946733f774e3a5b53a58438a9c92af0acbe'/>
<id>urn:sha1:de25d946733f774e3a5b53a58438a9c92af0acbe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11796 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix GetExtBanStatus returning MOD_RES_ALLOW when user does not have a ban exemption</title>
<updated>2009-09-29T23:55:28Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-29T23:55:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c7be5019f590e130e61d88f105ea04e813de1c1e'/>
<id>urn:sha1:c7be5019f590e130e61d88f105ea04e813de1c1e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11778 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove InspIRCd* parameters and fields</title>
<updated>2009-09-26T14:13:13Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-26T14:13:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d03943426dcce76ba66567a9b18425a5ebb4c0c'/>
<id>urn:sha1:6d03943426dcce76ba66567a9b18425a5ebb4c0c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change match direction of extbans to allow stacking</title>
<updated>2009-09-13T20:33:11Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:33:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2d732f4dbf4ccd22c8a4424692cc72a89ffd49b7'/>
<id>urn:sha1:2d732f4dbf4ccd22c8a4424692cc72a89ffd49b7</id>
<content type='text'>
This allows you create stacked bans like:
	+b m:r:*bot* to mute anyone with bot in their gecos
	+e S:j:+#staff to allow voices in #staff to use color

It also deprecates extban M, which can be implemented using m:R:

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11711 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix GetPrefixChar returning empty if a non-prefix mode was used</title>
<updated>2009-09-13T20:32:19Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:32:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ca1b136b306784191235a6579da59f7e862003d1'/>
<id>urn:sha1:ca1b136b306784191235a6579da59f7e862003d1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11706 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove redundant ServerInstance* fields</title>
<updated>2009-09-13T20:31:54Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:31:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d9e3bb8d4343643504ab7ee6ab943a000065cc8a'/>
<id>urn:sha1:d9e3bb8d4343643504ab7ee6ab943a000065cc8a</id>
<content type='text'>
It has been impossible to have more than one InspIRCd* object in the
same address space for some time now, and this feature was never used.
This formalizes class InspIRCd as a singleton object.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11703 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible to give +q or +Y on join even without prefix</title>
<updated>2009-09-13T20:31:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:31:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f9dafbfa3b62b1c88a8b1ad7988d5786f914528'/>
<id>urn:sha1:8f9dafbfa3b62b1c88a8b1ad7988d5786f914528</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11702 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Simplify ModeHandler constructor</title>
<updated>2009-09-13T20:31:33Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:31:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1524caf2f799cff54c2de330c9670a0b761ba3d8'/>
<id>urn:sha1:1524caf2f799cff54c2de330c9670a0b761ba3d8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11701 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Replace OnAccessCheck with OnPreMode to remove a number of redundant checks</title>
<updated>2009-09-13T20:31:23Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:31:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7892c8a0313c50d8138942ff3b112691caf05a2f'/>
<id>urn:sha1:7892c8a0313c50d8138942ff3b112691caf05a2f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11700 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
