| Commit message (Expand) | Author | Files | Lines |
2019-11-14 | work on previus 2 patchs | UbitUmarov | 2 | -8/+0 |
2019-11-14 | Attempt to fix the issue where, when logging into the grid, the user supplies... | Terry | 2 | -0/+14 |
2019-10-06 | Introduce a way to send the grid's message kay, if one is used | Melanie | 1 | -3/+6 |
2019-10-06 | explicitly remove useragentserviceconnector dns lookup, effectively removed o... | UbitUmarov | 1 | -58/+42 |
2019-10-06 | Stop replacing the host name with it's IP. | Melanie | 1 | -2/+2 |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers abou... | UbitUmarov | 1 | -0/+2 |
2019-09-04 | Cache assets even in cases where the upload fails. That helps in asset upload... | Melanie | 1 | -8/+8 |
2019-08-02 | cosmetics | UbitUmarov | 1 | -25/+10 |
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) OS... | UbitUmarov | 1 | -30/+53 |
2019-06-14 | reduce httptimout on first try to save a asset to grid | UbitUmarov | 1 | -1/+1 |
2019-04-06 | UserAgentService: change handling of its external IP | UbitUmarov | 1 | -9/+0 |
2019-01-25 | change threads confusing names | UbitUmarov | 1 | -5/+1 |
2019-01-21 | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 1 | -1/+1 |
2018-10-22 | fix wrong error message in mutelist connector | UbitUmarov | 1 | -2/+2 |
2018-09-26 | make sure Culture is right on some spots | UbitUmarov | 1 | -2/+2 |
2018-09-15 | stop sending agent update again when destiny refused the agent | UbitUmarov | 1 | -2/+2 |
2018-05-04 | why where map and dynamic textures compressed lossless? | UbitUmarov | 1 | -1/+1 |
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 1 | -6/+9 |
2018-01-18 | fail to connect to estates service is a fatal error | UbitUmarov | 1 | -3/+15 |
2018-01-18 | abort uploading large region map tiles as soon one fails | UbitUmarov | 1 | -1/+2 |
2018-01-15 | shut up some pesty warnings | UbitUmarov | 1 | -1/+2 |
2018-01-04 | add more files for robust mutes suport. (module is still named MuteListModule... | UbitUmarov | 1 | -0/+183 |
2017-05-29 | remove a unnecessary dns check | UbitUmarov | 1 | -3/+0 |
2017-05-29 | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 1 | -3/+8 |
2017-05-26 | missing file change.. actually use watchdog threads on assetsconnector and | UbitUmarov | 1 | -3/+8 |
2017-05-25 | use threads from main pool on assetsconnector | UbitUmarov | 1 | -3/+1 |
2017-05-25 | minor changes | UbitUmarov | 1 | -2/+3 |
2017-05-25 | make some threads background ones | UbitUmarov | 1 | -0/+1 |
2017-05-25 | remove use of libomv BlockingQueue | UbitUmarov | 1 | -2/+2 |
2017-05-14 | fix remote requests for dwell, so dwell module still called | UbitUmarov | 1 | -0/+2 |
2017-05-07 | let StreamReader be in using statements | UbitUmarov | 1 | -1/+1 |
2017-02-01 | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 2 | -35/+20 |
2017-01-30 | Make negative asset caching actually work | Melanie Thielker | 2 | -10/+47 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 25 | -134/+134 |
2017-01-02 | Create a generic way for passing constructor args to plugins | Melanie Thielker | 1 | -2/+10 |
2016-12-29 | Add a MaxRetries option to the inventory connector. | Melanie Thielker | 1 | -2/+15 |
2016-12-29 | Add negative caching to flotsam cache. Prevents scripts from hammering the as... | Melanie Thielker | 1 | -2/+7 |
2016-12-29 | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is... | Melanie Thielker | 2 | -4/+4 |
2016-12-16 | useless change that doesn't fix anything | UbitUmarov | 1 | -5/+14 |
2016-12-12 | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 1 | -4/+4 |
2016-11-23 | add to SynchronousRestFormsRequester a keepalive disable option, and make us... | UbitUmarov | 2 | -2/+5 |
2016-11-21 | work around some more warnings | UbitUmarov | 1 | -1/+1 |
2016-11-20 | HG LinkRegion receive region size also. Useless since olde r gatekeepers dont... | UbitUmarov | 1 | -2/+11 |
2016-11-09 | fix some invalid string.format arguments | UbitUmarov | 1 | -1/+1 |
2016-11-03 | on get asset with callback, do the callback even if asset not found. This is ... | UbitUmarov | 1 | -34/+17 |
2016-09-19 | replace no thread safe code | UbitUmarov | 1 | -3/+4 |
2016-09-01 | change asset upload retry timer AutoReset back to true | UbitUmarov | 1 | -5/+14 |
2016-09-01 | change MAXSENDRETRIESLEN from test value to normal | UbitUmarov | 1 | -2/+2 |
2016-09-01 | assets uploads to grid. Change the retry code. Stop using asset.UploadAttempt... | UbitUmarov | 1 | -78/+128 |
2016-08-24 | potencial null ref | UbitUmarov | 1 | -2/+3 |