<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_blockcaps.cpp, branch v1.1.0b9</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_blockcaps.cpp?h=v1.1.0b9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_blockcaps.cpp?h=v1.1.0b9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-01T20:53:20Z</updated>
<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>Reasonably sized fix - when adding modes in modules, be sure to check the return value so we dont load two modules with conflicting modes</title>
<updated>2006-12-28T16:55:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-28T16:55:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=67878d628c15f2adec41b6d3b266830a636c2ed0'/>
<id>urn:sha1:67878d628c15f2adec41b6d3b266830a636c2ed0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6137 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change to use std::string::iterator rather than making a copy of the pointer and using .c_str()</title>
<updated>2006-12-26T12:41:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-26T12:41:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6bc3d71946b339a5a10ca621b029fe8a5b180d68'/>
<id>urn:sha1:6bc3d71946b339a5a10ca621b029fe8a5b180d68</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6124 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Just a little tweak so trigger values makes more sense.</title>
<updated>2006-12-26T12:08:59Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-26T12:08:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eedbc9c88e6cd4dfdc31a813e4826ff84a1ae4f5'/>
<id>urn:sha1:eedbc9c88e6cd4dfdc31a813e4826ff84a1ae4f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6123 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add support for config option for percent and minimum string length +P will trigger on.</title>
<updated>2006-12-26T11:44:32Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-26T11:44:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b179481c3216f4d7dff6d615f45927cc641d94b'/>
<id>urn:sha1:4b179481c3216f4d7dff6d615f45927cc641d94b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6121 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>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>Now with binary versioning goodness</title>
<updated>2006-10-01T14:59:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-01T14:59:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b0f6c610f755e0cb93843d5a2a6c70336eafe39'/>
<id>urn:sha1:4b0f6c610f755e0cb93843d5a2a6c70336eafe39</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5366 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Comments describing classes, for the url http://svn.inspircd.org/docs/annotated.html</title>
<updated>2006-09-15T09:47:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-15T09:47:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3944d6cf0dbdb5afb714d3b027db0314ff830636'/>
<id>urn:sha1:3944d6cf0dbdb5afb714d3b027db0314ff830636</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5251 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
