aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-04Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto1-582/+0
2009-11-18minor: Correct some inventory corrector log messages and add more identifying...Justin Clark-Casey (justincc)1-19/+20
2009-11-18minor: correct error messages when queryfolder failsJustin Clark-Casey (justincc)1-4/+1
2009-10-06* Removed verbose debug messageDiva Canto1-7/+0
2009-09-17Remove the methods for full inventory fetch from the connector. Remove testsMelanie1-35/+1
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman1-0/+2
2009-08-25Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma...Diva Canto1-0/+5
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-2/+21
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj...Diva Canto1-3/+18
2009-08-19Makes the inventory connectors fully compatible with the old Grid.InventorySe...Diva Canto1-29/+35
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-0/+42
2009-08-19A better purge of trash folder.Diva Canto1-3/+6
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto1-0/+17
2009-08-17Added some padding to the remote inventory connector so that it tries to oper...Diva Canto1-4/+70
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-15/+34
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto1-14/+14
2009-08-11Some more hammering on the head of the obsolete rest inventory handlers, just...Diva Canto1-10/+14
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto1-2/+2
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