<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_mysql.cpp, branch v1.1.0b8</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_mysql.cpp?h=v1.1.0b8</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_mysql.cpp?h=v1.1.0b8'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-02T05:55:28Z</updated>
<entry>
<title>Remove a TODO comment. Also added support for &lt;database:port&gt; option since r6213 so we can now connect to other ports than the standard mysql 3306 port.</title>
<updated>2007-01-02T05:55:28Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-02T05:55:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3863f71f8b0775e1987e8aacdfb9e5014def9279'/>
<id>urn:sha1:3863f71f8b0775e1987e8aacdfb9e5014def9279</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6216 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>m_mysql can now do REHASH proper. Detects any changes made to config and loads/removes as needed.</title>
<updated>2007-01-02T05:51:05Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-02T05:51:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=528c788699278b0400ad03c04e8eb45c32c9cb36'/>
<id>urn:sha1:528c788699278b0400ad03c04e8eb45c32c9cb36</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6215 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Also use SQLhost for host config.</title>
<updated>2007-01-02T04:33:37Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-02T04:33:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=62dc4e40b6fdd75e950ef69ae658ced3a96b5a7a'/>
<id>urn:sha1:62dc4e40b6fdd75e950ef69ae658ced3a96b5a7a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6213 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix to allow for OnRehash to know what user initiated the rehash</title>
<updated>2007-01-01T20:53:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T20:53:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=42d5b9571eff06b0c33093dc9118c29f9603fd2b'/>
<id>urn:sha1:42d5b9571eff06b0c33093dc9118c29f9603fd2b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>That should make it load/unload, still needs REHASH done proper.</title>
<updated>2006-12-30T12:33:06Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-30T12:33:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=13ade6fed1248d3bc54ea573da4962d5ddd21321'/>
<id>urn:sha1:13ade6fed1248d3bc54ea573da4962d5ddd21321</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6167 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. Fix it by actually doing the +1 mentioned in the comment above, but lacking from the actual code.</title>
<updated>2006-12-29T01:46:13Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-29T01:46:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d79ddd5da846e6e89129abbfc9754ad0e2e0245'/>
<id>urn:sha1:6d79ddd5da846e6e89129abbfc9754ad0e2e0245</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6152 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change the SQLutils and SQL providers to also use interfaces for proper unload order, taking away the need for a static m_sqlutils. Depend order: m_sqlutils -&gt; sql providers (m_mysql m_pgsql) -&gt; sql modules (m_sqlauth m_sqloper).</title>
<updated>2006-12-28T22:42:38Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-28T22:42:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=59bd18f2a0b43b71ee32124add9d40d1d3a54919'/>
<id>urn:sha1:59bd18f2a0b43b71ee32124add9d40d1d3a54919</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6149 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix mem leakage in reading in and connecting to databases and have destructor call mem cleanup too and end the endless loop too so /RESTART and /DIE works with no segfault.</title>
<updated>2006-12-28T20:29:27Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-28T20:29:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=486ac00566bf842784f3edf5355ef71e0591ff2d'/>
<id>urn:sha1:486ac00566bf842784f3edf5355ef71e0591ff2d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6144 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont log much)</title>
<updated>2006-12-21T20:34:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-21T20:34:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=86f87784985faf4ec73b8dd9b0de61aca44461b3'/>
<id>urn:sha1:86f87784985faf4ec73b8dd9b0de61aca44461b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6056 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Still more massive commit fun. Headers in include/ still to be done, else that's it.</title>
<updated>2006-12-15T22:03:27Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T22:03:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a7cbd51d457a5e3b435396092bc7e2fcf79168e1'/>
<id>urn:sha1:a7cbd51d457a5e3b435396092bc7e2fcf79168e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5997 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
