aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01Plumb the special VeriableWearablesSuported field which we willMelanie Thielker1-0/+2
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker1-7/+10
2015-10-31Put back the option of having asymmetrical protocol versions inMelanie Thielker1-3/+5
2015-10-31simplify new regions protocol version control. (May not work, and babies safe...UbitUmarov1-2/+2
2015-10-31fix teleport to to string version regionsUbitUmarov1-1/+1
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker1-8/+24
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-09-11Mantis #7720: AssetXferUploader was setting AssetID to UUID.Zero. Before that...Diva Canto1-1/+9
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto12-12/+10
2015-08-20More plumbing on agent statesMelanie Thielker1-0/+11
2015-08-20Partial plumbing for the agent stateful module features negotiationMelanie Thielker1-1/+8
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2-3/+5
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder1-0/+230
2015-06-05Upgraded the Simian inventory connector with an item cache, too, so that it d...Diva Canto1-1/+17
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 tests for UserAccountService in Robust. In the process fixed a couple o...Diva Canto1-2/+33
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 Canto2-0/+52
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 Canto2-3/+94
2015-05-02Corrected typo in namespaceDiva Canto1-1/+1
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-03-03corrected handling when XML parsing in Presence Connector failsFreaky Tech1-0/+1
2015-02-28minor: Remove mono compiler warnings from EstateDataConnectorJustin Clark-Casey (justincc)1-2/+0
2015-01-21Don't allow a failure in create a request in HeloService.Connector.Helo() to ...Justin Clark-Casey (justincc)1-5/+5
2015-01-06Donation of robust network connectors for estate service, as promised. This a...Diva Canto3-331/+340
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2-3/+3
2014-08-09Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)1-7/+4
2014-08-06OpenSimExtrasBlueWall2-0/+46
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-07-21Close streams immediately when we finish using themOren Hurvitz1-15/+17
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-06-06Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto1-1/+2
2014-06-01Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto1-1/+1
2014-05-30Moved these two estate-related interfaces to the projects where they belong.Diva Canto1-2/+2
2014-05-27minor: Comment out 2 error level debugging message in authentication codeJustin Clark-Casey (justincc)1-1/+1
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto11-59/+130
2014-05-19Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz1-1/+2
2014-05-19Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz1-1/+1
2014-05-14Fix recent asset request timeout issue by commenting out (for now) the m_maxA...Justin Clark-Casey (justincc)1-10/+14