<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/postcommand.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/postcommand.cpp?h=v3.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/postcommand.cpp?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-01-02T20:28:48Z</updated>
<entry>
<title>Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message.</title>
<updated>2019-01-02T20:28:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-02T20:21:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e433401fb883584d32b9b8159370ee57823b01bf'/>
<id>urn:sha1:e433401fb883584d32b9b8159370ee57823b01bf</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>Amend OnPostCommand to specify whether the command is loopcalled.</title>
<updated>2018-09-11T08:03:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-11T08:03:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e9ec8e49060024033efe55342c933b86288e31c'/>
<id>urn:sha1:7e9ec8e49060024033efe55342c933b86288e31c</id>
<content type='text'>
This restores previous behaviour which was lost when the original
line parameter was removed.
</content>
</entry>
<entry>
<title>Remove the original line parameter of On{Pre,Post}Command.</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-09T19:44:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=213e4d9680e427bc16b94c0c1b627919cacb171b'/>
<id>urn:sha1:213e4d9680e427bc16b94c0c1b627919cacb171b</id>
<content type='text'>
In the brave new world of message tags and alternate wire formats
this is no longer something that is appropriate to expose.

In reality it was only ever used by m_alias which now reconstitutes
the command name and parameters into a RFC 1459-style message for
whatever it needs to do.
</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>
<entry>
<title>Merge insp20</title>
<updated>2016-08-17T10:49:48Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-17T10:49:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b9e11915a976daaf790ebc763aff56e19fd49e0f'/>
<id>urn:sha1:b9e11915a976daaf790ebc763aff56e19fd49e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()</title>
<updated>2016-03-29T10:50:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-29T10:50:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da2b0ee6cad139804442a1ebcd0448755714f22a'/>
<id>urn:sha1:da2b0ee6cad139804442a1ebcd0448755714f22a</id>
<content type='text'>
This makes ROUTE_UNICAST() accept nicks and uuids
</content>
</entry>
<entry>
<title>Minor spelling errors in m_spanningtree.so</title>
<updated>2016-02-28T09:47:34Z</updated>
<author>
<name>Guillaume Delacour</name>
</author>
<published>2016-02-28T09:47:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b111d5098fe1ee306d2718c82c72f969db9d183d'/>
<id>urn:sha1:b111d5098fe1ee306d2718c82c72f969db9d183d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce std::string::substr() usage</title>
<updated>2015-01-10T14:16:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-10T14:16:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=47dda4f61512f6047f2b1dcccd1943aab74726e3'/>
<id>urn:sha1:47dda4f61512f6047f2b1dcccd1943aab74726e3</id>
<content type='text'>
substr() returns a new string while erase() and assign() modify the existing one
</content>
</entry>
<entry>
<title>m_spanningtree Fix routing of unicast messages</title>
<updated>2014-04-14T15:01:11Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-14T15:01:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee4262d276606649489db02007c7a34e8ac75bc4'/>
<id>urn:sha1:ee4262d276606649489db02007c7a34e8ac75bc4</id>
<content type='text'>
</content>
</entry>
</feed>
