OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 8638766d79 Add [AssetService] AllowRemoteDeleteAllTypes (default false).
This allows a closed grid to delete asset types other than maptile remotely.
Only operational if AllowRemoteDelete = true also.
Defaults to false - do not enable if anybody other than you can make asset service requests.
2012-11-15 02:11:37 +00:00
..
ApplicationPlugins Don't include time to transmit response back to requester when assessing slow handling of requests. 2012-06-20 23:29:49 +01:00
Capabilities If the GetTexture capability receives a request for a range of data beyond that of an otherwise valid asset, return HTTP PartialContent rather than RequestedRangeNotSatisfiable. 2012-09-13 00:19:26 +01:00
ConsoleClient Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-19 00:25:40 +01:00
Data minor: Adjust method doc on IXInventoryData MoveItem() and MoveFolder() to make it clear we're moving to an existing folder. 2012-11-13 04:47:24 +00:00
Framework Fix usage statement on "debug http" console command since max level is now 5 rather than 3 2012-09-13 00:20:38 +01:00
Region Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concurrent thread use provoking mono crashes. 2012-09-28 01:56:25 +01:00
Server Add [AssetService] AllowRemoteDeleteAllTypes (default false). 2012-11-15 02:11:37 +00:00
Services Move check to allow only deletion of maptiles up to AssetServerDeleteHandler from AssetService. 2012-11-15 02:11:24 +00:00
Tests Renaming existing 'torture' tests to 'performance' tests instead, since this better matches what they really do. 2012-09-13 00:18:56 +01:00
Tools Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects. 2012-08-02 01:35:31 +01:00