<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/dns.cpp, branch v2.1b2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/dns.cpp?h=v2.1b2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/dns.cpp?h=v2.1b2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2011-05-04T22:28:12Z</updated>
<entry>
<title>Update copyright notices to 2011</title>
<updated>2011-05-04T22:28:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-05-04T22:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3cb24a1ec87a7ef5bd87eae2509b33ff0246712c'/>
<id>urn:sha1:3cb24a1ec87a7ef5bd87eae2509b33ff0246712c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove timer.h from inspircd.h</title>
<updated>2011-01-30T18:29:08Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-30T18:29:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8631b7bf077ece980349f418f2f309260a0a8216'/>
<id>urn:sha1:8631b7bf077ece980349f418f2f309260a0a8216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dns.h from inspircd.h</title>
<updated>2011-01-30T18:10:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-30T18:10:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b53e121ef459fca3612e6d4b5a02bb2eb07d7580'/>
<id>urn:sha1:b53e121ef459fca3612e6d4b5a02bb2eb07d7580</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It's safe to delete a null pointer</title>
<updated>2010-12-01T19:24:16Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-12-01T19:24:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f94eec08963350642a7edad9d95b0c0b0bbac299'/>
<id>urn:sha1:f94eec08963350642a7edad9d95b0c0b0bbac299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add const to some functions</title>
<updated>2010-12-01T19:22:25Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-12-01T19:19:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=280bbc88c9db1e1b50d5c2e16945962e36066de0'/>
<id>urn:sha1:280bbc88c9db1e1b50d5c2e16945962e36066de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop some unused files</title>
<updated>2010-08-08T16:48:56Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-08T16:27:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fdc60e2d6052e08ed8b381e057022e4a0583afed'/>
<id>urn:sha1:fdc60e2d6052e08ed8b381e057022e4a0583afed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finish header file #include untangle</title>
<updated>2010-08-08T15:56:13Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-08T15:56:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b057f70d2868c6d90a2ca3f5174d0fe85602e591'/>
<id>urn:sha1:b057f70d2868c6d90a2ca3f5174d0fe85602e591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define comparator for irc::sockets::sockaddrs</title>
<updated>2010-08-03T21:32:43Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-27T00:08:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cbc069badae76e616aa8fd8d8b733cfe2a4e6c4c'/>
<id>urn:sha1:cbc069badae76e616aa8fd8d8b733cfe2a4e6c4c</id>
<content type='text'>
This only compares IP/port, which ignores IPv6 flow information and
scope ID, which aren't important in testing for equality.
</content>
</entry>
<entry>
<title>Add debug output for received DNS packets</title>
<updated>2010-08-03T21:32:43Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-26T23:38:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4e566614607c9b276724e4badf43b023e99d5aab'/>
<id>urn:sha1:4e566614607c9b276724e4badf43b023e99d5aab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change DNS binding to avoid BindSocket which could use the wrong address family</title>
<updated>2010-08-03T21:32:43Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-25T07:04:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fc81851334f179380d1f1ec25f80b164938aa6b6'/>
<id>urn:sha1:fc81851334f179380d1f1ec25f80b164938aa6b6</id>
<content type='text'>
</content>
</entry>
</feed>
