<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/xline.cpp, branch v1.1.0b2</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.1.0b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/xline.cpp?h=v1.1.0b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-09-19T20:26:48Z</updated>
<entry>
<title>Update expiries when we update the set time</title>
<updated>2006-09-19T20:26:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-19T20:26:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=351e58b5f7ccbb48179663e85adbbf3934986c90'/>
<id>urn:sha1:351e58b5f7ccbb48179663e85adbbf3934986c90</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5306 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make the check against z/k/q/e/g methods return a pointer to the whole object rather than just the reason string</title>
<updated>2006-09-19T18:24:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-19T18:24:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8ed63fe681c5dbd1f3993b8b8e3ef7a7e9ef0fc8'/>
<id>urn:sha1:8ed63fe681c5dbd1f3993b8b8e3ef7a7e9ef0fc8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5305 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix crashes, and in the process make xline even faster!</title>
<updated>2006-09-19T18:12:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-19T18:12:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=066e5ca3665835e50dddaaf612212ffb94c68a85'/>
<id>urn:sha1:066e5ca3665835e50dddaaf612212ffb94c68a85</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5304 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make xline more memory-efficient and faster/neater. Eliminate a mass of fixed-size buffer and strlcpy</title>
<updated>2006-09-19T13:44:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-19T13:44:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89dc9ab19899e8bde4761da2e3f86194cf34fc21'/>
<id>urn:sha1:89dc9ab19899e8bde4761da2e3f86194cf34fc21</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5300 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove unused buffer and call to MakeHost()</title>
<updated>2006-09-10T17:55:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-10T17:55:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=452112ed232834a029ee007f7200e36bc235525f'/>
<id>urn:sha1:452112ed232834a029ee007f7200e36bc235525f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5205 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make /stats k/g/e work right</title>
<updated>2006-09-10T17:52:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-10T17:52:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=55379445da7946cf7f36fd4e0f507c2dfa160847'/>
<id>urn:sha1:55379445da7946cf7f36fd4e0f507c2dfa160847</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5204 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Split hostmasks into ident and host pairs for matching as g/k/e lines. This allows them to be matched faster and more efficiently</title>
<updated>2006-09-10T17:51:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-10T17:51:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a9c93027da4901123f9170a654d7c9802c40ea65'/>
<id>urn:sha1:a9c93027da4901123f9170a654d7c9802c40ea65</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5203 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix the new g/k/e line stuff to match ips. NOTE: this makes g/k/e much slower than z. By factors of about 3. If you want to match tons of users, as always use zline (for this and many other reasons)</title>
<updated>2006-09-10T17:28:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-10T17:28:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7ee9ca88a8a4aa0d671d331cee7ae132c7c1e1a3'/>
<id>urn:sha1:7ee9ca88a8a4aa0d671d331cee7ae132c7c1e1a3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5202 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Match IP's with klines, glines and exceptions, as well as hosts</title>
<updated>2006-09-10T17:18:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-10T17:18:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=52aec3dd2a8a30719b678ea04741c6a36ba82990'/>
<id>urn:sha1:52aec3dd2a8a30719b678ea04741c6a36ba82990</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5201 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists</title>
<updated>2006-08-30T09:03:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-30T09:03:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0'/>
<id>urn:sha1:d54fd9b1e6b31f69332a9241b5f17330c0ad61e0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
