aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-14work on previus 2 patchsUbitUmarov2-8/+0
2019-11-14Attempt to fix the issue where, when logging into the grid, the user supplies...Terry2-0/+14
2019-10-06Introduce a way to send the grid's message kay, if one is usedMelanie1-3/+6
2019-10-06explicitly remove useragentserviceconnector dns lookup, effectively removed o...UbitUmarov1-58/+42
2019-10-06Stop replacing the host name with it's IP.Melanie1-2/+2
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers abou...UbitUmarov1-0/+2
2019-09-04Cache assets even in cases where the upload fails. That helps in asset upload...Melanie1-8/+8
2019-08-02cosmeticsUbitUmarov1-25/+10
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) OS...UbitUmarov1-30/+53
2019-06-14reduce httptimout on first try to save a asset to gridUbitUmarov1-1/+1
2019-04-06UserAgentService: change handling of its external IPUbitUmarov1-9/+0
2019-01-25change threads confusing namesUbitUmarov1-5/+1
2019-01-21remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov1-1/+1
2018-10-22fix wrong error message in mutelist connectorUbitUmarov1-2/+2
2018-09-26make sure Culture is right on some spotsUbitUmarov1-2/+2
2018-09-15stop sending agent update again when destiny refused the agentUbitUmarov1-2/+2
2018-05-04why where map and dynamic textures compressed lossless?UbitUmarov1-1/+1
2018-01-22give BlockingCollection more chancesUbitUmarov1-6/+9
2018-01-18 fail to connect to estates service is a fatal errorUbitUmarov1-3/+15
2018-01-18abort uploading large region map tiles as soon one failsUbitUmarov1-1/+2
2018-01-15shut up some pesty warningsUbitUmarov1-1/+2
2018-01-04add more files for robust mutes suport. (module is still named MuteListModule...UbitUmarov1-0/+183
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
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
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
2016-12-29Add a MaxRetries option to the inventory connector.Melanie Thielker1-2/+15
2016-12-29Add negative caching to flotsam cache. Prevents scripts from hammering the as...Melanie Thielker1-2/+7
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker2-4/+4
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
2016-11-23 add to SynchronousRestFormsRequester a keepalive disable option, and make us...UbitUmarov2-2/+5
2016-11-21work around some more warningsUbitUmarov1-1/+1
2016-11-20HG LinkRegion receive region size also. Useless since olde r gatekeepers dont...UbitUmarov1-2/+11
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
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 asset.UploadAttempt...UbitUmarov1-78/+128
2016-08-24potencial null refUbitUmarov1-2/+3