<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree, branch v2.0.13</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v2.0.13</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v2.0.13'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2013-06-05T21:11:50Z</updated>
<entry>
<title>Remove unnecessary string copies and dead code</title>
<updated>2013-06-05T21:11:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-05T21:11:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d87bfc277858543ff14cd43f4222c66362464094'/>
<id>urn:sha1:d87bfc277858543ff14cd43f4222c66362464094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Fix FIDENT routing</title>
<updated>2013-06-04T20:16:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-04T20:16:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f07eda62da11eaab091e817e41d3a2bc8f4bd8d0'/>
<id>urn:sha1:f07eda62da11eaab091e817e41d3a2bc8f4bd8d0</id>
<content type='text'>
A new FIDENT was broadcast for each incoming FIDENT causing harmless but unnecessary server to server traffic
</content>
</entry>
<entry>
<title>Remove unused variables, avoid copies where possible, check empty() instead of size() == 0</title>
<updated>2013-05-16T18:33:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-16T18:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0a8b0d317ed4adc43185c1b791bcf752115dc58e'/>
<id>urn:sha1:0a8b0d317ed4adc43185c1b791bcf752115dc58e</id>
<content type='text'>
Most of these were detected by cppcheck
</content>
</entry>
<entry>
<title>m_spanningtree Fix crash when connecting to a remote server that has the same name as we do and also there is a link block with our server name and their password</title>
<updated>2013-04-23T13:10:33Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-23T13:10:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f6aea98dc5c3d9e2e54cde5aaf3198eee3c1ebfb'/>
<id>urn:sha1:f6aea98dc5c3d9e2e54cde5aaf3198eee3c1ebfb</id>
<content type='text'>
See 49223cfe12ecd9071123f724e615e63841f2421d
</content>
</entry>
<entry>
<title>m_spanningtree Fix IS_LOCAL() check in OnRehash handler</title>
<updated>2013-04-18T20:50:12Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-18T20:50:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ddba35710aa04e33bb061225764a7a9a1165beae'/>
<id>urn:sha1:ddba35710aa04e33bb061225764a7a9a1165beae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Create new TreeServers for incoming connections only when they've accepted our credentials, not when they send SERVER</title>
<updated>2013-04-10T15:05:13Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-10T15:05:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=65072d44f23804d85dd800c5ce6aa3548831142e'/>
<id>urn:sha1:65072d44f23804d85dd800c5ce6aa3548831142e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Fix incoming channel modes being lost for 0-user permanent channels on the losing side of a netmerge</title>
<updated>2013-03-20T17:23:44Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-13T15:41:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f658270c83cbd99196c3a233ccab60fa8de6e806'/>
<id>urn:sha1:f658270c83cbd99196c3a233ccab60fa8de6e806</id>
<content type='text'>
This did not affect listmodes
</content>
</entry>
<entry>
<title>Remove unused variables detected by Clang 4.2.</title>
<updated>2013-02-01T11:47:39Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-01-31T11:37:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bf6c166c6425df40d4d82f3d20719e33ffce4359'/>
<id>urn:sha1:bf6c166c6425df40d4d82f3d20719e33ffce4359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Fix rare desync when a KILL crosses a message that has the killed user's prefix and modifies global state</title>
<updated>2013-01-14T18:59:47Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-01-14T18:59:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ee5e5aa77574a8e2cf9d142ccecf76de1fe72eb6'/>
<id>urn:sha1:ee5e5aa77574a8e2cf9d142ccecf76de1fe72eb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a flag to Command that controls whether an empty last parameter is allowed or not</title>
<updated>2012-12-15T20:17:06Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-01T20:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d00914ed6f5de67ab69c69e1cd1efa0797b5f62d'/>
<id>urn:sha1:d00914ed6f5de67ab69c69e1cd1efa0797b5f62d</id>
<content type='text'>
</content>
</entry>
</feed>
