<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_sqlauth.cpp, branch v1.1.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_sqlauth.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_sqlauth.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-23T15:47:08Z</updated>
<entry>
<title>Change to use GetId() and ID rather than GetData() and data</title>
<updated>2006-07-23T15:47:08Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-23T15:47:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=69790e320dcc16845a30e10a5a53ee63b26853fd'/>
<id>urn:sha1:69790e320dcc16845a30e10a5a53ee63b26853fd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4531 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove unused variable and assignment</title>
<updated>2006-07-23T01:22:06Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-23T01:22:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=031d51685c62a3300bf3c99313cb214d841f352e'/>
<id>urn:sha1:031d51685c62a3300bf3c99313cb214d841f352e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4518 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change comment to actually be rightish</title>
<updated>2006-07-22T14:56:35Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-22T14:56:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=628f8a1840eb8b4300c9f988a492051afb56fb2f'/>
<id>urn:sha1:628f8a1840eb8b4300c9f988a492051afb56fb2f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4513 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Reorder a couple of constructor prototypes for consistency</title>
<updated>2006-07-22T14:54:18Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-22T14:54:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a1ff11998b541e47c24097cc816496513d56d002'/>
<id>urn:sha1:a1ff11998b541e47c24097cc816496513d56d002</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4512 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add m_sqlutils - Currently provides ID-&gt;chan/user lookups</title>
<updated>2006-07-22T14:51:42Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-22T14:51:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2330fc9ddd48c939e894e7e37e9bb2e62eafc38d'/>
<id>urn:sha1:2330fc9ddd48c939e894e7e37e9bb2e62eafc38d</id>
<content type='text'>
Update m_sqlauth to use m_sqlutils

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4511 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Explicitly return false after killing user in OnCheckReady() (theoretically no change, but just makes sure..)</title>
<updated>2006-07-22T10:52:02Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-22T10:52:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=06341fb5b8d1c416da762a437827c1eba2b32ca0'/>
<id>urn:sha1:06341fb5b8d1c416da762a437827c1eba2b32ca0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4500 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Handle queries failing properly, actually work</title>
<updated>2006-07-22T10:42:11Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-22T10:42:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f50ad0454c24560438488e601b96f28b446c8302'/>
<id>urn:sha1:f50ad0454c24560438488e601b96f28b446c8302</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4498 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update to SQLv2 API</title>
<updated>2006-07-22T09:24:00Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-22T09:24:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=559d2719a37d22584dbdc2b5165ed0f7236f26f4'/>
<id>urn:sha1:559d2719a37d22584dbdc2b5165ed0f7236f26f4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4493 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Apply mirq's optimization patches</title>
<updated>2006-05-30T20:43:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-05-30T20:43:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=068c42db9d97e89e303faff5e944359635b1aa5b'/>
<id>urn:sha1:068c42db9d97e89e303faff5e944359635b1aa5b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3977 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>delete operator tracking in debug mode (using a macro -- live with it.)</title>
<updated>2006-04-24T13:28:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-04-24T13:28:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5d407fb44c759524881712a80febb86b4506ddbf'/>
<id>urn:sha1:5d407fb44c759524881712a80febb86b4506ddbf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3904 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
