aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-31* Refactored out and de-duplicated Base64ToString(string)lbsa711-7/+1
* Fixed minor typo
2009-03-27From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-5/+33
Fixed problem with REST services caused by changes to the OpenSim core code base - the comms manager had been 'modularized'. Also added additional debugging to RemoteAdmin interface.
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-1/+1
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
2009-02-12* optimized usings.lbsa711-12/+11
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-1/+1
These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality.
2008-10-21Update svn properties, minor formatting cleanup.Jeff Ames1-6/+6
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-17/+18
cleanups and assorted fixes to REST inventory, asset, and appearance services.
2008-09-22cleanups in inventory REST code. also, disables digest authenticationsDr Scofield1-1/+1
for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops.
2008-09-18Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield1-0/+1
of places in the REST inventory code.
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-25/+15
2008-08-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-83/+150
cleanups of the REST inventory code.
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-9/+0
2008-08-18Formatting cleanup.Jeff Ames1-12/+12
2008-07-25From: awebbDr Scofield1-1/+0
Further improvements to the REST handlers.
2008-07-02From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield1-0/+479
This adds REST services for inventory access. It also allows inventory uploads.