aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-623/+0
| | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-061-8/+39
|
* More on inventory transfer hold ups:Diva Canto2012-03-091-3/+7
| | | | | | - Added an inventory cache for caching root and system folders - Synchronized the remote inventory connector, so that all the remote inventory calls are serialized This will not make much difference in the hold ups. We'd have to move the FireAndForget high up to AddInventoryItem, but that opens up a can of worms regarding the notification of the recipient... the recipient would be notified of the offer before the items are effectively in his inventory, which could lead to surprises.
* Addresses mantis #5449 -- crashing exception in SendInventoryFolderDetails.Diva Canto2011-04-251-6/+4
|
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-1/+0
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* Fix some crashes caused by the addition of the CreatorData columnMelanie2010-11-231-1/+8
|
* Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-211-0/+3
| | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
|
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-65/+54
| | | | * Removed a few buglets and added better exception handling.
* XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto2010-04-271-50/+78
| | | | testing.
* RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵Diva Canto2010-04-261-0/+29
| | | | default configs yet.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* * Typo fixesJohn Hurliman2010-03-091-1/+1
| | | | * Performance improvement in the expensive GenerateClientFlags()
* Finished implementing the XInventory connector. Untested.Diva Canto2010-02-071-10/+10
|
* The first 2 handlers for the XInventory system.Melanie2010-01-081-2/+2
|
* Complete the XInventoryConnector. Flesh out the skeleton for theMelanie2010-01-061-2/+48
| | | | XInventoryInConnector
* Add the XInventoryServicesConnector, a new inventory connector without the cruftMelanie2010-01-051-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.
* Add the unfinished XInventoryConnector. Intermediate commit, will NOT compile!Melanie2010-01-051-0/+317