aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke2008-06-111-0/+4
* * Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey2008-06-011-2/+3
* * Minor: For no particularly good reason, make all console prompts conform to...Justin Clarke Casey2008-05-161-1/+1
* Formatting cleanup.Jeff Ames2008-05-162-27/+27
* * Remove old historical grid inventory codeJustin Clarke Casey2008-05-132-212/+1
* * 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
* * Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey2008-05-071-4/+0
* * 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-012-88/+6
* * Rolled back a few changes.Adam Frisby2008-05-013-70/+63
* * Cleaning code still.Adam Frisby2008-05-013-63/+70
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-4/+0
* * 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-232-9/+19
* allow for Inventory database source to be specified in mainSean Dague2008-04-232-3/+3
* * 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-213-10/+11
* * 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-082-4/+4
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-072-14/+14
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-6/+6
* * Remove the quit command from the inventory console which was actually addin...Justin Clarke Casey2008-04-011-1/+0
* * 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
* * CODE: Add phat warning to RootFolders http request since it no longer does ...Justin Clarke Casey2008-03-291-0/+5
* * Various 1.19.0.5 grid inventory request fixes. These will only take affect...Justin Clarke Casey2008-03-292-16/+33
* * Refactored out common http handler operationslbsa712008-03-281-11/+17
* Formatting cleanup.Jeff Ames2008-03-183-79/+76
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-3/+3
* Converted logging to use log4net.Jeff Ames2008-02-053-27/+35
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-13/+10
* Move unused inventory files into the atticJustin Clarke Casey2007-12-311-2/+2
* Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey2007-12-281-3/+3
* * Optimized usingslbsa712007-12-273-63/+59
* 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-202-8/+8
* * 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-152-9/+54
* Added some extra debug console output to Inventory Server and region OGS1 inv...MW2007-12-141-0/+2