<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/treesocket1.cpp, branch v1.1.3</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/treesocket1.cpp?h=v1.1.3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket1.cpp?h=v1.1.3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-03-10T18:18:33Z</updated>
<entry>
<title>Whoops, fix a silly bug i just introduced :p</title>
<updated>2007-03-10T18:18:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T18:18:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b1aaa70fadab49c41f2d14cf61f2cf74e878efb'/>
<id>urn:sha1:8b1aaa70fadab49c41f2d14cf61f2cf74e878efb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6649 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move FJOIN propogation above the FMODEs generated by winning an FJOIN</title>
<updated>2007-03-10T18:15:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T18:15:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e31d17e28ee3933c44d3882fa75a26582f04016a'/>
<id>urn:sha1:e31d17e28ee3933c44d3882fa75a26582f04016a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6648 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2007-03-10T17:51:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T17:51:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b8a479207923702a93b28829f400444d3bcc624'/>
<id>urn:sha1:8b8a479207923702a93b28829f400444d3bcc624</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6645 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour:</title>
<updated>2007-03-10T17:45:02Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T17:45:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=78a1d269f8c5163fdcd88252b77176966e9e882f'/>
<id>urn:sha1:78a1d269f8c5163fdcd88252b77176966e9e882f</id>
<content type='text'>
(1) IF THEIRTS &lt;= OURTS, ACCEPT MODE AND PASS ON
(2) If THEIRTS &gt; OURTS, drop the mode and DONT pass on.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6644 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Take away a uline specific check in fmode, which might explain why desyncs between servers only occur when theres a ulined server about.</title>
<updated>2007-03-08T14:58:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-08T14:58:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=83c2e51b6578f63358c074069ce254339b432731'/>
<id>urn:sha1:83c2e51b6578f63358c074069ce254339b432731</id>
<content type='text'>
QA please test this with at least 2 insps and services and server syncs/splits, check for channel mode desyncs.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6638 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Ensure that simplemodes are sent first (jilles requested this)</title>
<updated>2007-02-25T00:27:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-25T00:27:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0b6b0442cbf669715b72aeb8451cc1c6b6aebc54'/>
<id>urn:sha1:0b6b0442cbf669715b72aeb8451cc1c6b6aebc54</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6611 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Bans are bursted using a large string buffer to save on write() calls, so the way we handle clamping the ban sending to 350 chars is slightly different than the changes just made to modestacker. works </title>
<updated>2007-02-25T00:18:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-25T00:18:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2df23d941f7741be13d8fad277ef3cca9abd7b0'/>
<id>urn:sha1:c2df23d941f7741be13d8fad277ef3cca9abd7b0</id>
<content type='text'>
he same though.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6610 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow for nick!user@host in TOPIC information.</title>
<updated>2007-02-11T18:50:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-11T18:50:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b111eec597349ad2dc7d4b54945097df813535b4'/>
<id>urn:sha1:b111eec597349ad2dc7d4b54945097df813535b4</id>
<content type='text'>
Note that this adds another &lt;options&gt; tag value, 'hostintopic'. (defaults to yes)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Support port binding here</title>
<updated>2007-02-07T17:50:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-07T17:50:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a1c889801aed91c5ee671cb1175c56116c406f8a'/>
<id>urn:sha1:a1c889801aed91c5ee671cb1175c56116c406f8a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6535 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Potential desync on "nick collision at same time as fjoin" fix</title>
<updated>2007-01-27T18:13:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-27T18:13:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f90d786db11d3b920719102709b89d4961f488b'/>
<id>urn:sha1:1f90d786db11d3b920719102709b89d4961f488b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6445 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
