<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_dccallow.cpp, branch v1.1.2</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_dccallow.cpp?h=v1.1.2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_dccallow.cpp?h=v1.1.2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-02-20T01:29:39Z</updated>
<entry>
<title>Make these vendor modules.</title>
<updated>2007-02-20T01:29:39Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-02-20T01:29:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cea84d2e81a33fcf9b94af79ebec8ea7f567664f'/>
<id>urn:sha1:cea84d2e81a33fcf9b94af79ebec8ea7f567664f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6604 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Eliminate some string copies, tidy some code, and reverse some short-circuit checks</title>
<updated>2007-02-18T00:50:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-18T00:50:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=13fcf22eaba873290e0f04484fc75bcd339d4fa3'/>
<id>urn:sha1:13fcf22eaba873290e0f04484fc75bcd339d4fa3</id>
<content type='text'>
(Expensive(x) &amp;&amp; Cheap(y)) -&gt; (Cheap(y) &amp;&amp; Expensive(x))


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6591 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #205 reported by nenolod (modules that erroneously check remote users to apply privmsg/notice restrictions)</title>
<updated>2007-02-07T17:03:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-07T17:03:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0b34769b9e3b9e823763cfd8bf3e2d64c2426710'/>
<id>urn:sha1:0b34769b9e3b9e823763cfd8bf3e2d64c2426710</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6532 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Mass comment removal.</title>
<updated>2007-01-17T21:14:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-17T21:14:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76bf72f8c2c5b1524bf20a523fe1cf0d79d29742'/>
<id>urn:sha1:76bf72f8c2c5b1524bf20a523fe1cf0d79d29742</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6367 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix to allow for OnRehash to know what user initiated the rehash</title>
<updated>2007-01-01T20:53:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T20:53:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42d5b9571eff06b0c33093dc9118c29f9603fd2b'/>
<id>urn:sha1:42d5b9571eff06b0c33093dc9118c29f9603fd2b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove global namespacing, makes modules compile FASTAH. Also massive update on headers (change to InspIRCd Development Team, extend copyright to 2007).</title>
<updated>2006-12-15T21:33:22Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T21:33:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3a554ef1e9be9dbcf3de3301a4a6c2938d643bea'/>
<id>urn:sha1:3a554ef1e9be9dbcf3de3301a4a6c2938d643bea</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5995 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &amp;exempt_list, a list of users NOT to write to. By default it just contains the sender, you can add more.</title>
<updated>2006-11-26T18:04:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-26T18:04:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2e52ff280dca14d1598b84fab7a8c2e93fa30910'/>
<id>urn:sha1:2e52ff280dca14d1598b84fab7a8c2e93fa30910</id>
<content type='text'>
This also bumps the module api version by one. added "CUList fixme" to peaveys module just so it builds, as this will be refactored to use the new feature that was just added :)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5806 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Const refs</title>
<updated>2006-10-20T07:55:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-20T07:55:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ede59892d06b57dea0c9ef90dd88062417b0202'/>
<id>urn:sha1:9ede59892d06b57dea0c9ef90dd88062417b0202</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5505 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Insert massive change here.</title>
<updated>2006-10-19T16:17:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-19T16:17:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7f9c6c5118261eac40d9bae22ac2c0ede670512d'/>
<id>urn:sha1:7f9c6c5118261eac40d9bae22ac2c0ede670512d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5504 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Always allow a user to dcc themselves</title>
<updated>2006-10-16T16:32:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-16T16:32:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=226cf304fd320c598765e6258bfad45e8bc648e9'/>
<id>urn:sha1:226cf304fd320c598765e6258bfad45e8bc648e9</id>
<content type='text'>
Only return CMD_SUCCESS when a user is added or deleted, theres no use in propogating HELP or LIST


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5483 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
