aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+1
|
* * optimized usings.lbsa712009-02-121-7/+0
|
* 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.
* 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-1/+3
| | | | | | | of places in the REST inventory code.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-1/+1
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield2008-08-201-2/+2
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-201-12/+31
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-9/+4
|
* Minor formatting cleanup.Jeff Ames2008-08-071-1/+1
|
* From: awebbDr Scofield2008-07-251-0/+236
test code for REST handlers.