<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/metadata.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/metadata.cpp?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/metadata.cpp?h=v3.0.0a3'/>
<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>m_spanningtree Only unserialize() METADATA if the object type matches ExtensionItem::type</title>
<updated>2015-01-18T09:42:39Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-18T09:42:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9e64fb83aab4f4c0c6964fcdbef4bca0846e930a'/>
<id>urn:sha1:9e64fb83aab4f4c0c6964fcdbef4bca0846e930a</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>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 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 Add channel timestamp to channel METADATA</title>
<updated>2013-04-13T15:09:18Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-12T15:01:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b9a2b9868d7bd94882e8b1c7a99b967e581240c8'/>
<id>urn:sha1:b9a2b9868d7bd94882e8b1c7a99b967e581240c8</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>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>
</feed>
