<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/xline.cpp, branch v1.2.9rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/xline.cpp?h=v1.2.9rc1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/xline.cpp?h=v1.2.9rc1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-01T22:16:58Z</updated>
<entry>
<title>Don't apply bans to E:Lined connections. Should fix bug #896.</title>
<updated>2009-08-01T22:16:58Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-01T22:16:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0eabe028e25de0cf5037f523a8df72f1dd7e85bf'/>
<id>urn:sha1:0eabe028e25de0cf5037f523a8df72f1dd7e85bf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11452 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>In retrospect, not allowing *any* XLines to be set was pretty fucking stupid.</title>
<updated>2009-02-22T14:37:38Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-02-22T14:37:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4efdfce66a255dd5ce2e2a940842ebfe9b02c651'/>
<id>urn:sha1:4efdfce66a255dd5ce2e2a940842ebfe9b02c651</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11141 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't remove an expired xline on add, simply drop duplicates (1.1 behaviour). This can lead to bouncing between servers.</title>
<updated>2009-02-22T10:54:09Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-02-22T10:54:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=590dd9292f0d3cdd95c3ba1786ad8ff9487bb400'/>
<id>urn:sha1:590dd9292f0d3cdd95c3ba1786ad8ff9487bb400</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11140 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't allow expired XLines to be added.</title>
<updated>2009-02-22T10:54:08Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-02-22T10:54:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2497f6da2f34104f57a70a1720e903edbd828c85'/>
<id>urn:sha1:2497f6da2f34104f57a70a1720e903edbd828c85</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11139 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Nuke trailing spaces</title>
<updated>2009-02-14T21:14:36Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-02-14T21:14:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f209cce90b394acd26e22eacef0bff61e8f5b4e1'/>
<id>urn:sha1:f209cce90b394acd26e22eacef0bff61e8f5b4e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Note to self, cast time_t to long int for printf... thanks Ankit for pointing this out.</title>
<updated>2009-01-28T11:27:10Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-01-28T11:27:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=117742632909d9bfd71fc4feb3304263558101b7'/>
<id>urn:sha1:117742632909d9bfd71fc4feb3304263558101b7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11012 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make xline expiry messages a bit clearer that the xline may have expired a while ago, and give the correct time since they were set instead of the duration.</title>
<updated>2009-01-28T02:42:29Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-01-28T02:42:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd820825ac669c9cd8cc8b7a69ca855159b0d3cb'/>
<id>urn:sha1:fd820825ac669c9cd8cc8b7a69ca855159b0d3cb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11011 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Check line expiry when touching an xline, to prevent huge buildup of stale lines chomping CPU.</title>
<updated>2009-01-27T13:21:47Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-27T13:21:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5e34251d3e85d1e3cee23b418dc17e4b6cca3b3'/>
<id>urn:sha1:f5e34251d3e85d1e3cee23b418dc17e4b6cca3b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11007 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>
</feed>
