aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-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.
2010-06-29Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ↵Diva Canto1-1/+1
comments in InventoryAccessModule.
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto1-4/+0
lots of other obsolete configs.
2010-01-31* Added a few files that were missing in the repo.Diva Canto1-2/+2
* New HGInventoryService which allows restricted access to inventory while outside
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-1/+1
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-1/+1
Signed-off-by: Melanie <melanie@t-data.com>
2009-10-06* Removed verbose debug messageDiva Canto1-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
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
Change all uses of the HttpServer properties to use the new singleton
2009-06-22Update svn properties.Jeff Ames1-113/+113
2009-06-15Renamed two of the in connector modules, to make things consistent.diva1-1/+1
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva1-0/+113
are now in CoreModules/ServiceConnectorsIn, where they belong.