aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-12/+12
2017-01-02Create a generic way for passing constructor args to pluginsMelanie Thielker1-2/+10
2016-12-29Add a MaxRetries option to the inventory connector.Melanie Thielker1-2/+15
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-6/+8
2015-09-11 put back diva's cache with her recent fix but also avoid duplicated Inventor...UbitUmarov1-1/+8
2015-09-11 inventory messUbitUmarov1-66/+219
2015-09-11Mantis #7720: AssetXferUploader was setting AssetID to UUID.Zero. Before that...Diva Canto1-1/+9
2015-09-11 remove diva's inventory cache since it seems to cause mantis 7720, broken it...UbitUmarov1-219/+66
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+1
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-1/+1
2015-06-05More on mantis #7567. Two things:Diva Canto1-2/+4
2015-06-04Mantis #7600. The warning message was not a symptom of a problem, it was just...Diva Canto1-9/+11
2015-06-04Making the inventory cache static, so that there's less timers.Diva Canto1-1/+1
2015-06-04Mantis #7567. Once again, avoiding prefetching linked items within linked fo...Diva Canto1-1/+9
2015-06-03Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto1-6/+31
2015-05-11Added inventory tests to Robust.Tests.Diva Canto1-1/+5
2015-05-08Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto1-0/+37
2015-05-08I shouldn't write code this early in the morning... Fixing a 'duh' on previou...Diva Canto1-1/+1
2015-05-08Additional debug message to help diagnose a warning message and exception rel...Diva Canto1-0/+1
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-1/+80
2014-08-09Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)1-7/+4
2014-07-26Add inventory.<url>.RequestsMade stat.Justin Clark-Casey (justincc)1-0/+21
2014-07-25Add undocumented RemoteRequestTimeout seconds parameter to xinventory requestsJustin Clark-Casey (justincc)1-4/+14
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-2/+3
2014-04-29Improved HTTP loggingOren Hurvitz1-1/+6
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz1-40/+1
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ...Justin Clark-Casey (justincc)1-68/+56
2012-08-01Change exception log messages in XInventoryService connector to error rather ...Justin Clark-Casey (justincc)1-9/+8
2012-07-30If we're fetching active gestures via the XInventoryServiceConnector, then pr...Justin Clark-Casey (justincc)1-1/+1
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)1-0/+0
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto1-8/+39
2012-03-09More on inventory transfer hold ups:Diva Canto1-3/+7
2011-04-25Addresses mantis #5449 -- crashing exception in SendInventoryFolderDetails.Diva Canto1-6/+4
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-1/+0
2011-02-04Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto4-1253/+0
2010-11-23Fix some crashes caused by the addition of the CreatorData columnMelanie1-1/+8
2010-11-22Fix some crashes caused by the addition of the CreatorData columnMelanie1-1/+8
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-0/+3
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)2-10/+0
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)2-0/+10
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-65/+54
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto1-50/+78
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in def...Diva Canto1-0/+29
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-09* Typo fixesJohn Hurliman1-1/+1
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
2010-01-05Add the XInventoryServicesConnector, a new inventory connector without the cruftMelanie1-13/+185