OpenSimMirror/OpenSim/ApplicationPlugins/Rest/Regions
Dr Scofield 9df18bb544 From: Richard Alimi <ralimi@us.ibm.com>
The following patch implements retrieving prims in Xml2 format via the REST
interface.  For example:
  http://localhost:9000/admin/regions/<region-uuid>/prims/

It also allows an additional parameter which specifies a bounding box.  If
this parameter is specified, only prims within the bounding box are
retrieved.  For example:

http://localhost:9000/admin/regions/8cd759b4-e077-489d-9a34-e1ff70ef65dd/prims/0,0,0,128,128,128
will retrieve only the prims whose positions are in the bounding box with
corners (0,0,0) and (128,128,128).
2008-08-15 07:28:28 +00:00
..
Resources Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls. Fix issue 1876. 2008-08-06 01:20:31 +00:00
GETHandler.cs From: Richard Alimi <ralimi@us.ibm.com> 2008-08-15 07:28:28 +00:00
POSTHandler.cs Mantis#1682. Revert temporarily, Sempuki's mono addins patch 2008-07-11 02:04:02 +00:00
RegionDetails.cs cleaning up returned XML REST doclet (no more xsi, xsd) 2008-05-29 13:55:01 +00:00
RestRegionPlugin.cs Thanks, sempuki, for a patch that moves control of Mono.Addins from source attributes to external XML files. Fix issues 1682 and 1786. 2008-07-23 03:08:31 +00:00