aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-11Disabling the remote call for the time being, so that I can test it on a grid...Diva Canto1-10/+11
2009-08-11Added http handlers for the two new inventory operations.Diva Canto1-4/+4
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto1-3/+3
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto1-0/+44
2009-07-26Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker1-5/+44
2009-07-10* minor: Make GridCommon.ini.example refer to inventory service rather than a...Justin Clarke Casey1-1/+1
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-2/+2
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva1-170/+162
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-04-18Thank you dslake for diagnosing and fixing a race condition in OGS1SecureInve...diva1-57/+65
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+16
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker1-0/+16
2009-02-12* optimized usings.lbsa711-2/+2
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-16/+16
2008-07-24* Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey1-14/+1
2008-07-24* Fix spelling mistake in OGS1SecureInvenotryServiceJustin Clarke Casey1-0/+0
2008-07-24* minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey1-1/+1
2008-07-23* refactor: break out inter grid inventory services furtherJustin Clarke Casey1-1/+1
2008-07-23adding files that were not included in r5589Johan Berntsson1-31/+30
2008-07-22* refactor: move new inventory service call by user server to OGS1 with all t...Justin Clarke Casey1-2/+3
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-0/+7
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-0/+20
2008-05-16Formatting cleanup.Jeff Ames1-42/+42
2008-05-14* Start recording initial complete avatar inventory retrieval failures from t...Justin Clarke Casey1-1/+5
2008-05-01* Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey1-20/+5
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey1-26/+28
2008-05-01* Assorted spring cleanings.Adam Frisby1-1/+1
2008-04-30* Completely inconsequential inventory odds and ends (actual impact - only on...Justin Clarke Casey1-1/+1
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-0/+15
2008-04-23* Implement full grid mode Trash emptyJustin Clarke Casey1-2/+36
2008-04-23* Implement proper emptying of trashcan on standaloneJustin Clarke Casey1-0/+10
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-8/+10
2008-04-11* Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey1-2/+8
2008-04-11* Minor refactoring in OGS1InventoryServiceJustin Clarke Casey1-27/+20
2008-04-11* Eliminate a class of errors where an inventory request could be made before...Justin Clarke Casey1-1/+2
2008-04-11* Minor inventory code cleanup following on from last patchJustin Clarke Casey1-7/+0
2008-04-11* Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey1-14/+26
2008-04-10* Minor: get CreateNewUserInventory() to return true on successJustin Clarke Casey1-1/+2
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-2/+2
2008-03-31* Set Svn Properties eol-style: |337Teravus Ovares1-1/+1
2008-03-29* Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey1-10/+0
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey1-0/+8
2008-03-18* Stop grid inventory network failures crashing the client sessionJustin Clarke Casey1-13/+46
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-13Added a method to access a named folder in a users inventory, to the inventor...MW1-0/+5
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-10/+10
2008-02-05Converted logging to use log4net.Jeff Ames1-11/+13
2008-02-05some small changes, like adding a couple of extra methods to IInventoryServic...MW1-0/+10