aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/InventoryServiceBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved AuthedSessionCache to where it is used -- Grid/InventoryServer.Diva Canto2009-08-221-517/+0
* Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto2009-08-101-4/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Initial infrastructure for ospa only uuid hashing of retrieved inventory itemsJustin Clarke Casey2009-05-041-1/+1
* * Enhance some internal inventory data plugin behaviour to match what was pro...Justin Clarke Casey2009-05-041-12/+19
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+14
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+14
* Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva2009-03-191-0/+10
* * optimized usings.lbsa712009-02-121-5/+1
* The DataPluginFactory is now a set of generic methods instead ofMike Mazur2009-02-091-1/+1
* - moved data plugin loading code from various places toMike Mazur2009-02-031-11/+9
* - move OpenSim/Framework/IInventoryData.cs toMike Mazur2009-02-031-2/+4
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-1/+0
* * test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey2008-11-271-5/+14
* Thanks diva for patch that makes a bunch of methods in InventoryServiceBase v...Dahlia Trimble2008-11-031-8/+8
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+9
* 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