aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add more files for robust mutes suport. (module is still named ↵UbitUmarov2018-01-041-0/+183
| | | | MuteListModuleTst for testing, others in core will be removed later
* remove a unnecessary dns checkUbitUmarov2017-05-291-3/+0
|
* some cleanup and assume Linux/mono DNS is just broken...UbitUmarov2017-05-291-3/+8
|
* missing file change.. actually use watchdog threads on assetsconnector andUbitUmarov2017-05-261-3/+8
| | | | avoid null refs on JobEngine
* use threads from main pool on assetsconnectorUbitUmarov2017-05-251-3/+1
|
* minor changesUbitUmarov2017-05-251-2/+3
|
* make some threads background onesUbitUmarov2017-05-251-0/+1
|
* remove use of libomv BlockingQueueUbitUmarov2017-05-251-2/+2
|
* fix remote requests for dwell, so dwell module still calledUbitUmarov2017-05-141-0/+2
|
* let StreamReader be in using statementsUbitUmarov2017-05-071-1/+1
|
* Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-012-35/+20
|
* Make negative asset caching actually workMelanie Thielker2017-01-302-10/+47
| | | | | | Also fixes some merge artefacts in HGAssetBroker where cached assets were requested but not actually used and completely squelch a materials debug message because there is nothing the user can do to fix it anyway.
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0525-134/+134
|
* Create a generic way for passing constructor args to pluginsMelanie Thielker2017-01-021-2/+10
| | | | | | | The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>]
* Add a MaxRetries option to the inventory connector.Melanie Thielker2016-12-291-2/+15
| | | | | If clustered services are used, another try would go to another server and may succeed.
* Add negative caching to flotsam cache. Prevents scripts from hammering the ↵Melanie Thielker2016-12-291-2/+7
| | | | asset server
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker2016-12-292-4/+4
| | | | is long gone.
* useless change that doesn't fix anythingUbitUmarov2016-12-161-5/+14
|
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-121-4/+4
| | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate.
* add to SynchronousRestFormsRequester a keepalive disable option, and make ↵UbitUmarov2016-11-232-2/+5
| | | | use of it on some friends conns
* work around some more warningsUbitUmarov2016-11-211-1/+1
|
* HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵UbitUmarov2016-11-201-2/+11
| | | | dont send it
* fix some invalid string.format argumentsUbitUmarov2016-11-091-1/+1
|
* on get asset with callback, do the callback even if asset not found. This is ↵UbitUmarov2016-11-031-34/+17
| | | | needed on same cases
* replace no thread safe codeUbitUmarov2016-09-191-3/+4
|
* change asset upload retry timer AutoReset back to trueUbitUmarov2016-09-011-5/+14
|
* change MAXSENDRETRIESLEN from test value to normalUbitUmarov2016-09-011-2/+2
|
* assets uploads to grid. Change the retry code. Stop using ↵UbitUmarov2016-09-011-78/+128
| | | | asset.UploadAttempts field that should be removed
* potencial null refUbitUmarov2016-08-241-2/+3
|
* workaround potencial memory leakUbitUmarov2016-08-221-3/+3
|
* remove a parameter for detection of grid fail to suport getting multiple ↵UbitUmarov2016-08-132-3/+22
| | | | user accounts per call and handle it where needed.
* add some wiring to have GetUserAccounts for multiple IDs on a single ↵UbitUmarov2016-08-132-0/+78
| | | | request to grid services. Unfinished, untested
* revert that and actually don't loose the estates :)UbitUmarov2016-08-021-6/+6
|
* add a extra null check on epxirecache out ( ?? )UbitUmarov2016-08-021-3/+3
|
* Change the user verification call back to use the host name instead of theMelanie Thielker2016-07-111-1/+5
| | | | IP address. Fixes NGINX on OSGrid getting confuzzled.
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-042-23/+20
| | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
* Because there's no such thing as too much culture. (looking forward to .NET ↵Diva Canto2016-06-221-0/+2
| | | | 4.5 to set this globally)
* Missing AsBooleanDiva Canto2016-06-221-1/+1
|
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* adjust the checks for invalid asset IDs. changed upload fail detectionUbitUmarov2015-12-191-16/+16
|
* fix protocol version to max wearables mappingUbitUmarov2015-12-011-1/+3
|
* Fix protocol versions to wearables count mappingMelanie Thielker2015-12-011-1/+3
|
* Set wearables count to max legacy wearables for version < 0.4Melanie Thielker2015-11-021-0/+5
|
* Plumb the rest of the context stuff. Well, what I see so far anywayMelanie Thielker2015-11-021-0/+4
|
* More EntityTransferContext plumbingMelanie Thielker2015-11-012-5/+4
|
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-013-10/+12
|
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-0/+2
|\
| * Plumb the special VeriableWearablesSuported field which we willMelanie Thielker2015-11-011-0/+2
| | | | | | | | temporarily use to determine extended wearableness
* | Merge branch 'master' into avinationmergeUbitUmarov2015-11-012-10/+31
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Framework/Servers/ServerBase.cs OpenSim/Framework/VersionInfo.cs OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs OpenSim/Region/PhysicsModules/Ode/OdeScene.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/GatekeeperService.cs OpenSim/Services/Interfaces/IAvatarService.cs OpenSim/Services/LLLoginService/LLLoginService.cs
| * Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2015-10-311-7/+10
| | | | | | | | | | to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production!