<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_ident.cpp, branch v2.1b3</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_ident.cpp?h=v2.1b3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_ident.cpp?h=v2.1b3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-03-22T22:11:35Z</updated>
<entry>
<title>m_ident: register service to actually make module work</title>
<updated>2012-03-22T22:11:35Z</updated>
<author>
<name>Xaquseg</name>
</author>
<published>2012-03-22T22:11:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2f8668b4bc3dd29596ed09eed8225eba37c4ce9'/>
<id>urn:sha1:d2f8668b4bc3dd29596ed09eed8225eba37c4ce9</id>
<content type='text'>
</content>
</entry>
<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://www.cgit.space/~steering/inspircd++.git/commit/?id=3cb24a1ec87a7ef5bd87eae2509b33ff0246712c'/>
<id>urn:sha1:3cb24a1ec87a7ef5bd87eae2509b33ff0246712c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove inappropriate use of sepstream</title>
<updated>2011-04-02T20:41:14Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-04-02T20:31:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89d41747e337c85a139a434ac9e9e692e5261ffa'/>
<id>urn:sha1:89d41747e337c85a139a434ac9e9e692e5261ffa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ExtensibleType argument to ExtensionItem to identify item types</title>
<updated>2010-09-23T00:49:27Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-09-23T00:49:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6049aefbfe55e7668f50f76efac4e4a67c2f18c6'/>
<id>urn:sha1:6049aefbfe55e7668f50f76efac4e4a67c2f18c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid future bugs with Attach</title>
<updated>2010-08-29T00:18:22Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-08-29T00:18:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eb056ec67eb774e8ba4751911c22d2973927271d'/>
<id>urn:sha1:eb056ec67eb774e8ba4751911c22d2973927271d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ConfigReader (deprecated interface)</title>
<updated>2010-08-21T20:27:31Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T20:27:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=37d282776753c7fd6a6793dd40105e89fdf47f62'/>
<id>urn:sha1:37d282776753c7fd6a6793dd40105e89fdf47f62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change config reading hook for better error reporting</title>
<updated>2010-08-21T15:13:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T04:48:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e95a4358c193ddd3e60da28ae55b44986c73c4d0'/>
<id>urn:sha1:e95a4358c193ddd3e60da28ae55b44986c73c4d0</id>
<content type='text'>
This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
</content>
</entry>
<entry>
<title>Remove duplicated settings now solely defined by the &lt;connect&gt; class</title>
<updated>2010-08-13T20:56:24Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-13T20:56:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7cfd4039ca3a835abfa88dfd595187fb11aa6901'/>
<id>urn:sha1:7cfd4039ca3a835abfa88dfd595187fb11aa6901</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Force modules to use init() to register hooks</title>
<updated>2010-08-05T22:28:49Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-05T22:09:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=708843f1b9c92e1c4ef3db3b54e8268406bff7b3'/>
<id>urn:sha1:708843f1b9c92e1c4ef3db3b54e8268406bff7b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix m_ident deleting sockets that are still in use</title>
<updated>2010-08-03T21:32:38Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-04T16:50:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=040b1bdc8b8e52089c8c3ba898b3badf60bd50aa'/>
<id>urn:sha1:040b1bdc8b8e52089c8c3ba898b3badf60bd50aa</id>
<content type='text'>
</content>
</entry>
</feed>
