<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/main.cpp, branch v2.0.15</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/main.cpp?h=v2.0.15</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/main.cpp?h=v2.0.15'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-12-15T12:10:33Z</updated>
<entry>
<title>m_spanningtree Fix nick TS desync on SVSNICK</title>
<updated>2013-12-15T12:10:33Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2013-12-15T12:10:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=24fc55bbfd367bf2ef68230173ffe1cb58f744fa'/>
<id>urn:sha1:24fc55bbfd367bf2ef68230173ffe1cb58f744fa</id>
<content type='text'>
Don't accept invalid timestamps
</content>
</entry>
<entry>
<title>Use case insensitive comparison for server names for (auto)connects, issue #662</title>
<updated>2013-11-09T11:52:38Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-11-09T11:52:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e81860311e448867c1c35b89734afb5ea672019c'/>
<id>urn:sha1:e81860311e448867c1c35b89734afb5ea672019c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue #657, fix sending FNAME with spaces</title>
<updated>2013-11-09T11:26:02Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-11-09T11:23:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9cdf47629faeec64edc77ff0729dc55946ed753c'/>
<id>urn:sha1:9cdf47629faeec64edc77ff0729dc55946ed753c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Fix timestamp in AWAY</title>
<updated>2013-08-31T10:00:55Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-31T10:00:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae23aefa3cde3caffc70a0c8058ebdc42326c59a'/>
<id>urn:sha1:ae23aefa3cde3caffc70a0c8058ebdc42326c59a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree When an IOHook goes away close all pending connections that use it</title>
<updated>2013-08-21T14:38:33Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-21T14:38:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d3b6538f955e824d46141f64fc081ce19fc081ef'/>
<id>urn:sha1:d3b6538f955e824d46141f64fc081ce19fc081ef</id>
<content type='text'>
</content>
</entry>
<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://www.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://www.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>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://www.cgit.space/~steering/inspircd++.git/commit/?id=ddba35710aa04e33bb061225764a7a9a1165beae'/>
<id>urn:sha1:ddba35710aa04e33bb061225764a7a9a1165beae</id>
<content type='text'>
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=bf6c166c6425df40d4d82f3d20719e33ffce4359'/>
<id>urn:sha1:bf6c166c6425df40d4d82f3d20719e33ffce4359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop</title>
<updated>2012-11-29T15:25:36Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-29T14:31:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b4034e2231afcfcb5cf29156288c666d90831fed'/>
<id>urn:sha1:b4034e2231afcfcb5cf29156288c666d90831fed</id>
<content type='text'>
Fixes #375 reported by @JDowny
</content>
</entry>
</feed>
