<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/treesocket2.cpp, branch v2.0.0a1</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/treesocket2.cpp?h=v2.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/treesocket2.cpp?h=v2.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2009-10-09T21:31:50Z</updated>
<entry>
<title>Move autoconnect next-server to TreeSocket::cull, and drop autoconnect reference once a connection is complete</title>
<updated>2009-10-09T21:31:50Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-09T21:31:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ae4c387422251da208c4b5492a9ebe72d524805e'/>
<id>urn:sha1:ae4c387422251da208c4b5492a9ebe72d524805e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11811 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update Event and Request APIs</title>
<updated>2009-10-08T23:29:21Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-08T23:29:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7e843c22e16c81054bad18073d24fe1a07026431'/>
<id>urn:sha1:7e843c22e16c81054bad18073d24fe1a07026431</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11808 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge remote/local MODULES output</title>
<updated>2009-10-01T22:45:17Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T22:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=87d031609bb8b7d2cd186d8f24bcb853fd93798c'/>
<id>urn:sha1:87d031609bb8b7d2cd186d8f24bcb853fd93798c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11793 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing</title>
<updated>2009-10-01T21:41:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T21:41:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=75d9c67804196c2e4059f3ff89f2ed5ee79a175f'/>
<id>urn:sha1:75d9c67804196c2e4059f3ff89f2ed5ee79a175f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11791 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow multiple autoconnects in a single &lt;autoconnect&gt; tag, fix infinite failover</title>
<updated>2009-09-30T21:55:31Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-30T21:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=78aabc62e7510af5075b2056f703f0aa42e328a4'/>
<id>urn:sha1:78aabc62e7510af5075b2056f703f0aa42e328a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11786 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove InspIRCd* parameters and fields</title>
<updated>2009-09-26T14:13:13Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-26T14:13:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d03943426dcce76ba66567a9b18425a5ebb4c0c'/>
<id>urn:sha1:6d03943426dcce76ba66567a9b18425a5ebb4c0c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 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://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 &lt;autoconnect&gt; blocks [jackmcbarn]</title>
<updated>2009-09-17T22:33:35Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-17T22:33:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=164e9d9171850877161ae057764ff8b579bedd36'/>
<id>urn:sha1:164e9d9171850877161ae057764ff8b579bedd36</id>
<content type='text'>
Replaces &lt;link:failover&gt; and &lt;link:autoconnect&gt;

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11741 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change cmd_*.so to use the Module object API</title>
<updated>2009-09-03T02:30:12Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-03T02:30:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f4472dd6dcdfbb5d4a2a50ddc615644c3b2c8145'/>
<id>urn:sha1:f4472dd6dcdfbb5d4a2a50ddc615644c3b2c8145</id>
<content type='text'>
Create Module* objects for each command, and load them like modules.
This unifies the external API for modules.

Library directory is now deprecated: all modules are located in a
single module directory.

Header files for each command are no longer needed; remove.

This also fixes two potential segfaults in m_spanningtree.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11668 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add away timestamp to the AWAY message sent server-server</title>
<updated>2009-09-02T15:37:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T15:37:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b1002b7df55f1aec5bfce48ecd07d6d326174c95'/>
<id>urn:sha1:b1002b7df55f1aec5bfce48ecd07d6d326174c95</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11664 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
