<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://osimdev.org/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenSimulator_Internals%2FHyperGrid_Services</id>
	<title>OpenSimulator Internals/HyperGrid Services - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://osimdev.org/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenSimulator_Internals%2FHyperGrid_Services"/>
	<link rel="alternate" type="text/html" href="http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/HyperGrid_Services&amp;action=history"/>
	<updated>2026-08-04T15:40:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/HyperGrid_Services&amp;diff=24&amp;oldid=prev</id>
		<title>Jwbshaw: first</title>
		<link rel="alternate" type="text/html" href="http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/HyperGrid_Services&amp;diff=24&amp;oldid=prev"/>
		<updated>2026-06-21T07:22:55Z</updated>

		<summary type="html">&lt;p&gt;first&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= OpenSimulator Internals/HyperGrid Services =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
HyperGrid services override normal services (asset, inventory, etc.) with HyperGrid-specific functionality. They handle cross-grid travel, trust verification, and asset transfer between grids.&lt;br /&gt;
&lt;br /&gt;
The existing opensimulator.org wiki documentation for HyperGrid internals is outdated. This page will be rebuilt from code review.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Known Components ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSimulator Internals/UserAgentService|UserAgentService]] || Manages the user agent when traveling via HyperGrid. Handles trust verification between grids.&lt;br /&gt;
|-&lt;br /&gt;
| hg_traveling_data || Database table tracking active HyperGrid sessions. See [[OpenSimulator Internals/Data Dictionaries#hg_traveling_data|hg_traveling_data table]].&lt;br /&gt;
|-&lt;br /&gt;
| HyperGrid asset transfer || When an object is rezzed on a foreign grid, assets are copied to that grid&amp;#039;s asset table -- same UUID, separate copy, no link between them, no cleanup on either end.&lt;br /&gt;
|-&lt;br /&gt;
| Suitcase folder || Special inventory folder -- the only part of inventory accessible on foreign grids. Configurable -- operators can disable, exposing entire inventory to foreign grids.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== HyperGrid User IDs ==&lt;br /&gt;
&lt;br /&gt;
HyperGrid users have URI-based IDs rather than plain UUIDs. This affects several database fields which use VARCHAR(255) instead of CHAR(36) to accommodate them. Affected tables: Presence, GridUser, Friends, os_groups_membership, os_groups_rolemembership, os_groups_invites, os_groups_notices, os_groups_principals.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Documentation to be rebuilt from code review. To be discussed with developer community.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[OpenSimulator Internals/ROBUST Services]]&lt;br /&gt;
* [[OpenSimulator Internals/UserAgentService]]&lt;br /&gt;
* [[OpenSimulator Internals/Data Dictionaries]]&lt;/div&gt;</summary>
		<author><name>Jwbshaw</name></author>
	</entry>
</feed>