<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/servercommand.cpp, branch insp2</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/servercommand.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/servercommand.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-11-02T08:42:20Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-11-02T08:42:20Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-11-02T08:42:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9f0f4347717581112783a8c9be8dc95c6079dbc6'/>
<id>urn:sha1:9f0f4347717581112783a8c9be8dc95c6079dbc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use reference&lt;&gt;::ptr() in more places.</title>
<updated>2024-09-13T11:11:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-13T11:11:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a6ea949d4dbd7ab1ea972919ef7d8db312d31f6c'/>
<id>urn:sha1:a6ea949d4dbd7ab1ea972919ef7d8db312d31f6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from NULL to nullptr.</title>
<updated>2022-07-22T17:53:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-22T17:33:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=648f813f8c89e6e7d0ed5bda2c2149bee2babb09'/>
<id>urn:sha1:648f813f8c89e6e7d0ed5bda2c2149bee2babb09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always use ExtractTS to extract timestamps from S2S messages.</title>
<updated>2021-09-10T12:09:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-10T12:09:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bec93a9ab8eff6df9f9180a108b29d59f0ad1d27'/>
<id>urn:sha1:bec93a9ab8eff6df9f9180a108b29d59f0ad1d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate collections from insert to emplace.</title>
<updated>2021-04-18T03:58:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-18T03:37:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=569324feeecea939854e45bbd44495b849fcfd59'/>
<id>urn:sha1:569324feeecea939854e45bbd44495b849fcfd59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</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>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>m_spanningtree Implement ServerCommand::RegisterService()</title>
<updated>2015-12-06T11:16:37Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-06T11:16:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1bb97f3fb3fea1bf2de6a1eacaa2cdd6baacc07'/>
<id>urn:sha1:d1bb97f3fb3fea1bf2de6a1eacaa2cdd6baacc07</id>
<content type='text'>
</content>
</entry>
</feed>
