aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-551/+0
|
* Some more unnecessary things deleted in Framework.Communications.Diva Canto2010-01-101-1/+0
|
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-7/+2
| | | | * CommsManager.AvatarService rerouted
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-3/+8
|
* * Forgotten ILibraryService from yesterdayDiva Canto2010-01-021-0/+1
| | | | * New IAvatarService -- first pass
* * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman2009-10-021-2/+2
| | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-2/+2
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-2/+4
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-7/+1
| | | | | * Fixed minor typo
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-271-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.
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-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)
* * optimized usings.lbsa712009-02-121-12/+11
|
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-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.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-211-6/+6
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-201-17/+18
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2008-09-221-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.
* Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield2008-09-181-0/+1
| | | | | | | of places in the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-25/+15
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-201-83/+150
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-9/+0
|
* Formatting cleanup.Jeff Ames2008-08-181-12/+12
|
* From: awebbDr Scofield2008-07-251-1/+0
| | | | | | Further improvements to the REST handlers.
* From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield2008-07-021-0/+479
This adds REST services for inventory access. It also allows inventory uploads.