<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/encap.cpp, branch v2.0.11</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/encap.cpp?h=v2.0.11</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/encap.cpp?h=v2.0.11'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-11-19T17:32:39Z</updated>
<entry>
<title>Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()</title>
<updated>2012-11-19T17:32:39Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-19T00:09:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5c20fd57ec1913dc787b7c620bb4032851dd0d64'/>
<id>urn:sha1:5c20fd57ec1913dc787b7c620bb4032851dd0d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP</title>
<updated>2012-08-08T13:04:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-01T19:44:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1d7764cbc14a53c4b0222edefae23df5d9b4bdc8'/>
<id>urn:sha1:1d7764cbc14a53c4b0222edefae23df5d9b4bdc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let ENCAP target match on server names, not just SIDs</title>
<updated>2010-03-01T03:55:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-03-01T03:55:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2fe1992bc9a1243374ce4260e12b0cb5878de22f'/>
<id>urn:sha1:2fe1992bc9a1243374ce4260e12b0cb5878de22f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12577 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use UID/SID as the source for ENCAP commands, not server name</title>
<updated>2010-01-24T02:44:49Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-24T02:44:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=18f75b32d5d4b456496e65c3d472567bc02e6e17'/>
<id>urn:sha1:18f75b32d5d4b456496e65c3d472567bc02e6e17</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12321 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make User::uuid and User::server const</title>
<updated>2009-10-23T22:47:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-23T22:47:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b16e16ac1bae4ac5494778b4b8a7009febb58137'/>
<id>urn:sha1:b16e16ac1bae4ac5494778b4b8a7009febb58137</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11962 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>Allow commands to optionally route themselves using ENCAP</title>
<updated>2009-09-02T00:44:59Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:44:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5e220008782b2d538cb8e6e3b1923af0c13fb99'/>
<id>urn:sha1:b5e220008782b2d538cb8e6e3b1923af0c13fb99</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11602 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>
</feed>
