<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/main.h, branch v2.0fork</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=v2.0fork</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/main.h?h=v2.0fork'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-17T15:09:46Z</updated>
<entry>
<title>Allow forward linking compatability by accepting higher protocol version numbers (other server should fail the link if it becomes link-incompatable)</title>
<updated>2009-08-17T15:09:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-17T15:09:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=36cb60f872712e8e5a59df74b5b36177addc4248'/>
<id>urn:sha1:36cb60f872712e8e5a59df74b5b36177addc4248</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11531 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OnRehash changes: split to multiple hooks to clarify use and prevent explosion of rehashes on a /REHASH *</title>
<updated>2009-05-24T02:53:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-24T02:53:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0da6b3a13def40e8fd002b9fc60f955467f6372d'/>
<id>urn:sha1:0da6b3a13def40e8fd002b9fc60f955467f6372d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add loopCall to prevent double-broadcasting new X:lines</title>
<updated>2009-04-19T15:26:21Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-19T15:26:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=520401ed4a472f062f3e4bcef038905169f53c17'/>
<id>urn:sha1:520401ed4a472f062f3e4bcef038905169f53c17</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11319 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Include explicit parameter list in ProtocolInterface::SendMode</title>
<updated>2009-03-07T01:29:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-07T01:29:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=96a4a1d41e42dba806c2e9954e148ed838262511'/>
<id>urn:sha1:96a4a1d41e42dba806c2e9954e148ed838262511</id>
<content type='text'>
Also leave the strings split into deque, there's no need to pack it into a
string just to unpack it during the translate.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11181 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Construct explicit parameter type list for MODE parameters</title>
<updated>2009-03-06T22:28:57Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-06T22:28:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=526f5a4a02882b19056fe755dff1f64b764ff313'/>
<id>urn:sha1:526f5a4a02882b19056fe755dff1f64b764ff313</id>
<content type='text'>
Previously, we used TR_SPACENICKLIST on the parameters. This worked only because
usually, if anything in the list parsed as a nick, then it was a nick. However,
some modes like +k and +g allow free-form text, which could also resolve as a
nick. Add extra parameters to allow modes to specify their TranslateType,
defaulting to TR_TEXT.

This fixes bug #757, found by Taros

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11180 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove unused NumServers field</title>
<updated>2009-02-18T21:05:53Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-02-18T21:05:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f19e632f3d0ecd4c9fe7e94846ae922b0aa2f1f6'/>
<id>urn:sha1:f19e632f3d0ecd4c9fe7e94846ae922b0aa2f1f6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11128 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove MaxMapHeight, replace with dynamically sized buffers</title>
<updated>2009-02-18T19:46:31Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-02-18T19:46:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6bb642a9ba9eef57fc27e71262844e5f987a543f'/>
<id>urn:sha1:6bb642a9ba9eef57fc27e71262844e5f987a543f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11127 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rework /MAP output to not be overly wide</title>
<updated>2009-02-18T17:52:20Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-02-18T17:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f9d2a1c8277436f49d4700327c66712242ccfd31'/>
<id>urn:sha1:f9d2a1c8277436f49d4700327c66712242ccfd31</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11125 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>If a module is loaded after m_spanningtree that it needs, then it will now re-read its configuration file. The code is also now in the right place to pick this up on rehash too not just on load.</title>
<updated>2009-01-02T23:15:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-02T23:15:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7fdb199071b8f83860e33d9548f014c54c95fbe2'/>
<id>urn:sha1:7fdb199071b8f83860e33d9548f014c54c95fbe2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10934 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
