<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_messageflood.cpp, branch v1.2.0a3</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_messageflood.cpp?h=v1.2.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_messageflood.cpp?h=v1.2.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-05-05T02:06:59Z</updated>
<entry>
<title>Conversions</title>
<updated>2008-05-05T02:06:59Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-05-05T02:06:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b817341e2149af163011cce47605ae17b4f67eeb'/>
<id>urn:sha1:b817341e2149af163011cce47605ae17b4f67eeb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9628 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug #509 reported by Casey: bans were not applied on non-opped users (1.2 only)</title>
<updated>2008-04-06T12:30:47Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-06T12:30:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2ff1fd474983a17961b5b00ce58b2b77d06192e'/>
<id>urn:sha1:e2ff1fd474983a17961b5b00ce58b2b77d06192e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9375 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix a silly bug we never thought was a bug, in m_messageflood - the message that got a user kicked was always allowed through (appearing *after* they were kicked). Was a return 1 in the wrong place.</title>
<updated>2008-04-06T12:04:20Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-06T12:04:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=92eda175245c3d3da6b41af5c52d1540a23a0dc3'/>
<id>urn:sha1:92eda175245c3d3da6b41af5c52d1540a23a0dc3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9372 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change the function name because gcc is dumb :/</title>
<updated>2008-04-04T13:29:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T13:29:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3f971b447fae258a92f2cc6645497cce93f1c04e'/>
<id>urn:sha1:3f971b447fae258a92f2cc6645497cce93f1c04e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9305 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, fix typo</title>
<updated>2008-04-04T13:24:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T13:24:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7c6f213ec42585507a12b305a69a0f0740d8caa'/>
<id>urn:sha1:d7c6f213ec42585507a12b305a69a0f0740d8caa</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9304 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>A convenience function for ProtocolInterface::SendMode that just takes a string, then splits it internally to deque for sending to the other function of the same name</title>
<updated>2008-04-04T13:21:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T13:21:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d3d32dcf6ddb15d8ca9089de63a51b45b437a063'/>
<id>urn:sha1:d3d32dcf6ddb15d8ca9089de63a51b45b437a063</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9303 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make all our modules use the new stuff rather than the send_ events</title>
<updated>2008-04-04T13:12:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T13:12:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=59ca4eec57a9c8b37e79e3031c74b59d4803fc28'/>
<id>urn:sha1:59ca4eec57a9c8b37e79e3031c74b59d4803fc28</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9301 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Finally change all the Version() objects</title>
<updated>2008-03-24T13:40:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-24T13:40:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2957516bca0fe70622c7668a12ade68576ddab2'/>
<id>urn:sha1:c2957516bca0fe70622c7668a12ade68576ddab2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9185 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumeric can capture them.</title>
<updated>2008-03-22T12:03:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-22T12:03:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=68730d4c9701b34c962302e6410908865fb2ba28'/>
<id>urn:sha1:68730d4c9701b34c962302e6410908865fb2ba28</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9175 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Phew. Fix a bunch of method sigs to stop warnings.</title>
<updated>2008-02-18T17:37:35Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-18T17:37:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e21ee18e62aecee6d27a0f9ba497a52688cb8349'/>
<id>urn:sha1:e21ee18e62aecee6d27a0f9ba497a52688cb8349</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8966 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
