<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_timedbans.cpp, branch v1.2.4</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_timedbans.cpp?h=v1.2.4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_timedbans.cpp?h=v1.2.4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-01-28T20:28:15Z</updated>
<entry>
<title>Fix empty FMODE being sent if SendMode denies mode changes</title>
<updated>2010-01-28T20:28:15Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-28T20:28:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=414c05694a6a24f8ca71639eb546face9df33c20'/>
<id>urn:sha1:414c05694a6a24f8ca71639eb546face9df33c20</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12324 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This time it's actually compile tested</title>
<updated>2009-06-01T00:47:56Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-01T00:47:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=07483d2fecaf3b3d089bb378935e48f8afb2ca73'/>
<id>urn:sha1:07483d2fecaf3b3d089bb378935e48f8afb2ca73</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11394 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OK, it's more useful if this compiles...</title>
<updated>2009-06-01T00:27:50Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-01T00:27:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=355ffd23e201d3e35f2dfb8fd050568bedb768ff'/>
<id>urn:sha1:355ffd23e201d3e35f2dfb8fd050568bedb768ff</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11393 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix unsafe iteration pattern in m_timedbans - vector::erase invalidates all iterators following the elements to be erased.</title>
<updated>2009-06-01T00:25:32Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-01T00:25:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eba6c0fb9126d51b42deda79c6c4a43e15f8923f'/>
<id>urn:sha1:eba6c0fb9126d51b42deda79c6c4a43e15f8923f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11392 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix some incorrect STL iterations (using &lt; end() instead of != end())</title>
<updated>2009-05-14T01:12:20Z</updated>
<author>
<name>special</name>
</author>
<published>2009-05-14T01:12:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc9352391f179dbe2a325ff36b00930c886ef1b3'/>
<id>urn:sha1:bc9352391f179dbe2a325ff36b00930c886ef1b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11385 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fix for bug #777</title>
<updated>2009-03-18T09:42:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-03-18T09:42:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2a89cef98abad60bf6e6022b81402fdec11f3d5a'/>
<id>urn:sha1:2a89cef98abad60bf6e6022b81402fdec11f3d5a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11228 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>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>
</feed>
