mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
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
This commit is contained in:
@@ -141,6 +141,10 @@ whisper_distance = 10
|
||||
say_distance = 30
|
||||
shout_distance = 100
|
||||
|
||||
[RemoteAdmin]
|
||||
enabled = false
|
||||
access_password = unknown
|
||||
|
||||
; Uncomment the following for IRC bridge
|
||||
; experimental, so if it breaks... keep both parts... yada yada
|
||||
; also, not good error detection when it fails
|
||||
|
||||
Reference in New Issue
Block a user