<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/usermanager.cpp, branch v2.1a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/usermanager.cpp?h=v2.1a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/usermanager.cpp?h=v2.1a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2010-08-03T21:32:42Z</updated>
<entry>
<title>Get rid of more useless assign() invocations</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-16T21:03:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bd722def02fa27e69939d71d00b0af12adaea1ca'/>
<id>urn:sha1:bd722def02fa27e69939d71d00b0af12adaea1ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RAWIO log level which is more verbose than DEBUG</title>
<updated>2010-08-03T21:32:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-19T18:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3cc56cf2e6575a79dc8c1894eef5b043f0cc9087'/>
<id>urn:sha1:3cc56cf2e6575a79dc8c1894eef5b043f0cc9087</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix &lt;connect:deny&gt; crash</title>
<updated>2010-08-03T21:32:39Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-07T16:16:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0a2396c749b8f5cc923f073b2d958a848440a5c0'/>
<id>urn:sha1:0a2396c749b8f5cc923f073b2d958a848440a5c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move DNSBL and ident lookups after &lt;connect deny&gt;/bancache/Z:line checks</title>
<updated>2010-08-03T21:32:38Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-02T06:22:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30ebcceec568425941ac30fb09676ba2dabc5acc'/>
<id>urn:sha1:30ebcceec568425941ac30fb09676ba2dabc5acc</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://cgit.space/~steering/inspircd++.git/commit/?id=040b1bdc8b8e52089c8c3ba898b3badf60bd50aa'/>
<id>urn:sha1:040b1bdc8b8e52089c8c3ba898b3badf60bd50aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New I/O hook API</title>
<updated>2010-08-03T21:32:36Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-02-17T23:22:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0584675861f05321b89fff44fda38ebd49006e54'/>
<id>urn:sha1:0584675861f05321b89fff44fda38ebd49006e54</id>
<content type='text'>
This removes some pointless Module:: entries, uses the ServiceProvider
lookup API for bind tags, and allows GnuTLS to use custom certificates
per bind or link block using:

&lt;bind ssl="gnutls" ssl_cert="signed" ...&gt;
&lt;ssl_cert name="signed" certfile="my.cert.pem" keyfile="my.key.pem"&gt;
</content>
</entry>
<entry>
<title>m_dnsbl updates</title>
<updated>2010-02-14T00:31:44Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-14T00:31:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4498f1abd163b140efcbbd9e75173665c9b1c29f'/>
<id>urn:sha1:4498f1abd163b140efcbbd9e75173665c9b1c29f</id>
<content type='text'>
Prevent user registration until dnsbl lookups are complete
Allow DNSBLs to be checked using &lt;connect:dnsbl&gt; (MARK type)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12454 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on fast netsplits)</title>
<updated>2010-01-30T15:44:51Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-30T15:44:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a14cf3eed86b9ce638a0465e0c4dbb817710fb79'/>
<id>urn:sha1:a14cf3eed86b9ce638a0465e0c4dbb817710fb79</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12326 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove mode counter, not reliable and only used for umode +i</title>
<updated>2010-01-09T17:48:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-09T17:48:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3cd1a24a51b9560a6dd6590b4a384f6b6942370d'/>
<id>urn:sha1:3cd1a24a51b9560a6dd6590b4a384f6b6942370d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12246 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
