aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-06-101-8/+6
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
|
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-1/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-271-7/+4
| | | | | | | | 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.
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-191-1/+1
|
* * optimized usings.lbsa712009-02-121-2/+0
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-201-18/+25
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-181-2/+2
|
* Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield2008-09-181-8/+17
| | | | | | | of places in the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-46/+24
|
* fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield2008-08-201-11/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-201-32/+109
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-2/+2
|
* Formatting cleanup.Jeff Ames2008-08-181-43/+22
|
* From: awebbDr Scofield2008-07-251-78/+164
| | | | | | Further improvements to the REST handlers.
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-231-7/+0
| | | | attributes to external XML files. Fix issues 1682 and 1786.
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-1/+1
| | | | | | | | | * refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
* Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke2008-07-111-0/+7
| | | | | while he studies the issues in Windows a little bit.
* Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-101-7/+0
| | | | | | Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-1/+1
|
* From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield2008-07-021-0/+547
This adds REST services for inventory access. It also allows inventory uploads.