<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/operquit.cpp, branch v2.0.21</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/operquit.cpp?h=v2.0.21</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/operquit.cpp?h=v2.0.21'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-12-15T18:47:40Z</updated>
<entry>
<title>Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a target nickname</title>
<updated>2012-12-15T18:47:40Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-19T02:37:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e3e3a35899931d98e76023464f9b077b09ba828d'/>
<id>urn:sha1:e3e3a35899931d98e76023464f9b077b09ba828d</id>
<content type='text'>
If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message
</content>
</entry>
<entry>
<title>m_spanningtree Only allow uuids in SVSJOIN, METADATA and OPERQUIT</title>
<updated>2012-10-02T21:44:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-04T18:25:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3313987f31a074a4f5f1d455df1ee15a81362b4'/>
<id>urn:sha1:a3313987f31a074a4f5f1d455df1ee15a81362b4</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>...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>Move 2 static extensibles from user class to inspircd class for global access in an attempt to further fix windows build.</title>
<updated>2009-10-11T18:03:17Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-11T18:03:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4839dc44353952dde32620035c07863b918eb15'/>
<id>urn:sha1:e4839dc44353952dde32620035c07863b918eb15</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11838 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>Change Extensible to use strongly typed entries</title>
<updated>2009-09-13T20:30:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:30:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d57bbe05c31c79eaad02fe81cfb9c1ed6b79c58'/>
<id>urn:sha1:6d57bbe05c31c79eaad02fe81cfb9c1ed6b79c58</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11696 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove now-unused quitmsg/operquitmsg fields from User</title>
<updated>2009-09-02T00:50:21Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:50:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1662f21eedf91c49ac97333f72f494c36895803e'/>
<id>urn:sha1:1662f21eedf91c49ac97333f72f494c36895803e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11637 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>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>
</feed>
