<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/helperfuncs.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/helperfuncs.cpp?h=v2.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.cpp?h=v2.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-10-21T23:46:24Z</updated>
<entry>
<title>Move command-line items to CommandLineConf</title>
<updated>2009-10-21T23:46:24Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:46:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dcbb0ae938711cd49df73dc2ff6cd6289aeefb44'/>
<id>urn:sha1:dcbb0ae938711cd49df73dc2ff6cd6289aeefb44</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11949 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Split LocalUser and RemoteUser</title>
<updated>2009-10-21T23:44:48Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:44:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9924e5631193ad581d885380fd11ae8bfb91fa0b'/>
<id>urn:sha1:9924e5631193ad581d885380fd11ae8bfb91fa0b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11940 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change to new execution directory structure</title>
<updated>2009-10-13T01:44:22Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-13T01:44:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1ddbd62f91d4b9453447b5d25f5e41e807b0010'/>
<id>urn:sha1:d1ddbd62f91d4b9453447b5d25f5e41e807b0010</id>
<content type='text'>
Don't change CWD into bin/
Remove path-resolution hacks from configuration
Store pidfile and xline DBs in data, logs in logs.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11866 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix valgrind issues and crashes on exit</title>
<updated>2009-10-02T03:15:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-02T03:15:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8456cf5ccd44911f4e56538fe0880dd7fc7cd96d'/>
<id>urn:sha1:8456cf5ccd44911f4e56538fe0880dd7fc7cd96d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11794 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://www.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://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>ModResult conversion: Change return type of all module functions</title>
<updated>2009-09-02T00:49:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:49:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86775e2e98f55b3b88befe2daff0ca23f02f3155'/>
<id>urn:sha1:86775e2e98f55b3b88befe2daff0ca23f02f3155</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Cast rework: use C++ style static_cast&lt;&gt; instead of C-style casts</title>
<updated>2009-09-02T00:43:56Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:43:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=deb6822302cb9009adc3450dd405817cc0dae9cd'/>
<id>urn:sha1:deb6822302cb9009adc3450dd405817cc0dae9cd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11595 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes for config reader</title>
<updated>2009-08-12T18:03:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-12T18:03:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0036e3a70cabea02e9ec2103ed1dfdf5c799289f'/>
<id>urn:sha1:0036e3a70cabea02e9ec2103ed1dfdf5c799289f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11504 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
