<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/capab.cpp, branch v2.0.0a2</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/capab.cpp?h=v2.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/capab.cpp?h=v2.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-11-03T17:12:25Z</updated>
<entry>
<title>Remove AllowHalfop item from server config</title>
<updated>2009-11-03T17:12:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-03T17:12:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=80df092fa38524a415a3bb258384dde819ec86e3'/>
<id>urn:sha1:80df092fa38524a415a3bb258384dde819ec86e3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11996 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Create StreamSocket for IO hooking implementation</title>
<updated>2009-09-21T13:26:31Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-21T13:26:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2af2347fc035d702e45f12e772223a8d578410d'/>
<id>urn:sha1:e2af2347fc035d702e45f12e772223a8d578410d</id>
<content type='text'>
Fixes the SSL SendQ bug
Removes duplicate code between User and BufferedSocket
Simplify SSL module API
Simplify EventHandler API (Readable/Writeable moved to SE)
Add hook for culled objects to invoke callbacks prior to destructor
 Replace SocketCull with GlobalCull now that sockets can close themselves
Shorten common case of user read/parse/write path:
 User::Write is now zero-copy up to syscall/SSL invocation
 User::Read has only two copy/scan passes from read() to ProcessCommand

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11752 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add modules to the VF_COMMON list in backwards compatability link mode, translate FIDENT as CHGIDENT</title>
<updated>2009-09-02T00:52:54Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:52:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8ca460a0e660f7ac6bae4dfdc88680876fd899f5'/>
<id>urn:sha1:8ca460a0e660f7ac6bae4dfdc88680876fd899f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11657 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add s2s backward compatability for protocol changes</title>
<updated>2009-09-02T00:52:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:52:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e62516014fdbc13a0baf9b869b747300bfdccbc7'/>
<id>urn:sha1:e62516014fdbc13a0baf9b869b747300bfdccbc7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11656 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make VF_OPTCOMMON module mismatches a fatal link error by default</title>
<updated>2009-09-02T00:47:22Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:47:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8085aa879bd989b526791797910295944a364084'/>
<id>urn:sha1:8085aa879bd989b526791797910295944a364084</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11620 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add VF_OPTCOMMON for optionally common modules</title>
<updated>2009-09-02T00:47:14Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:47:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e07a1a5ffab0a54ff04a7ff93b8c25c69992bf81'/>
<id>urn:sha1:e07a1a5ffab0a54ff04a7ff93b8c25c69992bf81</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11619 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Replace std::deque with std::vector in spanningtree and related modules</title>
<updated>2009-09-02T00:43:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:43:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=219993bc9018d9f0d9568330d7a972b68b785d27'/>
<id>urn:sha1:219993bc9018d9f0d9568330d7a972b68b785d27</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11593 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Strip SUPPORT_IP6LINKS #define</title>
<updated>2009-09-01T15:06:47Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-01T15:06:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=819147178db00008a215670992d0f532dd57f9e5'/>
<id>urn:sha1:819147178db00008a215670992d0f532dd57f9e5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11572 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix build of m_spanningtree and display of dependency regeneration</title>
<updated>2009-09-01T15:04:48Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-01T15:04:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=192fa7d3138ccb5929dc9af8de3395d6ea25619c'/>
<id>urn:sha1:192fa7d3138ccb5929dc9af8de3395d6ea25619c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11557 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<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://www.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>
</feed>
