aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-29remove a unnecessary dns checkUbitUmarov1-3/+0
2017-05-29some cleanup and assume Linux/mono DNS is just broken...UbitUmarov1-3/+8
2017-05-26missing file change.. actually use watchdog threads on assetsconnector andUbitUmarov1-3/+8
avoid null refs on JobEngine
2017-05-25use threads from main pool on assetsconnectorUbitUmarov1-3/+1
2017-05-25minor changesUbitUmarov1-2/+3
2017-05-25make some threads background onesUbitUmarov1-0/+1
2017-05-25remove use of libomv BlockingQueueUbitUmarov1-2/+2
2017-05-14 fix remote requests for dwell, so dwell module still calledUbitUmarov1-0/+2
2017-05-07let StreamReader be in using statementsUbitUmarov1-1/+1
2017-02-01Refactor asset handling as per Ubit's suggestionMelanie Thielker2-35/+20
2017-01-30Make negative asset caching actually workMelanie Thielker2-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.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker25-134/+134
2017-01-02Create a generic way for passing constructor args to pluginsMelanie Thielker1-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>]
2016-12-29Add a MaxRetries option to the inventory connector.Melanie Thielker1-2/+15
If clustered services are used, another try would go to another server and may succeed.
2016-12-29Add negative caching to flotsam cache. Prevents scripts from hammering the ↵Melanie Thielker1-2/+7
asset server
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker2-4/+4
is long gone.
2016-12-16useless change that doesn't fix anythingUbitUmarov1-5/+14
2016-12-12Rename charterMember to membershipType to show what it actually is.Melanie Thielker1-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.
2016-11-23 add to SynchronousRestFormsRequester a keepalive disable option, and make ↵UbitUmarov2-2/+5
use of it on some friends conns
2016-11-21work around some more warningsUbitUmarov1-1/+1
2016-11-20HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵UbitUmarov1-2/+11
dont send it
2016-11-09fix some invalid string.format argumentsUbitUmarov1-1/+1
2016-11-03on get asset with callback, do the callback even if asset not found. This is ↵UbitUmarov1-34/+17
needed on same cases
2016-09-19replace no thread safe codeUbitUmarov1-3/+4
2016-09-01change asset upload retry timer AutoReset back to trueUbitUmarov1-5/+14
2016-09-01change MAXSENDRETRIESLEN from test value to normalUbitUmarov1-2/+2
2016-09-01assets uploads to grid. Change the retry code. Stop using ↵UbitUmarov1-78/+128
asset.UploadAttempts field that should be removed
2016-08-24potencial null refUbitUmarov1-2/+3
2016-08-22workaround potencial memory leakUbitUmarov1-3/+3
2016-08-13remove a parameter for detection of grid fail to suport getting multiple ↵UbitUmarov2-3/+22
user accounts per call and handle it where needed.
2016-08-13 add some wiring to have GetUserAccounts for multiple IDs on a single ↵UbitUmarov2-0/+78
request to grid services. Unfinished, untested
2016-08-02revert that and actually don't loose the estates :)UbitUmarov1-6/+6
2016-08-02add a extra null check on epxirecache out ( ?? )UbitUmarov1-3/+3
2016-07-11Change the user verification call back to use the host name instead of theMelanie Thielker1-1/+5
IP address. Fixes NGINX on OSGrid getting confuzzled.
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2-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.
2016-06-22Because there's no such thing as too much culture. (looking forward to .NET ↵Diva Canto1-0/+2
4.5 to set this globally)
2016-06-22Missing AsBooleanDiva Canto1-1/+1
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto1-1/+1
replace anymore.
2015-12-19adjust the checks for invalid asset IDs. changed upload fail detectionUbitUmarov1-16/+16
2015-12-01fix protocol version to max wearables mappingUbitUmarov1-1/+3
2015-12-01Fix protocol versions to wearables count mappingMelanie Thielker1-1/+3
2015-11-02Set wearables count to max legacy wearables for version < 0.4Melanie Thielker1-0/+5
2015-11-02Plumb the rest of the context stuff. Well, what I see so far anywayMelanie Thielker1-0/+4
2015-11-01More EntityTransferContext plumbingMelanie Thielker2-5/+4
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker3-10/+12
2015-11-01Plumb the special VeriableWearablesSuported field which we willMelanie Thielker1-0/+2
temporarily use to determine extended wearableness
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker1-7/+10
to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production!
2015-10-31Put back the option of having asymmetrical protocol versions inMelanie Thielker1-3/+5
transfers
2015-10-31simplify new regions protocol version control. (May not work, and babies ↵UbitUmarov1-2/+2
safety warnings still valid
2015-10-31fix teleport to to string version regionsUbitUmarov1-1/+1