Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 2020-09-09 | 2 | -0/+69 |
| | | | | | | | | Once again OOP proves it's worse that spaghetti, by cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not. | ||||
* | work on previus 2 patchs | UbitUmarov | 2019-11-14 | 2 | -8/+0 |
| | |||||
* | Attempt to fix the issue where, when logging into the grid, the user ↵ | Terry | 2019-11-14 | 2 | -0/+14 |
| | | | | | | | supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Introduce a way to send the grid's message kay, if one is used | Melanie | 2019-10-06 | 1 | -3/+6 |
| | |||||
* | explicitly remove useragentserviceconnector dns lookup, effectively removed ↵ | UbitUmarov | 2019-10-06 | 1 | -58/+42 |
| | | | | on a previus commit. This should not be needed with required mono versions and proper configured DNS (that must honour short TTL needed by dynamic DNS ); add some uri validation | ||||
* | Stop replacing the host name with it's IP. | Melanie | 2019-10-06 | 1 | -2/+2 |
| | | | | | | | Mono DNS resolution is now configurable elsewhere. Resolving the IP ahead of time causes requests to be made by IP. If NginX is used to distribute requests to services by name, this breaks HG teleports. | ||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -0/+2 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | Cache assets even in cases where the upload fails. That helps in asset ↵ | Melanie | 2019-09-04 | 1 | -8/+8 |
| | | | | upload debugging because the asset can be examined | ||||
* | cosmetics | UbitUmarov | 2019-08-02 | 1 | -25/+10 |
| | |||||
* | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 2019-07-30 | 1 | -30/+53 |
| | | | | OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc | ||||
* | reduce httptimout on first try to save a asset to grid | UbitUmarov | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | UserAgentService: change handling of its external IP | UbitUmarov | 2019-04-06 | 1 | -9/+0 |
| | |||||
* | change threads confusing names | UbitUmarov | 2019-01-25 | 1 | -5/+1 |
| | |||||
* | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | fix wrong error message in mutelist connector | UbitUmarov | 2018-10-22 | 1 | -2/+2 |
| | |||||
* | make sure Culture is right on some spots | UbitUmarov | 2018-09-26 | 1 | -2/+2 |
| | |||||
* | stop sending agent update again when destiny refused the agent | UbitUmarov | 2018-09-15 | 1 | -2/+2 |
| | |||||
* | why where map and dynamic textures compressed lossless? | UbitUmarov | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | give BlockingCollection more chances | UbitUmarov | 2018-01-22 | 1 | -6/+9 |
| | |||||
* | fail to connect to estates service is a fatal error | UbitUmarov | 2018-01-18 | 1 | -3/+15 |
| | |||||
* | abort uploading large region map tiles as soon one fails | UbitUmarov | 2018-01-18 | 1 | -1/+2 |
| | |||||
* | shut up some pesty warnings | UbitUmarov | 2018-01-15 | 1 | -1/+2 |
| | |||||
* | add more files for robust mutes suport. (module is still named ↵ | UbitUmarov | 2018-01-04 | 1 | -0/+183 |
| | | | | MuteListModuleTst for testing, others in core will be removed later | ||||
* | remove a unnecessary dns check | UbitUmarov | 2017-05-29 | 1 | -3/+0 |
| | |||||
* | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 2017-05-29 | 1 | -3/+8 |
| | |||||
* | missing file change.. actually use watchdog threads on assetsconnector and | UbitUmarov | 2017-05-26 | 1 | -3/+8 |
| | | | | avoid null refs on JobEngine | ||||
* | use threads from main pool on assetsconnector | UbitUmarov | 2017-05-25 | 1 | -3/+1 |
| | |||||
* | minor changes | UbitUmarov | 2017-05-25 | 1 | -2/+3 |
| | |||||
* | make some threads background ones | UbitUmarov | 2017-05-25 | 1 | -0/+1 |
| | |||||
* | remove use of libomv BlockingQueue | UbitUmarov | 2017-05-25 | 1 | -2/+2 |
| | |||||
* | fix remote requests for dwell, so dwell module still called | UbitUmarov | 2017-05-14 | 1 | -0/+2 |
| | |||||
* | let StreamReader be in using statements | UbitUmarov | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 2017-02-01 | 2 | -35/+20 |
| | |||||
* | Make negative asset caching actually work | Melanie Thielker | 2017-01-30 | 2 | -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 cleanup | Melanie Thielker | 2017-01-05 | 25 | -134/+134 |
| | |||||
* | Create a generic way for passing constructor args to plugins | Melanie Thielker | 2017-01-02 | 1 | -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 Thielker | 2016-12-29 | 1 | -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 Thielker | 2016-12-29 | 1 | -2/+7 |
| | | | | asset server | ||||
* | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵ | Melanie Thielker | 2016-12-29 | 2 | -4/+4 |
| | | | | is long gone. | ||||
* | useless change that doesn't fix anything | UbitUmarov | 2016-12-16 | 1 | -5/+14 |
| | |||||
* | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2016-12-12 | 1 | -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 ↵ | UbitUmarov | 2016-11-23 | 2 | -2/+5 |
| | | | | use of it on some friends conns | ||||
* | work around some more warnings | UbitUmarov | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵ | UbitUmarov | 2016-11-20 | 1 | -2/+11 |
| | | | | dont send it | ||||
* | fix some invalid string.format arguments | UbitUmarov | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | on get asset with callback, do the callback even if asset not found. This is ↵ | UbitUmarov | 2016-11-03 | 1 | -34/+17 |
| | | | | needed on same cases | ||||
* | replace no thread safe code | UbitUmarov | 2016-09-19 | 1 | -3/+4 |
| | |||||
* | change asset upload retry timer AutoReset back to true | UbitUmarov | 2016-09-01 | 1 | -5/+14 |
| | |||||
* | change MAXSENDRETRIESLEN from test value to normal | UbitUmarov | 2016-09-01 | 1 | -2/+2 |
| | |||||
* | assets uploads to grid. Change the retry code. Stop using ↵ | UbitUmarov | 2016-09-01 | 1 | -78/+128 |
| | | | | asset.UploadAttempts field that should be removed |