<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/treesocket2.cpp, branch v3.0.0</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=v3.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket2.cpp?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-04-28T08:14:21Z</updated>
<entry>
<title>Textual improvements and fixes such as typos, casing, etc. (#1612)</title>
<updated>2019-04-28T08:14:21Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-28T08:14:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e'/>
<id>urn:sha1:e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree: Parse and copy message tags for all cmds</title>
<updated>2019-04-27T23:01:25Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-04-27T22:35:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=095d0e615474a08455c6bc186fbdf8b1bc753e39'/>
<id>urn:sha1:095d0e615474a08455c6bc186fbdf8b1bc753e39</id>
<content type='text'>
Don't ignore message tags on ServerCommands, and avoid creating
duplicate CommandBase::Params instances
</content>
</entry>
<entry>
<title>m_spanningtree: Ensure tags are sent in forwarded cmds</title>
<updated>2019-04-27T23:01:25Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-04-27T21:41:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4aab8d30a4721623ccb02d7bb801dfe271f8e36'/>
<id>urn:sha1:d4aab8d30a4721623ccb02d7bb801dfe271f8e36</id>
<content type='text'>
When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally
sends it to S3 to send to U2, S2 doesn't send the tags it received on
the command from S1 to S3.
</content>
</entry>
<entry>
<title>Rename OnClientProtocolProcessTag to OnProcessTag.</title>
<updated>2019-01-22T12:09:28Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-22T11:59:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=965c81baee0fb6f46aa788f45742d558f50c8b15'/>
<id>urn:sha1:965c81baee0fb6f46aa788f45742d558f50c8b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the spanningtree "unknown command" error message.</title>
<updated>2019-01-03T22:36:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-03T22:36:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5de55813bce3197f5f866527c2c8b0769efcd01'/>
<id>urn:sha1:f5de55813bce3197f5f866527c2c8b0769efcd01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix message tags not being broadcast across the network.</title>
<updated>2019-01-02T20:28:46Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T17:31:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aafc03bdfc34c9426df44938403c92dbbbc0568e'/>
<id>urn:sha1:aafc03bdfc34c9426df44938403c92dbbbc0568e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix conversion issues by replacing ConvToInt with ConvToNum&lt;T&gt;.</title>
<updated>2018-12-12T21:43:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T20:34:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f7cfd46ef2d277f5f82e34a2852c75212d75261'/>
<id>urn:sha1:0f7cfd46ef2d277f5f82e34a2852c75212d75261</id>
<content type='text'>
The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
</content>
</entry>
<entry>
<title>Implement IRCv3 message tag support.</title>
<updated>2018-08-13T20:51:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58a0a7e01422e62de1565a8eb0a1febdc463d04d'/>
<id>urn:sha1:58a0a7e01422e62de1565a8eb0a1febdc463d04d</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-10T06:46:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b418f081f7ecbfdd51c84fae2298f927155fac0'/>
<id>urn:sha1:8b418f081f7ecbfdd51c84fae2298f927155fac0</id>
<content type='text'>
This simplifies the logic of irc::tokenparser considerably and
removes all of the magic index guessing that was used previously.
</content>
</entry>
<entry>
<title>Use CommandBase::Params instead of std::vector&lt;std::string&gt;.</title>
<updated>2018-07-26T19:12:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-26T18:43:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=384ef31bc01e4a1a2e59d082c9066002410ba54a'/>
<id>urn:sha1:384ef31bc01e4a1a2e59d082c9066002410ba54a</id>
<content type='text'>
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
</content>
</entry>
</feed>
