This adds a new osGetAgentIP function with threat level set to High. It

isn't tested, but it doesn't break anything else.  The reason for this
function is to let in world tools be used to coordiante out of world
network services that need access to client ip addresses.
This commit is contained in:
Sean Dague
2009-02-26 22:37:02 +00:00
parent faca2a7ddc
commit 7f727bd33e
4 changed files with 39 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osSetParcelMediaURL(string url);
void osSetPrimFloatOnWater(int floatYN);
// Avatar Info Commands
string osGetAgentIP(string agent);
// Teleport commands
void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
void osTeleportAgent(string agent, uint regionX, uint regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);