<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspsocket.cpp, branch v1.2.0rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=v1.2.0rc3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspsocket.cpp?h=v1.2.0rc3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-04-30T13:35:25Z</updated>
<entry>
<title>Fix bug found by Jeremy from Teranova, thanks: if an explicit bind to an IP is not made, don't assume all &lt;bind&gt; tags are for ipv6 IPs on an IPv6 compile (WTF).</title>
<updated>2009-04-30T13:35:25Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-04-30T13:35:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e5f5ce8db8d34afe2869a73bc38672e587948a4'/>
<id>urn:sha1:0e5f5ce8db8d34afe2869a73bc38672e587948a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11342 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>Rewrite BufferedSocket::BindAddr to actually make sense, and not infinite loop under some conditions, etc. This also splits a lot of it into DoBindMagic(), for readability.</title>
<updated>2009-03-09T18:51:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-03-09T18:51:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=349b6b91931f3e5ab03bf5ea085d1928c306afe2'/>
<id>urn:sha1:349b6b91931f3e5ab03bf5ea085d1928c306afe2</id>
<content type='text'>
Seems to work okay on an invalid bind and nonexistant bind.. Fixes bug #754, reported by HiroP and Indoril.

Fix FD leak in some circumstances: if bind fails hard (requested address couldn't be bound), Close() the socket. Also fixes a deficiency of the previous commit in that if one address failed to bind, the FD would be invalidated.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11189 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix minor memory leak, patch by Darom. Closes bug #699. Thanks!`</title>
<updated>2009-02-03T21:06:47Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-02-03T21:06:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9e29535857e1bd55a25737e7846f095e182dede2'/>
<id>urn:sha1:9e29535857e1bd55a25737e7846f095e182dede2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11025 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://www.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>
<entry>
<title>Be consistent. Use ServerInstance in all places instead of 'Instance' in half. This has bugged me forever :p. I think I got all of extra/ too..</title>
<updated>2008-09-21T12:56:03Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-21T12:56:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad3524174350633c25dc8a4e5ffbb7066c4b8cba'/>
<id>urn:sha1:ad3524174350633c25dc8a4e5ffbb7066c4b8cba</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10579 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Cleanup of some internals. Tested via m_httpd.</title>
<updated>2008-09-12T12:08:25Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-12T12:08:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=425fe205d0c22c3de0af6471f7c8900b70c69133'/>
<id>urn:sha1:425fe205d0c22c3de0af6471f7c8900b70c69133</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10527 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove some duplication, everything calls the SE equivilant anyway.</title>
<updated>2008-09-11T23:45:14Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-11T23:45:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=138f71ed13644d165293f6b59af3c55a53aeca97'/>
<id>urn:sha1:138f71ed13644d165293f6b59af3c55a53aeca97</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10525 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove useless parameter.</title>
<updated>2008-09-11T23:45:09Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-11T23:45:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7b0f5404757b0de080d71b92a4b45388276e450'/>
<id>urn:sha1:b7b0f5404757b0de080d71b92a4b45388276e450</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10524 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Minor stylistic improvements.</title>
<updated>2008-09-11T10:34:19Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-11T10:34:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb24915afb5410b0fa674af4d8f0849a999e4a0a'/>
<id>urn:sha1:cb24915afb5410b0fa674af4d8f0849a999e4a0a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10515 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
