<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/cull_list.h, branch v2.0.26</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/cull_list.h?h=v2.0.26</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/cull_list.h?h=v2.0.26'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-04-19T18:58:29Z</updated>
<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>Fix some of the include guard names (requested by SaberUK)</title>
<updated>2012-04-15T06:33:20Z</updated>
<author>
<name>Justin Crawford</name>
</author>
<published>2012-04-15T03:21:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ebd9cba72056c5b36696e166826afb981f25ebb'/>
<id>urn:sha1:9ebd9cba72056c5b36696e166826afb981f25ebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for bug #12</title>
<updated>2012-04-15T01:03:25Z</updated>
<author>
<name>Justin Crawford</name>
</author>
<published>2012-04-15T01:03:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5'/>
<id>urn:sha1:df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix recursion of QuitUser in SendQ quits</title>
<updated>2011-05-24T01:51:08Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-05-24T01:51:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58ab072505fcc58e35799065c42fb7112c4aed3f'/>
<id>urn:sha1:58ab072505fcc58e35799065c42fb7112c4aed3f</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>Fix module unmapping with culled Module objects</title>
<updated>2009-10-14T22:12:55Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-14T22:12:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dbf4d595433ecefeb61f1267ffa515a91c3ab548'/>
<id>urn:sha1:dbf4d595433ecefeb61f1267ffa515a91c3ab548</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11875 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Detect, complain, and don't crash when objects are inserted into cull list twice</title>
<updated>2009-09-30T16:28:43Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-30T16:28:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5fd6471070ecf0f9a0074714c57211e922257014'/>
<id>urn:sha1:5fd6471070ecf0f9a0074714c57211e922257014</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11782 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>Move user quit logic out of cull list</title>
<updated>2009-09-02T00:50:12Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:50:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=db7cc57f444a82df65f47b4f7058560e645e35cf'/>
<id>urn:sha1:db7cc57f444a82df65f47b4f7058560e645e35cf</id>
<content type='text'>
This changes the cull list from a list of User* that ran special cleanup
to a list of classbase* that simply deletes the objects.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11636 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix CullList to not use O(n^2) version of vector clear</title>
<updated>2009-04-17T21:47:30Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-04-17T21:47:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e988ac11a2fb6f8db35f2e645e519678135c1587'/>
<id>urn:sha1:e988ac11a2fb6f8db35f2e645e519678135c1587</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11312 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
