<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/compat.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/compat.cpp?h=v2.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/compat.cpp?h=v2.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-11-16T17:59:06Z</updated>
<entry>
<title>Use ServiceProvider for inter-module dependencies</title>
<updated>2009-11-16T17:59:06Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-16T17:59:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e'/>
<id>urn:sha1:54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e</id>
<content type='text'>
This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.

This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove m_halfop from list in compat linking mode</title>
<updated>2009-11-03T18:22:56Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-03T18:22:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e27b8377a0c2ae6855d680f6b2eb44dc093813fc'/>
<id>urn:sha1:e27b8377a0c2ae6855d680f6b2eb44dc093813fc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11998 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://www.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>Change SWHOIS to OPTCOMMON, remove m_operinvex</title>
<updated>2009-10-01T03:37:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T03:37:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d715e128f9cea6c25cc57dc23c1bccdbbfda475'/>
<id>urn:sha1:6d715e128f9cea6c25cc57dc23c1bccdbbfda475</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11789 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ENCAP removal for supported protocol 1201 commands</title>
<updated>2009-10-01T03:35:08Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T03:35:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=18aae91d9336b204ac252ad83008bfd0e78595e4'/>
<id>urn:sha1:18aae91d9336b204ac252ad83008bfd0e78595e4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11788 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't try to write to dead users, add debug to SquitServer, and remove a string copy in spanningtree write</title>
<updated>2009-09-21T17:16:28Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-21T17:16:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f6589e123c0a494287f59e3bc75e34ed6e4f6d7'/>
<id>urn:sha1:4f6589e123c0a494287f59e3bc75e34ed6e4f6d7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11753 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 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://www.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>
<entry>
<title>Add 1201 protocol compatability for SAVE</title>
<updated>2009-09-02T15:37:38Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T15:37:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=62e2d693436a1f0bf96754a61cbc662c198e92bd'/>
<id>urn:sha1:62e2d693436a1f0bf96754a61cbc662c198e92bd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11663 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>
</feed>
