<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_messageflood.cpp, branch v1.2.0rc4</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.0rc4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_messageflood.cpp?h=v1.2.0rc4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-04-29T02:43:16Z</updated>
<entry>
<title>Overloading SetMode seems to cause the compiler to interpret "" as a bool and not a string. Fixes bug #849</title>
<updated>2009-04-29T02:43:16Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-29T02:43:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2a71fd3447c8bac65cc26077e2b9fc3fb0b28a7'/>
<id>urn:sha1:d2a71fd3447c8bac65cc26077e2b9fc3fb0b28a7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11335 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use loopCall to protect OnUserKick rather than the triggerevents hack</title>
<updated>2009-04-20T13:29:58Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-20T13:29:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=828f256a9bd8278540bf4beede36c485e2c3e86f'/>
<id>urn:sha1:828f256a9bd8278540bf4beede36c485e2c3e86f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11321 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix SetModeParam to use std::string and handle edge cases.</title>
<updated>2009-04-17T13:54:53Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-17T13:54:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2dfc384cde46ba63ed7c2f4420712596096123ca'/>
<id>urn:sha1:2dfc384cde46ba63ed7c2f4420712596096123ca</id>
<content type='text'>
Previously, changing the vaule of a mode could require 3 calls to SetMode and SetModeParam.
This also fixes memory leaks caused by the strdup() not always being paired with a free().

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11307 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>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>
<entry>
<title>Disallow any messageflood parameter where x &lt; 2 in +f x:y, prevents moronic behaviour like #pokeworld are doing here on chatspike.</title>
<updated>2008-12-07T21:50:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-12-07T21:50:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4311f79b4bd9e1d679ec7540037cde008b7f82dd'/>
<id>urn:sha1:4311f79b4bd9e1d679ec7540037cde008b7f82dd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10869 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by commit f123b4f0081360e96dad620e5a143f983c1f3a04 (time()) conversion - the settings classes had pointers that were *never* initialised...</title>
<updated>2008-11-24T08:29:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-24T08:29:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5f20e377386228abc4ca176b25b244171f21f14'/>
<id>urn:sha1:f5f20e377386228abc4ca176b25b244171f21f14</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10819 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Second attempt at time() -&gt; SI-&gt;Time(), now problems with the original were fixed. (SI::TIME was not initialised).</title>
<updated>2008-11-01T23:02:23Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-01T23:02:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=78f26492a65b438f5b87f1574ed7785fd77ae2f0'/>
<id>urn:sha1:78f26492a65b438f5b87f1574ed7785fd77ae2f0</id>
<content type='text'>
Thanks Namegduf!
(Please test, all, valdebug etc, report odd behaviour/warnings!)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10783 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Revert earlier time() -&gt; SI-&gt;Time() diff for now, this causes problems with dns.cpp in mysterious ways.. seemingly a bad pointer there somehow..?</title>
<updated>2008-10-23T21:39:00Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-23T21:39:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1200d6285b1d64699c6fa2c8241e2ee40f52d2a3'/>
<id>urn:sha1:1200d6285b1d64699c6fa2c8241e2ee40f52d2a3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10695 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Patch from Namegduf converting all instances (where possible) of time() -&gt; ServerInstance-&gt;Time(). Thanks!</title>
<updated>2008-10-23T18:15:04Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-23T18:15:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=164998f1e6e2cb885fb4d630ded29ed5191218c8'/>
<id>urn:sha1:164998f1e6e2cb885fb4d630ded29ed5191218c8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10691 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
