aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)2-10/+0
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)2-0/+10
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-65/+54
* Removed a few buglets and added better exception handling.
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto1-50/+78
testing.
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵Diva Canto1-0/+29
default configs yet.
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-09* Typo fixesJohn Hurliman1-1/+1
* Performance improvement in the expensive GenerateClientFlags()
2010-02-07Finished implementing the XInventory connector. Untested.Diva Canto1-10/+10
2010-01-08The first 2 handlers for the XInventory system.Melanie1-2/+2
2010-01-06Complete the XInventoryConnector. Flesh out the skeleton for theMelanie1-2/+48
XInventoryInConnector
2010-01-05Add the XInventoryServicesConnector, a new inventory connector without the cruftMelanie1-13/+185
of the old one that makes inventory crash on folder creation. This is just the connector part, the handler is still ont he todo list.
2010-01-05Add the unfinished XInventoryConnector. Intermediate commit, will NOT compile!Melanie1-0/+317
2009-11-18minor: Correct some inventory corrector log messages and add more ↵Justin Clark-Casey (justincc)1-19/+20
identifying detail
2009-11-18minor: correct error messages when queryfolder failsJustin Clark-Casey (justincc)1-4/+1
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto1-0/+1
* Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
2009-10-06* Removed verbose debug messageDiva Canto1-7/+0
* Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers * Fixed a stupid bug in the InventoryConnector which was making move items do things twice
2009-09-17Remove the methods for full inventory fetch from the connector. Remove testsMelanie1-35/+1
for the old, removed asset handlers
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman1-0/+2
2009-08-25Closed the web request and stream in SynchronousRestSessionObjectPoster -- ↵Diva Canto1-0/+5
maybe this is the cause of some timeouts seen in some monos?
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto4-2/+45
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. * Removed left-overs from AssetInventoryServer.
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto1-3/+18
SynchronousRestObjectRequester so that it also understands PUTs.
2009-08-19Makes the inventory connectors fully compatible with the old ↵Diva Canto1-29/+35
Grid.InventoryServer. WARNING: interacting with the old server is _much_ slower than interacting with the new one. Grids with the old server will not see any improvements on crossings and TPs, because inventory needs to be fetched from it in its entirety.
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto4-0/+62
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).
2009-08-19A better purge of trash folder.Diva Canto4-7/+10
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto3-0/+37
2009-08-17Added some padding to the remote inventory connector so that it tries to ↵Diva Canto1-4/+70
operate with the old Grid.InventoryServer.exe. Untested, but it should work -- slow.
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto4-16/+54
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto1-2/+2
starting to get on my nerves.
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto1-14/+14
upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
2009-08-11Some more hammering on the head of the obsolete rest inventory handlers, ↵Diva Canto1-10/+14
just to make this work.
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's ↵Diva Canto1-2/+2
commit. Changing new inventory ops to POST.
2009-08-11Disabling the remote call for the time being, so that I can test it on a ↵Diva Canto1-10/+11
grid before making it live.
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 ↵Diva Canto3-6/+6
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.
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto4-0/+113
GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-1/+1
2009-07-26Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker1-5/+44
requests from that same user, even after a relog. This patch changes the block on further requests to be in line with the request timeout timer and allows the system to recover.
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey1-4/+4
2009-07-10* minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey1-1/+1
asset where appropriate * Send debug level notice to console if a user fails authentication
2009-06-22Update svn properties.Jeff Ames1-241/+241
2009-06-15Moving these nice HG connectors to their homes.diva1-0/+241
2009-06-14Update svn properties.Jeff Ames1-170/+170
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-1/+1
2009-06-10Heart surgery no.2: the inventory service hooks. diva2-2/+172
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-07First draft of inventory service connectors, and service implementation. No ↵diva2-0/+450
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. Hopefully I added all needed files.