<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_dnsbl.cpp, branch v1.2.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_dnsbl.cpp?h=v1.2.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_dnsbl.cpp?h=v1.2.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-01-02T18:16:05Z</updated>
<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>
<entry>
<title>Remove now-unneeded 4in6 hacks [danieldg]</title>
<updated>2008-11-01T20:20:12Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-01T20:20:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11e2a5c8a1b4b8da2c72cbd44facac2128b8fd7b'/>
<id>urn:sha1:11e2a5c8a1b4b8da2c72cbd44facac2128b8fd7b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10781 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug #630, reported by Jorijn, fix by dz. Bitmask dnsbl records not working. Thanks!</title>
<updated>2008-11-01T17:31:40Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-01T17:31:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bfe4bf12b1a185b9903921295696ec1ce4642f57'/>
<id>urn:sha1:bfe4bf12b1a185b9903921295696ec1ce4642f57</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10777 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versions, so we don't have (essentially unused) module versions.</title>
<updated>2008-08-25T20:35:51Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-25T20:35:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8de87c2a9b5f5e68caac1ca06b1021ed69cb3d6a'/>
<id>urn:sha1:8de87c2a9b5f5e68caac1ca06b1021ed69cb3d6a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes to some stuff that writes on memory it shouldn't (thanks psychon).</title>
<updated>2008-07-20T08:53:56Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-20T08:53:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ca781714c1651a9e7042eb930c6b117449f8e1fc'/>
<id>urn:sha1:ca781714c1651a9e7042eb930c6b117449f8e1fc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10047 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>fixed some indentation and spacing in modules</title>
<updated>2008-06-11T11:35:23Z</updated>
<author>
<name>pippijn</name>
</author>
<published>2008-06-11T11:35:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d185decae97752368d5cf62311cbc0d1a52aa22c'/>
<id>urn:sha1:d185decae97752368d5cf62311cbc0d1a52aa22c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9888 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And these</title>
<updated>2008-05-19T00:11:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T00:11:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a8d0bb046a67ba41947738b02cb7705f5db9fe67'/>
<id>urn:sha1:a8d0bb046a67ba41947738b02cb7705f5db9fe67</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9753 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move QuitUser into UserManager class, and unstaticize it. This prepares for some benchmarking lulz on object pooling I plan to do today, as well as making more sense now we *have* a manager class</title>
<updated>2008-04-09T15:34:54Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-09T15:34:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7a0cd3db1e8b64a6f706f1831e645ad69aa7927'/>
<id>urn:sha1:d7a0cd3db1e8b64a6f706f1831e645ad69aa7927</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9442 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>A load of classes dont inherit from classbase, and they should. fix.</title>
<updated>2008-03-24T16:53:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-24T16:53:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f946291b7fd022b50fe5aacb9b851cebfbb2278'/>
<id>urn:sha1:4f946291b7fd022b50fe5aacb9b851cebfbb2278</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9191 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a note to webirc that needs looking at.</title>
<updated>2008-02-11T09:41:58Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-11T09:41:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5db1d322be106c8462dc691072f9415dc0766ed4'/>
<id>urn:sha1:5db1d322be106c8462dc691072f9415dc0766ed4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8892 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
