<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/addline.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/addline.cpp?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/addline.cpp?h=v3.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2014-07-27T16:45:52Z</updated>
<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>
<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>Fix more undefined behavior caused by referencing the returned buffer by std::string::c_str() when the object is temporary</title>
<updated>2012-09-30T01:04:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-29T23:10:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02859be56d43bcece02aab350e02bc95ed1bf446'/>
<id>urn:sha1:02859be56d43bcece02aab350e02bc95ed1bf446</id>
<content type='text'>
See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
</content>
</entry>
</feed>
