aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2009-02-26 22:37:02 +0000
committerSean Dague2009-02-26 22:37:02 +0000
commit7f727bd33eef49b90c751d21ba8c69ef375f2cf7 (patch)
tree395462233a8c90c77f177570031ec60a4775351a /prebuild.xml
parentAnother change to how the CreateCommsManagerPlugin checks if it should be cre... (diff)
downloadopensim-SC_OLD-7f727bd33eef49b90c751d21ba8c69ef375f2cf7.zip
opensim-SC_OLD-7f727bd33eef49b90c751d21ba8c69ef375f2cf7.tar.gz
opensim-SC_OLD-7f727bd33eef49b90c751d21ba8c69ef375f2cf7.tar.bz2
opensim-SC_OLD-7f727bd33eef49b90c751d21ba8c69ef375f2cf7.tar.xz
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.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 2531e0b..85e429d 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1895,6 +1895,7 @@
1895 <ReferencePath>../../../../bin/</ReferencePath> 1895 <ReferencePath>../../../../bin/</ReferencePath>
1896 <Reference name="System"/> 1896 <Reference name="System"/>
1897 <Reference name="System.Data"/> 1897 <Reference name="System.Data"/>
1898 <Reference name="System.Net"/>
1898 <Reference name="System.Web"/> 1899 <Reference name="System.Web"/>
1899 <Reference name="System.Xml"/> 1900 <Reference name="System.Xml"/>
1900 <Reference name="OpenMetaverseTypes.dll"/> 1901 <Reference name="OpenMetaverseTypes.dll"/>