aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Utils.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-20Remove the AssetInventory server from core. It has fallen behind bothMelanie1-1031/+0
upstream and the reference implementation to the point where it is no longer usable. It has no known users, and sinnce it doesn't work anymore, it is safe to assume that no one has used it in a long time.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-08* Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey1-2/+2
as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
2009-03-05Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur1-24/+25
Also the first inventory storage methods are implemented.
2009-02-16- replace existing license header in each source file inMike Mazur1-23/+21
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
2009-02-16- clean up using references as well as References in prebuild.xmlMike Mazur1-9/+5
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
2009-02-16AssetInventoryServer now compiles while using the standard OpenSimMike Mazur1-8/+9
console and HttpServer. It doesn't work though.
2009-02-16Converted to Linux newlines.Mike Mazur1-1034/+1034
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-1/+1
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur1-0/+1034
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file