<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/away.cpp, branch v3.0.0a3</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/away.cpp?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/away.cpp?h=v3.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-08-19T09:21:19Z</updated>
<entry>
<title>m_spanningtree Put command handlers with class names that collide with core commands into the SpanningTree namespace</title>
<updated>2016-08-19T09:21:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-19T09:21:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da04e0622c37d3d1ec6c3313fb5a82cbf9901329'/>
<id>urn:sha1:da04e0622c37d3d1ec6c3313fb5a82cbf9901329</id>
<content type='text'>
This fixes issues in static builds
</content>
</entry>
<entry>
<title>m_spanningtree Use vector back() where it makes sense</title>
<updated>2014-06-14T13:12:13Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-14T13:12:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=001cd6b11eea25982973f1eb9736ab86b69eca05'/>
<id>urn:sha1:001cd6b11eea25982973f1eb9736ab86b69eca05</id>
<content type='text'>
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=7e7e773d4d43e68c18c19e2ec712f4250e5f756d'/>
<id>urn:sha1:7e7e773d4d43e68c18c19e2ec712f4250e5f756d</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>
<entry>
<title>Change the syntax of FOREACH macros to be less dumb.</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-06-26T21:01:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8710724b5518ae9858309e548514f76e620a8459'/>
<id>urn:sha1:8710724b5518ae9858309e548514f76e620a8459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Remove unneeded #includes</title>
<updated>2013-04-12T19:03:05Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-16T22:21:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=551d687ec6d7ce44be35fae0dd7345fe73c4f63a'/>
<id>urn:sha1:551d687ec6d7ce44be35fae0dd7345fe73c4f63a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree atoi() to ConvToInt() conversion, add const where possible</title>
<updated>2013-04-12T19:03:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-04T19:34:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4cd5fb72ad191a3708d3d39a4fc74cc1ae4377e'/>
<id>urn:sha1:f4cd5fb72ad191a3708d3d39a4fc74cc1ae4377e</id>
<content type='text'>
Remove two redundant functions from Utils
</content>
</entry>
<entry>
<title>Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a target nickname</title>
<updated>2012-12-15T18:47:40Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-19T02:37:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e3e3a35899931d98e76023464f9b077b09ba828d'/>
<id>urn:sha1:e3e3a35899931d98e76023464f9b077b09ba828d</id>
<content type='text'>
If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
</feed>
