<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v1.2.0rc1</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.2.0rc1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v1.2.0rc1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2009-01-28T16:30:52Z</updated>
<entry>
<title>Remove an incorrect comment</title>
<updated>2009-01-28T16:30:52Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-28T16:30:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=378b94da355f2c6714f54dc2ddf9960baaa43b3b'/>
<id>urn:sha1:378b94da355f2c6714f54dc2ddf9960baaa43b3b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11013 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This is more accurate</title>
<updated>2009-01-25T15:25:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-25T15:25:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0dd10bd16b67ff87a82627c8cfd5a49eff6db3e3'/>
<id>urn:sha1:0dd10bd16b67ff87a82627c8cfd5a49eff6db3e3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11002 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the recent issue where connections would hang with nothing recieved on either end until registration timeout. Also reverts r10998.</title>
<updated>2009-01-25T03:59:36Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-01-25T03:59:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8b69a6bed1820588a2d0f8a2369e6664cd0d4f38'/>
<id>urn:sha1:8b69a6bed1820588a2d0f8a2369e6664cd0d4f38</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11000 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Try this as the ssl crash fix</title>
<updated>2009-01-25T01:09:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-25T01:09:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=563ad5acb0fb3d1aee5094989377d8b284d33d92'/>
<id>urn:sha1:563ad5acb0fb3d1aee5094989377d8b284d33d92</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10998 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Templateise this</title>
<updated>2009-01-23T13:40:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-23T13:40:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0b44d28a3143c7f6925a5d3956d9e982974a46de'/>
<id>urn:sha1:0b44d28a3143c7f6925a5d3956d9e982974a46de</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10991 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_nationalchars using a copy and paste of my unsafe copy and paste algorithm, that will lock up if the string to replace contains the string to search for.</title>
<updated>2009-01-23T13:20:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-23T13:20:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a3fb932831ca09b2a931616f1701ea39429356c2'/>
<id>urn:sha1:a3fb932831ca09b2a931616f1701ea39429356c2</id>
<content type='text'>
Finally make this function a core utility function and remove the copies from 3 modules m_alias m_nationalchars and m_sqlauth


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10990 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add $gecos, $ident, $server, $uuid vars for building possible auth queries. These are the 1.2 equivalent of sqlauth:useident, and more.</title>
<updated>2009-01-22T20:44:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-22T20:44:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9bb31e58f8dfebd3c7297e738886f94c7bb3196b'/>
<id>urn:sha1:9bb31e58f8dfebd3c7297e738886f94c7bb3196b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10987 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, thanks!</title>
<updated>2009-01-17T20:03:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-17T20:03:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ee5cd9fa66b339f17d6167c91388e032c9f8a19f'/>
<id>urn:sha1:ee5cd9fa66b339f17d6167c91388e032c9f8a19f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10966 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Readability: pointless construct of a std::string from another std::string for throwing an exception</title>
<updated>2009-01-07T18:36:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-07T18:36:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=399e941c2255b6ef31afe11878ecab389ae7aa73'/>
<id>urn:sha1:399e941c2255b6ef31afe11878ecab389ae7aa73</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10952 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
