<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: OpenSim is not a Virtual World</title>
	<atom:link href="http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/</link>
	<description>ZOMGWTFHAI</description>
	<pubDate>Tue, 06 Jan 2009 23:40:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Frisby &#187; Blog Archive &#187; Copy Protection vs Permissions - again.</title>
		<link>http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/comment-page-1/#comment-63</link>
		<dc:creator>Adam Frisby &#187; Blog Archive &#187; Copy Protection vs Permissions - again.</dc:creator>
		<pubDate>Fri, 08 Aug 2008 17:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://gwala.net/blog/?p=7#comment-63</guid>
		<description>[...] Infact we’ve never ever said anything to this effect. The environment we build by default (and that’s the components we ship to do things like a Second Life™ environment), we’ll try our best to respect permissions infrastructure as best we can - but there are limits to what we can practically do, we cannot alter the fundamental laws of mathematics and computer science (see my previous post for more on this) for example. - OpenSim is not a Virtual World [...]</description>
		<content:encoded><![CDATA[<p>[...] Infact we’ve never ever said anything to this effect. The environment we build by default (and that’s the components we ship to do things like a Second Life™ environment), we’ll try our best to respect permissions infrastructure as best we can - but there are limits to what we can practically do, we cannot alter the fundamental laws of mathematics and computer science (see my previous post for more on this) for example. - OpenSim is not a Virtual World [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusan Writer&#8217;s Metaverse &#187; Welcome to the Metamess: Can openSim and Virtual Worlds Save Us From Spam?</title>
		<link>http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/comment-page-1/#comment-31</link>
		<dc:creator>Dusan Writer&#8217;s Metaverse &#187; Welcome to the Metamess: Can openSim and Virtual Worlds Save Us From Spam?</dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://gwala.net/blog/?p=7#comment-31</guid>
		<description>[...] told that openSim is a platform, not a world. And I have this idea that my avatar travels in worlds, not across a platform, so I [...]</description>
		<content:encoded><![CDATA[<p>[...] told that openSim is a platform, not a world. And I have this idea that my avatar travels in worlds, not across a platform, so I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusan Writer&#8217;s Metaverse &#187; Am I Me? Virtual Worlds, Avatars Rights, and Interoperability</title>
		<link>http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/comment-page-1/#comment-10</link>
		<dc:creator>Dusan Writer&#8217;s Metaverse &#187; Am I Me? Virtual Worlds, Avatars Rights, and Interoperability</dc:creator>
		<pubDate>Fri, 25 Jul 2008 20:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://gwala.net/blog/?p=7#comment-10</guid>
		<description>[...] - the thing is, Tarah Oh and Adam Frisby comment that openSim is NOT a world. And that&#8217;s the problem. It [...]</description>
		<content:encoded><![CDATA[<p>[...] - the thing is, Tarah Oh and Adam Frisby comment that openSim is NOT a world. And that&#8217;s the problem. It [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UgoTrade &#187; Blog Archive &#187; Realizing the Potential of Virtual Worlds: Why and How to Support OpenSim</title>
		<link>http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/comment-page-1/#comment-4</link>
		<dc:creator>UgoTrade &#187; Blog Archive &#187; Realizing the Potential of Virtual Worlds: Why and How to Support OpenSim</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://gwala.net/blog/?p=7#comment-4</guid>
		<description>[...] Frisby sets the record straight on his blog: OpenSim is not a virtual world. It’s a piece of software, which if configured in a specific way [...]</description>
		<content:encoded><![CDATA[<p>[...] Frisby sets the record straight on his blog: OpenSim is not a virtual world. It’s a piece of software, which if configured in a specific way [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Frisby</title>
		<link>http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/comment-page-1/#comment-3</link>
		<dc:creator>Adam Frisby</dc:creator>
		<pubDate>Mon, 21 Jul 2008 12:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://gwala.net/blog/?p=7#comment-3</guid>
		<description>Oh no, I mean the programming hooks are there to do what you want with, for instance:

IClientAPI.OnMoneyTransferRequest += xyz, etc exists. IClientAPI.SendMoneyBalance(int), etc.

There's a sample module called "SampleMoneyModule" which shows you how to implement those, plus deal with things like transferring objects and parcels of land in combination.

Small FYI: You need to add "-helperuri http://simname:simport/" to your login string (in addition to -loginuri), as the SL client verifies money transactions via a seperate HTTP protocol before sending the UDP packets to confirm it.</description>
		<content:encoded><![CDATA[<p>Oh no, I mean the programming hooks are there to do what you want with, for instance:</p>
<p>IClientAPI.OnMoneyTransferRequest += xyz, etc exists. IClientAPI.SendMoneyBalance(int), etc.</p>
<p>There&#8217;s a sample module called &#8220;SampleMoneyModule&#8221; which shows you how to implement those, plus deal with things like transferring objects and parcels of land in combination.</p>
<p>Small FYI: You need to add &#8220;-helperuri <a href="http://simname:simport/" rel="nofollow">http://simname:simport/</a>&#8221; to your login string (in addition to -loginuri), as the SL client verifies money transactions via a seperate HTTP protocol before sending the UDP packets to confirm it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.adamfrisby.com/blog/2008/07/opensim-is-not-a-virtual-world/comment-page-1/#comment-2</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 21 Jul 2008 03:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://gwala.net/blog/?p=7#comment-2</guid>
		<description>Hi, Adam
Do you mean any API when you are saying: "...We provide all the programming hooks nessecary to run an economy"? If yes - let me know ASAP, maybe I missed something. 
Regards</description>
		<content:encoded><![CDATA[<p>Hi, Adam<br />
Do you mean any API when you are saying: &#8220;&#8230;We provide all the programming hooks nessecary to run an economy&#8221;? If yes - let me know ASAP, maybe I missed something.<br />
Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
