aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/InventoryServiceBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis #2133Melanie Thielker2008-09-061-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-29/+29
* Formatting cleanup.Jeff Ames2008-08-181-3/+3
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-47/+34
* * minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey2008-07-241-1/+1
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-231-1/+1
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-0/+5
* Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke2008-06-111-0/+15
* Formatting cleanup.Jeff Ames2008-05-161-61/+61
* * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey2008-05-031-1/+11
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-37/+42
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-0/+11
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-7/+6
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-2/+2
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-1/+44
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+3
* * Change lazy user inventory creation on first login to synchronous rather th...Justin Clarke Casey2008-04-201-1/+1
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-111-2/+3
* * Refactor GetUsersInventory()Justin Clarke Casey2008-04-101-1/+1
* * Minor: get CreateNewUserInventory() to return true on successJustin Clarke Casey2008-04-101-1/+5
* * Minor inventory message cleanup and documentationJustin Clarke Casey2008-04-101-3/+4
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-15/+15
* * Update code to use patched libsecondlife.dll which removes the problem wher...Justin Clarke Casey2008-04-081-1/+1
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-108/+108
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-1/+1
* * Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey2008-03-311-3/+4
* * Log exceptions which make it up to the top of the http request frame, rathe...Justin Clarke Casey2008-03-311-31/+21
* * Fix problem where inventory code throws a swallowed exception on grid mode ...Justin Clarke Casey2008-03-311-17/+33
* * Stop the grid inventory service sending all folder and item details twiceJustin Clarke Casey2008-03-301-32/+1
* * Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2008-03-291-27/+4
* * Various 1.19.0.5 grid inventory request fixes. These will only take affect...Justin Clarke Casey2008-03-291-3/+18
* Re-enabled terrain texture generation for the world map. Adam can clean up/ s...MW2008-03-291-1/+1
* * Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2008-03-281-0/+24
* * Refactor: Eliminate RequestUsersRoot() redundant methodJustin Clarke Casey2008-03-281-12/+8
* * Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey2008-03-281-1/+1
* * Correct asset type of Lost and Found folder - this might stop it appearing ...Justin Clarke Casey2008-03-271-20/+20
* * Just inserting some exploratory comments into inventory codeJustin Clarke Casey2008-03-181-0/+4
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Added a method to access a named folder in a users inventory, to the inventor...MW2008-02-131-0/+6
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-3/+2
* Documenting and minor tweaksJustin Clarke Casey2008-02-111-82/+64
* Converted logging to use log4net.Jeff Ames2008-02-051-11/+13
* some small changes, like adding a couple of extra methods to IInventoryServic...MW2008-02-051-0/+10
* Add an extra check that we don't create new inventory folders for a user that...Justin Clarke Casey2007-12-301-4/+22
* * Optimized usingslbsa712007-12-271-3/+2
* * removed always true iflbsa712007-12-271-15/+12
* Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ...Justin Clarke Casey2007-12-271-2/+2
* * Patch from Charlie Omega for standard secondlife inventory folders: see man...Teravus Ovares2007-12-261-4/+103
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-0/+20