<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_operinvex.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_operinvex.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_operinvex.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-10-01T03:37:40Z</updated>
<entry>
<title>Change SWHOIS to OPTCOMMON, remove m_operinvex</title>
<updated>2009-10-01T03:37:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T03:37:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d715e128f9cea6c25cc57dc23c1bccdbbfda475'/>
<id>urn:sha1:6d715e128f9cea6c25cc57dc23c1bccdbbfda475</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11789 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://www.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://www.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>ModResult conversion: Change return type of all module functions</title>
<updated>2009-09-02T00:49:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:49:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86775e2e98f55b3b88befe2daff0ca23f02f3155'/>
<id>urn:sha1:86775e2e98f55b3b88befe2daff0ca23f02f3155</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Extban rework: allow exceptions to override bans on join</title>
<updated>2009-03-14T20:48:43Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-14T20:48:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bd12e3a4e6501496f6eeb7aeb5245162020d6e6c'/>
<id>urn:sha1:bd12e3a4e6501496f6eeb7aeb5245162020d6e6c</id>
<content type='text'>
Move all bans that prevent a user from joining the channel to OnCheckBan,
then stack their return results to allow an exception to override a ban.

This does not make join exceptions override any other exception like mute.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11222 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add VF_COMMON to all modules that provide an extban</title>
<updated>2009-02-25T19:03:13Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-02-25T19:03:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6de960d973dc8a22c1bf5b0cbcf0a20461faa13'/>
<id>urn:sha1:b6de960d973dc8a22c1bf5b0cbcf0a20461faa13</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11153 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug #678 reported by Ankit (opertype invex wasn't working, as I failed and forgot to hook the damn event.)</title>
<updated>2009-01-22T14:17:24Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-22T14:17:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c68d2cb200c01b95017cf88d8b4f0fb96d5e97b8'/>
<id>urn:sha1:c68d2cb200c01b95017cf88d8b4f0fb96d5e97b8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10978 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix incorrect classname in operinvex (not broken, just wrong code)</title>
<updated>2009-01-10T17:54:49Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-10T17:54:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b1b62edd3c259879f518d96d10c075bf847a215d'/>
<id>urn:sha1:b1b62edd3c259879f518d96d10c075bf847a215d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10959 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
