<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/treesocket1.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/m_spanningtree/treesocket1.cpp?h=v2.0fork</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket1.cpp?h=v2.0fork'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-06-07T02:57:54Z</updated>
<entry>
<title>Allow SSL fingerprint-based server authentication</title>
<updated>2009-06-07T02:57:54Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-07T02:57:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=885d37630ef4b5b69c26c6eb3fc97e9cd2e35eae'/>
<id>urn:sha1:885d37630ef4b5b69c26c6eb3fc97e9cd2e35eae</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11404 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove handshake timer on server sockets that die before completing handshake</title>
<updated>2009-05-07T14:51:10Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-07T14:51:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b2159a9e4f40fcbe755f8c0d2e6a7cbfcfd09f4f'/>
<id>urn:sha1:b2159a9e4f40fcbe755f8c0d2e6a7cbfcfd09f4f</id>
<content type='text'>
This fixes some very subtle and hard-to-trace bugs that are triggered when a
file descriptor and memory address of an EventHandler* are reused after being
deallocated. Impossible to trigger in valgrind; has been seen in live networks.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11369 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add loopCall to prevent double-broadcasting new X:lines</title>
<updated>2009-04-19T15:26:21Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-19T15:26:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=520401ed4a472f062f3e4bcef038905169f53c17'/>
<id>urn:sha1:520401ed4a472f062f3e4bcef038905169f53c17</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11319 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>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>Add snomask +s +L - remote link notices.</title>
<updated>2008-10-31T15:23:21Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-31T15:23:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f1712e6f0b58098250791ffc60815fa3fc462607'/>
<id>urn:sha1:f1712e6f0b58098250791ffc60815fa3fc462607</id>
<content type='text'>
Can be a useful distinction for bigger networks or networks with more distinction on what people can and cannot see.
This also makes RemoteMessage more match it's docs and removes useless redundancy.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10759 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>Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected closed unexpectedly' when errno == 0.</title>
<updated>2008-09-21T10:55:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-21T10:55:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=82fdc01e33aa5e5bfb1315e811d9465f85241248'/>
<id>urn:sha1:82fdc01e33aa5e5bfb1315e811d9465f85241248</id>
<content type='text'>
Also trigger failover whenever a connection times out in the new authentication timeout code (the connection isnt
properly established so the failover should trigger)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10575 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>inbound sockets need a timeout, too. 30 secs should be pleanty</title>
<updated>2008-09-19T11:07:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-19T11:07:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=14539c29d6fa8cd4106d799941ef24f7f3a14665'/>
<id>urn:sha1:14539c29d6fa8cd4106d799941ef24f7f3a14665</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10560 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Implement timeout on outgoing server connections as per our docs &lt;link:timeout&gt;</title>
<updated>2008-09-19T02:00:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-09-19T02:00:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7a20454ce09b3e8f81ca76d86b45993e3be0a86'/>
<id>urn:sha1:b7a20454ce09b3e8f81ca76d86b45993e3be0a86</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10558 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
