<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/main.cpp, branch v3.0.0a7</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=v3.0.0a7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/main.cpp?h=v3.0.0a7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-04-08T15:54:27Z</updated>
<entry>
<title>Move OnStats from the core to a cross-module event.</title>
<updated>2018-04-08T15:54:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-07T14:07:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=454c8d374955d2ffb3ec1fca39a6efc32032c649'/>
<id>urn:sha1:454c8d374955d2ffb3ec1fca39a6efc32032c649</id>
<content type='text'>
Some core code still exists in the XLine system but this will be
replaced when the XLine system is replaced later.
</content>
</entry>
<entry>
<title>Rework message handling.</title>
<updated>2018-01-06T14:18:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-11T19:42:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2fcb5ff4389a9a82d253acdff02a388ddcf14653'/>
<id>urn:sha1:2fcb5ff4389a9a82d253acdff02a388ddcf14653</id>
<content type='text'>
- Move all message-related types to their own header to make moving
  them to a cross-module events easier.
- Rename OnUserMessage to OnUserPostMessage.
- Rename OnText to OnUserMessage.
- Replace the dest, target_type, and status parameters with the
  MessageTarget class.
- Replace the text, exempt_list, and msgtype parameters with the
  MessageDetails struct.
- Add echooriginal and originaltext to the MessageDetails struct
  to allow spam filtering to not be broken by cap echo-message.
</content>
</entry>
<entry>
<title>Rename the spanningtree module header to server.</title>
<updated>2017-12-03T13:54:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-22T12:13:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4aa27e75af8da0a5bc2e35f931f0165339f5f289'/>
<id>urn:sha1:4aa27e75af8da0a5bc2e35f931f0165339f5f289</id>
<content type='text'>
In the future we will have server linking modules that are not the
spanningtree module.
</content>
</entry>
<entry>
<title>Fix a ton of -Wsign-conversion warnings.</title>
<updated>2017-11-17T15:33:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-17T00:02:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36040be2952186d56a6646ee7d972aaafdd4e31a'/>
<id>urn:sha1:36040be2952186d56a6646ee7d972aaafdd4e31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove module file extensions from user-visible messages.</title>
<updated>2017-08-27T12:25:29Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-27T12:25:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7'/>
<id>urn:sha1:a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Purge code for Windows XP and MSVC pre-2015.</title>
<updated>2017-08-06T20:05:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-02-14T08:33:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2da7dd588adb52148f0cd4779cde29b372cdc2e'/>
<id>urn:sha1:f2da7dd588adb52148f0cd4779cde29b372cdc2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Refuse topic changes that would result in desync</title>
<updated>2016-09-02T17:22:50Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-09-02T17:22:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eef45dbfb90f951f3048038aea3ff68b5c157f6d'/>
<id>urn:sha1:eef45dbfb90f951f3048038aea3ff68b5c157f6d</id>
<content type='text'>
This is a workaround until the protocol is updated
</content>
</entry>
<entry>
<title>m_spanningtree Drop unnecessary c_str() call when passing Link::Name to methods expecting std::string</title>
<updated>2016-08-26T10:41:25Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-26T10:41:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c11bda15af1f9d1eb74f561a5a00949efe813d6'/>
<id>urn:sha1:3c11bda15af1f9d1eb74f561a5a00949efe813d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spanningtree: use bindip aftype as a hint for dns lookup type</title>
<updated>2016-08-25T15:18:05Z</updated>
<author>
<name>Adam</name>
</author>
<published>2016-01-19T20:39:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=754f0130893bacb2b69a32c3de9ed1b3da9659cd'/>
<id>urn:sha1:754f0130893bacb2b69a32c3de9ed1b3da9659cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Use ASCII case insensitive map for matching server names</title>
<updated>2016-08-22T15:03:14Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-22T15:03:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dde2739382ddb9c512232c0d62bafa84cb0f75ab'/>
<id>urn:sha1:dde2739382ddb9c512232c0d62bafa84cb0f75ab</id>
<content type='text'>
</content>
</entry>
</feed>
