aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵Teravus Ovares2007-12-141-4/+4
| | | | calls
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* Initial working Grid Inventory server. Only been tested on a very small ↵MW2007-12-011-4/+30
| | | | | | | 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)
* Step one on the long march towards grid based inventory. Introduction of an ↵Tleiades Hax2007-10-301-16/+39
| | | | InevntoryServer
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-97/+16
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-16/+97
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-87/+87
|
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+87
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.