aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorSean Dague2008-04-15 14:18:37 +0000
committerSean Dague2008-04-15 14:18:37 +0000
commit62d02e079eff3e6108bc4956e34fe5dd8f5cfcad (patch)
treebeea7f139f302110e16154d59f2d699c40de7aef /bin
parentUpdate svn properties. (diff)
downloadopensim-SC_OLD-62d02e079eff3e6108bc4956e34fe5dd8f5cfcad.zip
opensim-SC_OLD-62d02e079eff3e6108bc4956e34fe5dd8f5cfcad.tar.gz
opensim-SC_OLD-62d02e079eff3e6108bc4956e34fe5dd8f5cfcad.tar.bz2
opensim-SC_OLD-62d02e079eff3e6108bc4956e34fe5dd8f5cfcad.tar.xz
From: dirk husemann <hud@zurich.ibm.com>
attached is a patch set that * adds further robustness checks for the CreateUser and CreateRegion XmlRpc * fixes SceneManager.TryGetScene(IPEndPoint, Scene) --- contrary to my expectation IPEndPoint.Address is not sufficient for a comparision, IPEndPoint.Address.Address (the long representation) does work however. * add [RemoteAdmin] section to OpenSim.ini.example * fixes XML doc comments good night, dirk
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 1cca2b5..6a04947 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -141,6 +141,10 @@ whisper_distance = 10
141say_distance = 30 141say_distance = 30
142shout_distance = 100 142shout_distance = 100
143 143
144[RemoteAdmin]
145enabled = false
146access_password = unknown
147
144; Uncomment the following for IRC bridge 148; Uncomment the following for IRC bridge
145; experimental, so if it breaks... keep both parts... yada yada 149; experimental, so if it breaks... keep both parts... yada yada
146; also, not good error detection when it fails 150; also, not good error detection when it fails