<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/metadata.cpp, branch v3.7.0</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.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/metadata.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-11T22:14:43Z</updated>
<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>Add {To,From}{Human,Internal,Network} to ExtensionItem.</title>
<updated>2019-08-07T15:38:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-07T12:40:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=85182d727c0d549b9cf6659ad36dec70fcf02278'/>
<id>urn:sha1:85182d727c0d549b9cf6659ad36dec70fcf02278</id>
<content type='text'>
Also, deprecate the old SerializeFormat/serialize/unserialise API.
</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>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>
</feed>
