<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/servercommand.h, branch v3.0.0a8</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.h?h=v3.0.0a8</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/servercommand.h?h=v3.0.0a8'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-11-21T15:51:45Z</updated>
<entry>
<title>Add the override keyword in places that it is missing.</title>
<updated>2017-11-21T15:51:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-21T13:05:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91e0af0fc4889f20d2f63426f8fe379674fc0393'/>
<id>urn:sha1:91e0af0fc4889f20d2f63426f8fe379674fc0393</id>
<content type='text'>
GCCs warnings for this are much better than Clangs.
</content>
</entry>
<entry>
<title>Add CXX11_OVERRIDE to overridden members that lack it.</title>
<updated>2017-07-12T13:41:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-12T13:41:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1df2bce56275e1297d94d82d4dbef6f6cf582b6'/>
<id>urn:sha1:d1df2bce56275e1297d94d82d4dbef6f6cf582b6</id>
<content type='text'>
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
</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>
<entry>
<title>m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS</title>
<updated>2014-04-16T11:20:39Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-16T11:20:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=67e0e32b86885df705a92cdc971a6085c4a7c1ba'/>
<id>urn:sha1:67e0e32b86885df705a92cdc971a6085c4a7c1ba</id>
<content type='text'>
Throws a ProtocolException if the input is invalid
</content>
</entry>
<entry>
<title>m_spanningtree Throw an exception on protocol violations instead of returning CMD_INVALID</title>
<updated>2014-04-16T11:08:44Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-16T11:08:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3eb205218a321e454d873ae14e2e717ce9d64142'/>
<id>urn:sha1:3eb205218a321e454d873ae14e2e717ce9d64142</id>
<content type='text'>
Catch CoreExceptions, log and close the link in OnDataReady()
</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://www.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>Fix indentation</title>
<updated>2013-08-27T13:02:21Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-27T13:02:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6b16dbc84c748292535d1309cadf696f7828a8a4'/>
<id>urn:sha1:6b16dbc84c748292535d1309cadf696f7828a8a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Allow server-to-server command handlers to specify whether they accept servers, remote users or both as the command source</title>
<updated>2013-08-25T11:42:01Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-19T17:11:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d9d9cbe025f94523265daa72de7596467d71f5c8'/>
<id>urn:sha1:d9d9cbe025f94523265daa72de7596467d71f5c8</id>
<content type='text'>
To make life easier for handlers accepting servers only as source, pass them a TreeServer* so they don't have to call FindServer()
</content>
</entry>
<entry>
<title>m_spanningtree Move all server-to-server command handlers into handler classes</title>
<updated>2013-08-18T13:11:02Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-07-15T11:40:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b14ebbccf08ec34a73e1ba271e67da80d9fe805c'/>
<id>urn:sha1:b14ebbccf08ec34a73e1ba271e67da80d9fe805c</id>
<content type='text'>
These commands are not registered in or called by the core. When looking for the handler of a command a new command table is searched first which contains all server-to-server commands. If a handler cannot be found in there, the core command table is consulted.
</content>
</entry>
</feed>
