aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/HGInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-251-302/+0
| | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2010-09-031-1/+1
|
* Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG ↵Diva Canto2010-06-291-2/+2
| | | | xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase".
* * Simplified the configuration by having [DatabaseService] in itDiva Canto2010-01-311-1/+1
| | | | | * Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages
* * Added a few files that were missing in the repo.Diva Canto2010-01-311-0/+302
| | | | * New HGInventoryService which allows restricted access to inventory while outside
* Moving these nice HG connectors to their homes.diva2009-06-151-242/+0
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-18/+82
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-071-0/+178
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.