aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-10Formatting cleanup.Jeff Ames1-8/+6
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-1/+1
2009-03-27From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-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.
2009-03-19* Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey1-1/+1
2009-02-12* optimized usings.lbsa711-2/+0
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-18/+25
cleanups and assorted fixes to REST inventory, asset, and appearance services.
2008-09-18Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-09-18Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield1-8/+17
of places in the REST inventory code.
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-46/+24
2008-08-20fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield1-11/+1
2008-08-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-32/+109
cleanups of the REST inventory code.
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-08-18Formatting cleanup.Jeff Ames1-43/+22
2008-07-25From: awebbDr Scofield1-78/+164
Further improvements to the REST handlers.
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur1-7/+0
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-21* eliminated some warnings and added some const and readonlieslbsa711-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
2008-07-11Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke1-0/+7
while he studies the issues in Windows a little bit.
2008-07-10Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke1-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
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-07-02From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield1-0/+547
This adds REST services for inventory access. It also allows inventory uploads.