<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/treesocket2.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/modules/m_spanningtree/treesocket2.cpp?h=v1.2.0rc3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket2.cpp?h=v1.2.0rc3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-04-26T20:48:05Z</updated>
<entry>
<title>Enable lag-check pings on active servers - if bandwidth waste is an issue, there should be an option to disable lag pings</title>
<updated>2009-04-26T20:48:05Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-26T20:48:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8a329816094b08963bf1244c2ce85307ce54fcdb'/>
<id>urn:sha1:8a329816094b08963bf1244c2ce85307ce54fcdb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11331 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use loopCall to protect OnUserKick rather than the triggerevents hack</title>
<updated>2009-04-20T13:29:58Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-20T13:29:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=828f256a9bd8278540bf4beede36c485e2c3e86f'/>
<id>urn:sha1:828f256a9bd8278540bf4beede36c485e2c3e86f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11321 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>Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!"</title>
<updated>2009-03-14T14:31:48Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-14T14:31:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2c3f10316c1fcfd137d83ecfe302d3ffeaad3e6f'/>
<id>urn:sha1:2c3f10316c1fcfd137d83ecfe302d3ffeaad3e6f</id>
<content type='text'>
This check on uplink was not sufficient. It has been replaced by marking
children of a bursting server as bursting, so the uplink is no longer needed.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11218 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Send remote BURST on new incoming server introduction</title>
<updated>2009-03-14T14:31:33Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-14T14:31:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf18f3f7f85d3e510edcbd5dbdd197e513c5fac1'/>
<id>urn:sha1:cf18f3f7f85d3e510edcbd5dbdd197e513c5fac1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11216 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Quiet bursts for uplinks, suggested by HiroP, thanks!</title>
<updated>2009-03-10T14:50:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-03-10T14:50:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a5a061c48af830ca90b699993cac079a9311b08'/>
<id>urn:sha1:5a5a061c48af830ca90b699993cac079a9311b08</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11194 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Send SVSNICKs during nick collision to prevent servers that do not fully implement collisions from killing users</title>
<updated>2009-03-06T20:39:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-06T20:39:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eacd707421be4f2612df9bde4517649061bb062e'/>
<id>urn:sha1:eacd707421be4f2612df9bde4517649061bb062e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11179 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix crash when services (or a misbehaving remote server) introduces a server with duplicate SID</title>
<updated>2009-03-05T01:27:19Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-05T01:27:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=75f147a25e8ecd30ada36c4b0a60c1b8c0e0717f'/>
<id>urn:sha1:75f147a25e8ecd30ada36c4b0a60c1b8c0e0717f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11171 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Nuke trailing spaces</title>
<updated>2009-02-14T21:14:36Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-02-14T21:14:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f209cce90b394acd26e22eacef0bff61e8f5b4e1'/>
<id>urn:sha1:f209cce90b394acd26e22eacef0bff61e8f5b4e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 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>
</feed>
