<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/dnsqueue.cpp, branch v1.1.0b9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/dnsqueue.cpp?h=v1.1.0b9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/dnsqueue.cpp?h=v1.1.0b9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-08-01T23:29:39Z</updated>
<entry>
<title>Remove dnsqueue</title>
<updated>2006-08-01T23:29:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-01T23:29:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8521a649632fef348cedfa38c770f1d6148415f7'/>
<id>urn:sha1:8521a649632fef348cedfa38c770f1d6148415f7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4631 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Removed threaded dns (it might make a comeback some day, but as it stands its incompatible with the new OO resolver)</title>
<updated>2006-08-01T21:35:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-01T21:35:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a5c9214743e76bd8bee1cb5f4d0d6dc3d1171c58'/>
<id>urn:sha1:a5c9214743e76bd8bee1cb5f4d0d6dc3d1171c58</id>
<content type='text'>
Migrated to new OO resolver, removed as much firedns craq as is safe to do so, operates over one file descriptor now and keyed against request id.
The only way to use the system is via class Resolver (so i'll need to migrate the rest of the ircd to use it)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4622 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if this works yet.</title>
<updated>2006-08-01T11:46:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-01T11:46:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4488e477136ea3daa60a744bac272cc37a604136'/>
<id>urn:sha1:4488e477136ea3daa60a744bac272cc37a604136</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4611 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change all references to voodoo numbers (7, 3 etc) to the new bitwise constants for user-&gt;registered</title>
<updated>2006-07-28T12:00:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T12:00:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=95840640cb374a0845c866bd1ad56a04dd833081'/>
<id>urn:sha1:95840640cb374a0845c866bd1ad56a04dd833081</id>
<content type='text'>
Change a lot of user-&gt;fd &gt; -1 to use the IS_LOCAL() macro


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4569 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed, no longer a memory leak (Thread leak)</title>
<updated>2006-07-20T18:02:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-20T18:02:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6bfae0cd735052b91151f8ffc56808d090683483'/>
<id>urn:sha1:6bfae0cd735052b91151f8ffc56808d090683483</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4465 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make threaded dns stable by placing some mutexes around some stl stuff (this really needs lots of testing now)</title>
<updated>2006-07-20T16:48:44Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-20T16:48:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57bba0c632bf07cdce7810330dffdfa27ae14972'/>
<id>urn:sha1:57bba0c632bf07cdce7810330dffdfa27ae14972</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4460 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Special checking for muppet providers that make their reverse resolution resolve back to the same reverse resolution.</title>
<updated>2006-07-19T10:47:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-19T10:47:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=deccd865922c6d6b61f2251ae32bb1d5e99ba4e0'/>
<id>urn:sha1:deccd865922c6d6b61f2251ae32bb1d5e99ba4e0</id>
<content type='text'>
*WHY* DO PEOPLE IN CONTROL OF THE RDNS RECORDS EVEN *ALLOW* SUCH LUNACY?!


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4436 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Only attempt forward lookup if the user still exists</title>
<updated>2006-07-16T20:01:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T20:01:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e255658272a3c566b2a9d5c9a0f2c2035910c60'/>
<id>urn:sha1:6e255658272a3c566b2a9d5c9a0f2c2035910c60</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4428 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixing sendq crask</title>
<updated>2006-07-16T19:43:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T19:43:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dcad2fe327598a92e2ca51feeb462bda7a5fa7c9'/>
<id>urn:sha1:dcad2fe327598a92e2ca51feeb462bda7a5fa7c9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4424 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Adjustment</title>
<updated>2006-07-16T14:30:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T14:30:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=863d8a3d08f7c4089683822f3d1e5544b6419ec6'/>
<id>urn:sha1:863d8a3d08f7c4089683822f3d1e5544b6419ec6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4410 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
