aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-2/+1
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ↵Diva Canto2010-06-291-1/+1
| | | | comments in InventoryAccessModule.
* Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto2010-01-311-4/+0
| | | | lots of other obsolete configs.
* * Added a few files that were missing in the repo.Diva Canto2010-01-311-2/+2
| | | | * New HGInventoryService which allows restricted access to inventory while outside
* * Removed verbose debug messageDiva Canto2009-10-061-1/+1
| | | | | * Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers * Fixed a stupid bug in the InventoryConnector which was making move items do things twice
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Update svn properties.Jeff Ames2009-06-221-113/+113
|
* Renamed two of the in connector modules, to make things consistent.diva2009-06-151-1/+1
|
* Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva2009-06-151-0/+113
are now in CoreModules/ServiceConnectorsIn, where they belong.