Justin Clark-Casey (justincc)
|
e31e141629
minor: Correct some inventory corrector log messages and add more identifying detail
|
15 years ago |
Justin Clark-Casey (justincc)
|
7166f3748a
minor: correct error messages when queryfolder fails
|
15 years ago |
Diva Canto
|
77b4abaa25
* Removed verbose debug message
|
15 years ago |
Melanie
|
6461243e7c
Remove the methods for full inventory fetch from the connector. Remove tests
|
15 years ago |
John Hurliman
|
33133e23b1
Fixes seven leaky .BeginInvoke() calls
|
15 years ago |
Diva Canto
|
cfd9cf7b18
Closed the web request and stream in SynchronousRestSessionObjectPoster -- maybe this is the cause of some timeouts seen in some monos?
|
15 years ago |
Diva Canto
|
b03eeeb9f6
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set.
|
15 years ago |
Diva Canto
|
3318652723
Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObjectRequester so that it also understands PUTs.
|
15 years ago |
Diva Canto
|
51e487a172
Makes the inventory connectors fully compatible with the old Grid.InventoryServer.
|
15 years ago |
Diva Canto
|
d519f1885f
Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
|
15 years ago |
Diva Canto
|
c5af39239f
A better purge of trash folder.
|
15 years ago |
Diva Canto
|
e5f33e7505
GetFolderItems implemented. It's not being called, but it might.
|
15 years ago |
Diva Canto
|
3a3f9d5abb
Added some padding to the remote inventory connector so that it tries to operate with the old Grid.InventoryServer.exe. Untested, but it should work -- slow.
|
15 years ago |
Diva Canto
|
034c9cf606
Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.
|
15 years ago |
Diva Canto
|
10d923dbea
Fixes a race condition in EQ processing that was making EQs pop up again upon client close.
|
15 years ago |
Diva Canto
|
41839efcc5
Some more hammering on the head of the obsolete rest inventory handlers, just to make this work.
|
15 years ago |
Diva Canto
|
bd7ff803fe
Re-adding a conditional in UserManager that was removed with arthusv's commit. Changing new inventory ops to POST.
|
15 years ago |
Diva Canto
|
08544e576d
Disabling the remote call for the time being, so that I can test it on a grid before making it live.
|
15 years ago |
Diva Canto
|
e3dbd0e049
Added http handlers for the two new inventory operations.
|
15 years ago |
Diva Canto
|
31419a70ce
System folders inventory cache added to OUT inventory modules. This tracks agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
|
15 years ago |
Diva Canto
|
cdcbc48534
Added two new methods to IIventoryService -- GetFolderForType and GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
|
15 years ago |
Melanie Thielker
|
06e4297b93
Patch from RemedyTomm: A failed inventory request would block any further
|
15 years ago |
Justin Clarke Casey
|
148e2d55fa
* minor: Make GridCommon.ini.example refer to inventory service rather than asset where appropriate
|
15 years ago |
diva
|
0f367bd7bb
Heart surgery no.2: the inventory service hooks.
|
15 years ago |
diva
|
1ad237a8a7
First draft of inventory service connectors, and service implementation. No handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions.
|
15 years ago |