From 4a07038bbe616d05fbb3dfad79ec72a3169de589 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 14 May 2008 19:13:54 +0000 Subject: From: Dr Scofield 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/ -> returns detailed region information we'll be adding support for POST/DELETE/PUT and also for /admin/regions//name etc. --- bin/OpenSim.ini.example | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 62c03f0..7c877f0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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 -- cgit v1.1