aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/GridInventoryService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove The legacy inventory and asset servers. Bump interface version to 6Melanie2009-09-171-256/+0
* Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto2009-08-101-4/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * reseparate inventory item creator id and creator uuidJustin Clarke Casey2009-05-251-2/+3
* * optimized usings.lbsa712009-02-121-5/+2
* Added two new "trusted" url handlers to the Inventory server, to allow the us...MW2008-12-021-10/+26
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+9
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* Formatting cleanup.Jeff Ames2008-08-181-7/+7
* * Add line to log notifying of inventory -> user grid server trust failureJustin Clarke Casey2008-08-091-3/+22
* enabled a config option to inventory server to be able to stop it doing the S...MW2008-07-251-27/+50
* Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur2008-07-251-11/+27
* Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP add...Mike Mazur2008-07-241-3/+5
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-231-0/+41
* Formatting cleanup.Jeff Ames2008-05-161-19/+19
* * Removing polling delay for non-CAPS inventory fetch if the client has not y...Justin Clarke Casey2008-05-091-1/+4
* * Reduced sleep durations in a number of files.Adam Frisby2008-05-081-6/+1
* * Add ability to defer item actions for AddItem() and DeleteItem(). This won...Justin Clarke Casey2008-05-031-1/+1
* * Refactor RemoveItem()Justin Clarke Casey2008-05-031-1/+1
* * Refactor: move UpdateFolder into CachedUserInfoJustin Clarke Casey2008-05-031-1/+1
* * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey2008-05-031-58/+8
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-83/+1
* * Rolled back a few changes.Adam Frisby2008-05-011-25/+25
* * Cleaning code still.Adam Frisby2008-05-011-25/+25
* * 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