aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/InventoryObjects.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the AssetInventory server from core. It has fallen behind bothMelanie2009-08-201-139/+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.
* Implemented all Inventory frontend handlers.Mike Mazur2009-03-051-0/+27
| | | | | | This doesn't mean they all work as expected, though. More changes to come as testing unveils bugs.
* Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur2009-03-051-58/+65
| | | | | Also the first inventory storage methods are implemented.
* - replace existing license header in each source file inMike Mazur2009-02-161-23/+21
| | | | | | | AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
* Converted to Linux newlines.Mike Mazur2009-02-161-107/+107
|
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-161-0/+107
OpenSim.Grid.AssetInventoryServer.