aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/GridInventoryService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-14* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵Teravus Ovares1-4/+8
calls
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-07This small patch means that the inventoryserver for grid mode nowSean Dague1-6/+3
retrieves items in the agent's root inventory folder. From Justin Casey (IBM)
2007-12-02New Inventory folder should now be stored to the inventory server/database. ↵MW1-0/+1
This also seems to fix the problem of Body parts not being persisted properly.
2007-12-01On login, if a set of inventory folders doesn't exist for the user then a ↵MW1-0/+1
new set is created in the inventory database. Most likely still better to use some other script to populate the inventory database instead of relaying on this.
2007-12-01Initial working Grid Inventory server. Only been tested on a very small ↵MW1-0/+104
grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)