diff options
author | Sean Dague | 2008-04-15 14:18:37 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-15 14:18:37 +0000 |
commit | 62d02e079eff3e6108bc4956e34fe5dd8f5cfcad (patch) | |
tree | beea7f139f302110e16154d59f2d699c40de7aef /bin/OpenSim.ini.example | |
parent | Update svn properties. (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
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 | |||
141 | say_distance = 30 | 141 | say_distance = 30 |
142 | shout_distance = 100 | 142 | shout_distance = 100 |
143 | 143 | ||
144 | [RemoteAdmin] | ||
145 | enabled = false | ||
146 | access_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 |