mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Another interregion comms change that will not work well with previous versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE.
Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms.
This commit is contained in:
@@ -38,5 +38,7 @@ namespace OpenSim.Framework.Communications
|
||||
bool IsHyperlinkRegion(ulong handle);
|
||||
RegionInfo GetHyperlinkRegion(ulong handle);
|
||||
ulong FindRegionHandle(ulong handle);
|
||||
bool SendUserInformation(RegionInfo region, AgentCircuitData aCircuit);
|
||||
void AdjustUserInformation(AgentCircuitData aCircuit);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ namespace OpenSim
|
||||
/// of the code that is too old.
|
||||
///
|
||||
/// </value>
|
||||
public readonly static int MajorInterfaceVersion = 2;
|
||||
public readonly static int MajorInterfaceVersion = 3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user