<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree, branch v1.2.0a5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v1.2.0a5</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree?h=v1.2.0a5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-07-20T08:53:56Z</updated>
<entry>
<title>Fixes to some stuff that writes on memory it shouldn't (thanks psychon).</title>
<updated>2008-07-20T08:53:56Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-20T08:53:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ca781714c1651a9e7042eb930c6b117449f8e1fc'/>
<id>urn:sha1:ca781714c1651a9e7042eb930c6b117449f8e1fc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10047 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix total mess of makefile dependency macros (all depending on stuff they dont NEED to depend on)</title>
<updated>2008-07-19T23:48:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-07-19T23:48:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2d4a319d961e3f9e6aa9f7926f9ed320d72de8da'/>
<id>urn:sha1:2d4a319d961e3f9e6aa9f7926f9ed320d72de8da</id>
<content type='text'>
and fix includes in all of m_spanningtree (everything including just about everything, doesnt need to)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10046 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Set parent to empty if there is no parent, pippijn, does this fix your duplicate links?</title>
<updated>2008-07-18T17:50:17Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-18T17:50:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5750ab5723389af0babfbb23f54343f4b10fbc1b'/>
<id>urn:sha1:5750ab5723389af0babfbb23f54343f4b10fbc1b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10034 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Send strerror() on all socket error messages, this should help diagnose problems a lot easier</title>
<updated>2008-07-17T11:55:30Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-17T11:55:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=681985c2cb121397fe54d3bcd0ab75d2d8ff04c3'/>
<id>urn:sha1:681985c2cb121397fe54d3bcd0ab75d2d8ff04c3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10028 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix compile</title>
<updated>2008-07-14T08:25:59Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-14T08:25:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9e1afa4937adf0c7e45b385029659340d40d81fa'/>
<id>urn:sha1:9e1afa4937adf0c7e45b385029659340d40d81fa</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10015 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Lots, lots more numerics.h conversion</title>
<updated>2008-07-14T07:24:37Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-14T07:24:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fce32c7b5baa50aa4d2d414e0361009489eccd1c'/>
<id>urn:sha1:fce32c7b5baa50aa4d2d414e0361009489eccd1c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10014 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add &lt;gecos&gt; field to &lt;server&gt; in XML stats output, also add to ProtoServer. Fixes part of bug #571, reported by Majic.</title>
<updated>2008-07-12T10:39:03Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-12T10:39:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e078fae142238765f279b50c309f22a5a0761ce4'/>
<id>urn:sha1:e078fae142238765f279b50c309f22a5a0761ce4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9971 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert API to use std::string, fixes my slight bug from earlier and looks tidier</title>
<updated>2008-07-11T21:15:02Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-11T21:15:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0b070b52bc8e8ceb52388e45cea90f4add119c4f'/>
<id>urn:sha1:0b070b52bc8e8ceb52388e45cea90f4add119c4f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9956 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_nopartmsg to work via API modification, involves a string copy that won't last too long. Compiles cleanly.</title>
<updated>2008-07-11T14:44:17Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-11T14:44:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4e599dd4fbfe5abc0d60a05008344e35e6bc870d'/>
<id>urn:sha1:4e599dd4fbfe5abc0d60a05008344e35e6bc870d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9953 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Win32 compilation fixes</title>
<updated>2008-06-13T17:52:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-06-13T17:52:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b22124cbc3f4fb365a743cd5d5bb76223e48eeed'/>
<id>urn:sha1:b22124cbc3f4fb365a743cd5d5bb76223e48eeed</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9904 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
