<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_sqlauth.cpp, branch v2.1a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_sqlauth.cpp?h=v2.1a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_sqlauth.cpp?h=v2.1a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2010-08-21T15:13:59Z</updated>
<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://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>Add support for setting accountname to m_sqlauth and m_ldapauth</title>
<updated>2010-08-20T02:20:34Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-20T02:20:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=98281fb308cef3e40c56be33aeab30ca74d5049d'/>
<id>urn:sha1:98281fb308cef3e40c56be33aeab30ca74d5049d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow m_sqlauth to set connect class</title>
<updated>2010-08-03T21:32:40Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-14T16:11:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=34738d55ca588a99b9fedb4db0464f056f65d728'/>
<id>urn:sha1:34738d55ca588a99b9fedb4db0464f056f65d728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle database not present a bit better, add missing MySQL rehash on init</title>
<updated>2010-08-03T21:32:40Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-03-13T20:25:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=412860415f8f93f184ece503fb2190f199473488'/>
<id>urn:sha1:412860415f8f93f184ece503fb2190f199473488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQL API v3</title>
<updated>2010-08-03T21:32:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-06T16:58:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e806d14cf608c9e56c8c81b2584a139468ba1035'/>
<id>urn:sha1:e806d14cf608c9e56c8c81b2584a139468ba1035</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add HMAC implementation to HashProvider</title>
<updated>2010-08-03T21:32:36Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-02-21T16:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9a36312c352e52f4b3e3bd359894758984747273'/>
<id>urn:sha1:9a36312c352e52f4b3e3bd359894758984747273</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless return value from OnUserRegister</title>
<updated>2010-08-03T21:32:36Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-02-17T18:35:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=85994fbfacfd44d6a62d01297959870458e7b2de'/>
<id>urn:sha1:85994fbfacfd44d6a62d01297959870458e7b2de</id>
<content type='text'>
</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>Use ServiceProvider for inter-module dependencies</title>
<updated>2009-11-16T17:59:06Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-16T17:59:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e'/>
<id>urn:sha1:54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e</id>
<content type='text'>
This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.

This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move all local-only fields to LocalUser</title>
<updated>2009-10-21T23:45:32Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:45:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ff3eef491aa9e107d09d9dd9560ef7715b37b3b3'/>
<id>urn:sha1:ff3eef491aa9e107d09d9dd9560ef7715b37b3b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
