mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
From: Dr Scofield <DrScofield@xyzzyxyzzy.net>
the attached patch set adds the (still work-in-progress but already working) RestPlugin base class and the RestRegionPlugin code. we are using XML serialization. currently working: GET /admin/regions/ -> returns UUID list of known regions GET /admin/regions/<UUID> -> returns detailed region information we'll be adding support for POST/DELETE/PUT and also for /admin/regions/<UUID>/name etc.
This commit is contained in:
@@ -162,6 +162,14 @@ shout_distance = 100
|
||||
enabled = false
|
||||
access_password = unknown
|
||||
|
||||
[RestPlugins]
|
||||
enabled = false
|
||||
password = unknown
|
||||
prefix = /admin
|
||||
|
||||
[RestRegionPlugin]
|
||||
enabled = false
|
||||
|
||||
; Uncomment the following for IRC bridge
|
||||
; experimental, so if it breaks... keep both parts... yada yada
|
||||
; also, not good error detection when it fails
|
||||
@@ -326,10 +334,6 @@ CleanUpOldScriptsOnStartup=true
|
||||
; Set the following to true to allow administrator owned scripts to execute console commands
|
||||
AllowosConsoleCommand=false
|
||||
|
||||
; Maximum number of llListen events we allow globally in the region
|
||||
; Set this to 0 to have no limit imposed.
|
||||
max_listens_per_region = 1000
|
||||
|
||||
; Maximum number of llListen events we allow per script
|
||||
; Set this to 0 to have no limit imposed.
|
||||
max_listens_per_script = 64
|
||||
|
||||
Reference in New Issue
Block a user