<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/addline.cpp, branch v3.0.0a9</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/addline.cpp?h=v3.0.0a9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/addline.cpp?h=v3.0.0a9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-08-07T15:45:03Z</updated>
<entry>
<title>Remove the 'debug' snotice character.</title>
<updated>2018-08-07T15:45:03Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-07T15:45:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c51d80d9d4f2a0a38686e7dd358de0b554746331'/>
<id>urn:sha1:c51d80d9d4f2a0a38686e7dd358de0b554746331</id>
<content type='text'>
</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>m_spanningtree Replace direct access of TreeServer::bursting with IsBursting()</title>
<updated>2014-07-27T16:45:52Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-27T16:45:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6720b8a7cd0975e9939781ca020e79de5ea46cc7'/>
<id>urn:sha1:6720b8a7cd0975e9939781ca020e79de5ea46cc7</id>
<content type='text'>
</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>Clean up CoreException</title>
<updated>2013-12-18T15:20:40Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2013-12-18T15:20:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e8389b27ff99ad9f48c890486ebef936acafc41'/>
<id>urn:sha1:1e8389b27ff99ad9f48c890486ebef936acafc41</id>
<content type='text'>
- Remove default constructor
- Replace virtual functions returning C strings with functions returning const std::string refs
</content>
</entry>
<entry>
<title>Make various self contained methods static.</title>
<updated>2013-12-15T06:46:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-12-15T05:34:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad47ea662698e72ff8f79b03512b1e7fe81bdf53'/>
<id>urn:sha1:ad47ea662698e72ff8f79b03512b1e7fe81bdf53</id>
<content type='text'>
- InspIRCd::IsValidMask
- InspIRCd::TimeString
</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>Remove $ModDep comments</title>
<updated>2013-08-15T15:39:56Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-15T15:39:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7e793d96131e7813fe42984ec3a04254720ad20'/>
<id>urn:sha1:b7e793d96131e7813fe42984ec3a04254720ad20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Change the type of TreeServer::ServerName to std::string</title>
<updated>2013-07-24T16:12:22Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-07-21T16:18:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c6b911132caba237f86280d1b2cb32ad3123f0da'/>
<id>urn:sha1:c6b911132caba237f86280d1b2cb32ad3123f0da</id>
<content type='text'>
</content>
</entry>
</feed>
