<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/main.h, branch v1.2.0a2</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/main.h?h=v1.2.0a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/main.h?h=v1.2.0a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-04-06T17:53:15Z</updated>
<entry>
<title>Remote /MAP: caution, this doesn't compile</title>
<updated>2008-04-06T17:53:15Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-06T17:53:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d87c8659876d59ac478128a263544060e85f1a40'/>
<id>urn:sha1:d87c8659876d59ac478128a263544060e85f1a40</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9381 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when cancelling), and change return type to int so modules can block away messages by returning nonzero.</title>
<updated>2008-03-30T14:26:01Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-03-30T14:26:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e2f4bf3a135e6b23fea21b2628c2c830de29cdec'/>
<id>urn:sha1:e2f4bf3a135e6b23fea21b2628c2c830de29cdec</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspircd now get treated like printf (meaning compile-time check goodness) in GCC</title>
<updated>2008-03-30T02:48:54Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-03-30T02:48:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=58385dd458e927994957b6d603f7f9da3fc52e14'/>
<id>urn:sha1:58385dd458e927994957b6d603f7f9da3fc52e14</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9217 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rollback complete! Everyone please go through the code and check i havent forgotten to incorporate your tweaks and changes.</title>
<updated>2008-02-24T15:55:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-24T15:55:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=23fb1f062bc993bdce30f643b905105fd2f1b78e'/>
<id>urn:sha1:23fb1f062bc993bdce30f643b905105fd2f1b78e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9019 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>spanningtree now correctly uses OnReadConfig, so its config is AVAILABLE when it comes to read it. No more bitching about missing config tags.</title>
<updated>2008-02-24T14:54:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-24T14:54:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4f50b9dfb1ca58cdceaad7578b48aa1ced186008'/>
<id>urn:sha1:4f50b9dfb1ca58cdceaad7578b48aa1ced186008</id>
<content type='text'>
This MIGHT fix the other problem listed in bug #461


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9018 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Nuke TIMESYNC from orbit \o/</title>
<updated>2008-02-22T16:40:02Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-22T16:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=29b51086b95c86f812ac35ed7d3333f060ba5a8c'/>
<id>urn:sha1:29b51086b95c86f812ac35ed7d3333f060ba5a8c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8998 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does: "parameters[n] = blahvar;" in a command handler etc. where they REALLY SHOULD NOT fuck with the value and should </title>
<updated>2008-02-20T19:07:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-20T19:07:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dd36852a52e8541306b76c5b88bce8ab9b36654c'/>
<id>urn:sha1:dd36852a52e8541306b76c5b88bce8ab9b36654c</id>
<content type='text'>
copy the pointer.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8971 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>-Woverloaded-virtual fixes</title>
<updated>2008-02-11T11:20:48Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-11T11:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e1b0dcd365a9754ad665131bfa26d18efeab0dd7'/>
<id>urn:sha1:e1b0dcd365a9754ad665131bfa26d18efeab0dd7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8899 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix up some usercounts stuff.. to be tested.</title>
<updated>2008-01-07T12:47:29Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-07T12:47:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2add2b79ca3152201e325ed75c09e0c9bd0fecc4'/>
<id>urn:sha1:2add2b79ca3152201e325ed75c09e0c9bd0fecc4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8655 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
