<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/postcommand.cpp, branch v3.0.0a9</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/postcommand.cpp?h=v3.0.0a9</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/postcommand.cpp?h=v3.0.0a9'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2018-08-10T12:55:32Z</updated>
<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://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://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://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://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://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://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://cgit.space/~steering/inspircd++.git/commit/?id=ee4262d276606649489db02007c7a34e8ac75bc4'/>
<id>urn:sha1:ee4262d276606649489db02007c7a34e8ac75bc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messages</title>
<updated>2014-01-21T17:14:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-21T17:14:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fead8af2b767cb5591536a3c98babf6b35194a66'/>
<id>urn:sha1:fead8af2b767cb5591536a3c98babf6b35194a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Server class</title>
<updated>2014-01-05T14:04:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-05T14:04:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f'/>
<id>urn:sha1:11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f</id>
<content type='text'>
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
</content>
</entry>
<entry>
<title>m_spanningtree Introduce command builders</title>
<updated>2013-08-27T13:33:05Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-19T18:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7e7e773d4d43e68c18c19e2ec712f4250e5f756d'/>
<id>urn:sha1:7e7e773d4d43e68c18c19e2ec712f4250e5f756d</id>
<content type='text'>
</content>
</entry>
</feed>
