<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_timedbans.cpp, branch v1.0.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_timedbans.cpp?h=v1.0.6</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_timedbans.cpp?h=v1.0.6'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-30T11:21:03Z</updated>
<entry>
<title>Fix m_timedbans to send out the mode removal REMOTELY on expire so that other servers have the mode removed</title>
<updated>2006-07-30T11:21:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-30T11:21:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=18c9cd69405d99e138b95eca7f6d31b9d90fd98d'/>
<id>urn:sha1:18c9cd69405d99e138b95eca7f6d31b9d90fd98d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4594 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix more timedban stuff - possible infinite loop if ban expires after the channel has been deleted (and/or re-created under the same name)</title>
<updated>2006-07-30T01:36:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-30T01:36:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ecdbb1f84993586aa37b2352c272f3bcb5f74d61'/>
<id>urn:sha1:ecdbb1f84993586aa37b2352c272f3bcb5f74d61</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4591 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug which can lock up ircd if someone adds a timed ban when the banlist is full</title>
<updated>2006-07-29T22:02:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-29T22:02:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ceca9c8c08f3ba0a6b5d078fd7137c0492b69fdf'/>
<id>urn:sha1:ceca9c8c08f3ba0a6b5d078fd7137c0492b69fdf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4590 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>FEAR THE POWER OF VIM AND THE ALMIGHTY "%s/        /\t/g"</title>
<updated>2006-07-09T20:41:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-09T20:41:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6a831a13ce816907bbf4b3a0a76c449a59972983'/>
<id>urn:sha1:6a831a13ce816907bbf4b3a0a76c449a59972983</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4249 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Last ones</title>
<updated>2006-03-11T15:25:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-11T15:25:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dd17b68273d0b25014af3653f18a35cf181e4e44'/>
<id>urn:sha1:dd17b68273d0b25014af3653f18a35cf181e4e44</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3660 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed timedbans (new mode parser didnt like being passed const  char* elements as it likes to change them inplace)</title>
<updated>2006-03-07T12:25:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-07T12:25:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9ec715957b95578172c136e6706e58e873956689'/>
<id>urn:sha1:9ec715957b95578172c136e6706e58e873956689</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3516 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Server* Srv marked static or moved to private member of module class in all modules, paves way for removal of static-build-munging-regexp that breaks +eI</title>
<updated>2006-02-26T11:48:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-26T11:48:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e2e581f0d3d5d844dc4b5210f566e5a5571a0570'/>
<id>urn:sha1:e2e581f0d3d5d844dc4b5210f566e5a5571a0570</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3330 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Changed some .cpp to .so in the this-&gt;source field</title>
<updated>2006-01-15T19:26:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-15T19:26:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=29b4e8dce678748ecc9e6004288464c179ca20ca'/>
<id>urn:sha1:29b4e8dce678748ecc9e6004288464c179ca20ca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2800 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://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>Last set converted to 'Implements'</title>
<updated>2005-12-26T21:28:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-26T21:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=53e521785f75f9a3f8be7f8110a8af65fcaff410'/>
<id>urn:sha1:53e521785f75f9a3f8be7f8110a8af65fcaff410</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2667 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
