<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, 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?h=v1.1.0b8</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?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>Fix: If sql user and pass matched, but not operclass or host, conf based command would NOT be called and request would die quietly without notifying the user or send SNOtice of failed attempt.</title>
<updated>2007-01-02T05:15:34Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-02T05:15:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=420787dcab5e875ecf5eb27992a6e65eaf267438'/>
<id>urn:sha1:420787dcab5e875ecf5eb27992a6e65eaf267438</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6214 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>Use SQLhost from m_sqlv2.h and tidyup some code. Plus throw less module exceptions and warn instead.</title>
<updated>2007-01-02T03:04:03Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-02T03:04:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bb0e1ee1eb5cba9e9f11419c5d142159516c84cc'/>
<id>urn:sha1:bb0e1ee1eb5cba9e9f11419c5d142159516c84cc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6212 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add class SQLhost that represents a &lt;database&gt; config line.</title>
<updated>2007-01-02T02:59:25Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-01-02T02:59:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fb2e4497b5d0d271515a2f2824148d7e4cf085fe'/>
<id>urn:sha1:fb2e4497b5d0d271515a2f2824148d7e4cf085fe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6211 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>Fix this so it works properly, and removes the descriptions on unload (when the sockets revert back to plaintext)</title>
<updated>2007-01-01T00:25:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T00:25:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8fe441db7cfddb90bc6fca2e33dfffd2ae68dca7'/>
<id>urn:sha1:8fe441db7cfddb90bc6fca2e33dfffd2ae68dca7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6197 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add port type identifiers</title>
<updated>2007-01-01T00:16:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T00:16:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ba339f8b1c55dd32211e8cffbc5bea02371d7668'/>
<id>urn:sha1:ba339f8b1c55dd32211e8cffbc5bea02371d7668</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6196 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidyup a bit, get rid of some valgrind warnings.</title>
<updated>2006-12-31T11:40:28Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-31T11:40:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7ea1041e61122e17c499e6c361216512a3926240'/>
<id>urn:sha1:7ea1041e61122e17c499e6c361216512a3926240</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6191 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
