<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/idle.cpp, branch v3.0.0a6</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/idle.cpp?h=v3.0.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/idle.cpp?h=v3.0.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2015-12-07T09:17:49Z</updated>
<entry>
<title>Remove some IS_SERVER() checks</title>
<updated>2015-12-07T09:17:49Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-07T09:17:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6352a6f9c9685c32ec17a7d6f9f89df0e3ec3054'/>
<id>urn:sha1:6352a6f9c9685c32ec17a7d6f9f89df0e3ec3054</id>
<content type='text'>
- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless
- m_dccallow is calling FindNickOnly() so it had the check needlessly
</content>
</entry>
<entry>
<title>Change allocation of InspIRCd::Parser to be physically part of the object containing it</title>
<updated>2014-06-13T13:45:55Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-13T13:45:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5b1ee304b5e1d71c71eec9ebf8f40758dfce5c1e'/>
<id>urn:sha1:5b1ee304b5e1d71c71eec9ebf8f40758dfce5c1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-04-07T11:40:51Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-07T11:40:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f71e6bf9cb41811f18864f5d4eecb26e29d03f25'/>
<id>urn:sha1:f71e6bf9cb41811f18864f5d4eecb26e29d03f25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add REG_ALL checks to treat unregistered users as nonexistent in more cases</title>
<updated>2014-04-04T16:30:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-04-04T16:30:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23183603b7ea3b2a50ce082d573bef07ab794686'/>
<id>urn:sha1:23183603b7ea3b2a50ce082d573bef07ab794686</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>Fix a couple of issues</title>
<updated>2013-08-08T13:10:48Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-08T13:10:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9962840222b6886f7653fc64443f19ebd661cc63'/>
<id>urn:sha1:9962840222b6886f7653fc64443f19ebd661cc63</id>
<content type='text'>
- Wrong doc for Snomask::GetDescription()
- Incorrect idle time when WHOISing remote users
- String + int = garbage
- Remote MODE commands (user mode changes) being broadcast in addition to being forwarded
- Incorrect revision being shown
</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 IDLE handler: Rewrite</title>
<updated>2013-04-12T19:03:03Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-04T17:57:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=01692b86b87c01e638465c7be5f3570fa5e752e5'/>
<id>urn:sha1:01692b86b87c01e638465c7be5f3570fa5e752e5</id>
<content type='text'>
</content>
</entry>
</feed>
