mirror of
https://github.com/opensim/opensim.git
synced 2026-05-22 08:28:21 +08:00
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
27 lines
1.5 KiB
XML
27 lines
1.5 KiB
XML
<Addin id="OpenSim.Data" isroot="true" version="0.5">
|
|
<Runtime>
|
|
<Import assembly="OpenSim.Grid.UserServer.exe"/>
|
|
<Import assembly="OpenSim.Grid.GridServer.exe"/>
|
|
<Import assembly="OpenSim.Grid.AssetServer.exe"/>
|
|
<Import assembly="OpenSim.Grid.InventoryServer.exe"/>
|
|
<Import assembly="OpenSim.Grid.MessagingServer.exe"/>
|
|
<Import assembly="OpenSim.Data.dll"/>
|
|
<Import assembly="OpenSim.Framework.dll"/>
|
|
</Runtime>
|
|
<ExtensionPoint path = "/OpenSim/GridData">
|
|
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Data.IGridDataPlugin"/>
|
|
</ExtensionPoint>
|
|
<ExtensionPoint path = "/OpenSim/LogData">
|
|
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Data.ILogDataPlugin"/>
|
|
</ExtensionPoint>
|
|
<ExtensionPoint path = "/OpenSim/AssetData">
|
|
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetProviderPlugin"/>
|
|
</ExtensionPoint>
|
|
<ExtensionPoint path = "/OpenSim/InventoryData">
|
|
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IInventoryDataPlugin"/>
|
|
</ExtensionPoint>
|
|
<ExtensionPoint path = "/OpenSim/UserData">
|
|
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IUserDataPlugin"/>
|
|
</ExtensionPoint>
|
|
</Addin>
|