aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/GridInventoryService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Assorted spring cleanings.Adam Frisby2008-05-011-2/+0
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-0/+5
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-9/+15
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-0/+10
* * Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey2008-04-221-1/+5
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-6/+4
* * Remove user profile from cache when they log out from a region.Justin Clarke Casey2008-04-201-1/+1
* * Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey2008-04-111-32/+27
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-111-2/+1
* * Minor: really just comment and subsequent indentation adjustment. Preparat...Justin Clarke Casey2008-04-101-0/+6
* * Refactor GetUsersInventory()Justin Clarke Casey2008-04-101-9/+33
* * Minor inventory message cleanup and documentationJustin Clarke Casey2008-04-101-1/+10
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-1/+1
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-7/+7
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-6/+6
* * Stop the grid inventory service sending all folder and item details twiceJustin Clarke Casey2008-03-301-23/+9
* * Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2008-03-291-0/+11
* * Various 1.19.0.5 grid inventory request fixes. These will only take affect...Justin Clarke Casey2008-03-291-2/+16
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
* Converted logging to use log4net.Jeff Ames2008-02-051-11/+13
* * Optimized usingslbsa712007-12-271-23/+22
* Remove a now unnecessary bit of inventory log verbosityJustin Clarke Casey2007-12-221-1/+2
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-6/+6
* * Make inventory operations sync rather than async. This is to alleviate rac...Justin Clarke Casey2007-12-151-5/+31
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-9/+50
* Added some extra debug console output to Inventory Server and region OGS1 inv...MW2007-12-141-0/+2
* * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...Teravus Ovares2007-12-141-4/+8
* added copyright noticesJeff Ames2007-12-111-1/+29
* This small patch means that the inventoryserver for grid mode nowSean Dague2007-12-071-6/+3
* New Inventory folder should now be stored to the inventory server/database. T...MW2007-12-021-0/+1
* On login, if a set of inventory folders doesn't exist for the user then a new...MW2007-12-011-0/+1
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-011-0/+104