<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules.cpp, branch v1.0.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v1.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-01-30T00:10:46Z</updated>
<entry>
<title>Remainder of TYPE_OTHER metadata</title>
<updated>2006-01-30T00:10:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-30T00:10:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e9c208d82b288226437fdef3c9ca4c5438d43abc'/>
<id>urn:sha1:e9c208d82b288226437fdef3c9ca4c5438d43abc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2983 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Moved Write() call so that it can send the NICK message properly and force the client to change</title>
<updated>2006-01-29T22:14:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-29T22:14:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5aee622aa273a991e253a9f5fb5210f7e2b2a63'/>
<id>urn:sha1:f5aee622aa273a991e253a9f5fb5210f7e2b2a63</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2978 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Created OnPostOper that can be gauranteed to be called *after* opering (by ALL modules) is done</title>
<updated>2006-01-29T21:43:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-29T21:43:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3ba6fa6d7f81cc1c20a3ad4a7d2aa9521e9b36a8'/>
<id>urn:sha1:3ba6fa6d7f81cc1c20a3ad4a7d2aa9521e9b36a8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2973 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp for how it works, function Prioritize())</title>
<updated>2006-01-25T16:31:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-25T16:31:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cdaf7ac3781a0ea1bfbfac85c4a428ddea7725f9'/>
<id>urn:sha1:cdaf7ac3781a0ea1bfbfac85c4a428ddea7725f9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2889 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes to make server kicks work</title>
<updated>2006-01-22T19:33:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-22T19:33:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=715dab175374ee11609f013b103c1b0f579192bc'/>
<id>urn:sha1:715dab175374ee11609f013b103c1b0f579192bc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2831 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added facility for servers to send KICK message (ew, i hate this crap)</title>
<updated>2006-01-22T19:23:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-22T19:23:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=93e3cda102be0870171ecd9ad0d6507566c7ffd1'/>
<id>urn:sha1:93e3cda102be0870171ecd9ad0d6507566c7ffd1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2830 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel is deleted for cleanup of metadata)</title>
<updated>2006-01-22T15:51:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-22T15:51:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02280596a038d1d7ad245a2c7808d57d80ab0a42'/>
<id>urn:sha1:02280596a038d1d7ad245a2c7808d57d80ab0a42</id>
<content type='text'>
Added m_messageflood.so (not yet finished, do not use yet)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2826 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added support for part messages in the module API (and therefore between servers too)</title>
<updated>2006-01-17T21:39:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-17T21:39:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e6dfdf2118d4db84b85d19278a83186046ea2bb'/>
<id>urn:sha1:7e6dfdf2118d4db84b85d19278a83186046ea2bb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2815 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Updated copyrights in headers etc using perl inplace edit</title>
<updated>2006-01-15T15:59:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-15T15:59:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1383dba43e463f292aea094d01f62f355946049d'/>
<id>urn:sha1:1383dba43e463f292aea094d01f62f355946049d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added RemoveSocket as a test fix for merwins bug</title>
<updated>2006-01-14T15:37:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-14T15:37:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2a81a5a0026396e7c476f648a25016443e002d85'/>
<id>urn:sha1:2a81a5a0026396e7c476f648a25016443e002d85</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2787 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
