<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_mssql.cpp, branch v2.0fork</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_mssql.cpp?h=v2.0fork</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_mssql.cpp?h=v2.0fork'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-10T19:55:07Z</updated>
<entry>
<title>Fix thread join not working for subclasses of Thread because of C++ destructor ordering</title>
<updated>2009-08-10T19:55:07Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-10T19:55:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8235290c734c17f5b52533876136e9a61d231c9d'/>
<id>urn:sha1:8235290c734c17f5b52533876136e9a61d231c9d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11500 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OnRehash changes: split to multiple hooks to clarify use and prevent explosion of rehashes on a /REHASH *</title>
<updated>2009-05-24T02:53:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-24T02:53:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0da6b3a13def40e8fd002b9fc60f955467f6372d'/>
<id>urn:sha1:0da6b3a13def40e8fd002b9fc60f955467f6372d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make this compile.</title>
<updated>2009-03-23T20:04:44Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-03-23T20:04:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=47a902e1f647fc017560b9a85eaddc64dc29aad8'/>
<id>urn:sha1:47a902e1f647fc017560b9a85eaddc64dc29aad8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11255 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ThreadEngine: Allow interthread signaling without needing as many hacks</title>
<updated>2009-03-23T18:48:51Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:48:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=59dbcc1245468218ec7e2372b2678351382a34f0'/>
<id>urn:sha1:59dbcc1245468218ec7e2372b2678351382a34f0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11251 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ThreadEngine: remove MutexFactory, mutexes should be constructed using their constructor</title>
<updated>2009-03-23T18:48:42Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:48:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9e6de5284aaacd55aa389445cd595bdcaa8339e'/>
<id>urn:sha1:f9e6de5284aaacd55aa389445cd595bdcaa8339e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11250 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ThreadEngine: remove excessive mutex use on thread creation</title>
<updated>2009-03-23T18:48:32Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:48:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b6eae36661bc798f69b22393b85a4f06d533cf6'/>
<id>urn:sha1:7b6eae36661bc798f69b22393b85a4f06d533cf6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11249 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>and here, and here</title>
<updated>2009-02-12T18:05:08Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-02-12T18:05:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7fe04dadc17c8de1f3a40f362ab44db7bad5f4d2'/>
<id>urn:sha1:7fe04dadc17c8de1f3a40f362ab44db7bad5f4d2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11093 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>I really dont get the oddball count()? rewrite it</title>
<updated>2009-02-11T23:47:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-02-11T23:47:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=13c5cb7845b957966b9ecb1a8c2e48afb8d69233'/>
<id>urn:sha1:13c5cb7845b957966b9ecb1a8c2e48afb8d69233</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11088 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge in initial numbered parameters patch from Phoenix, thanks :)</title>
<updated>2009-02-11T23:35:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-02-11T23:35:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4ed72f3744b1f78251d66c9556695f6328a3bee0'/>
<id>urn:sha1:4ed72f3744b1f78251d66c9556695f6328a3bee0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11087 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
