aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-27fix previus commit with the right source file :(UbitUmarov1-1/+4
2018-03-27mantis8307: avoid a null refUbitUmarov1-1/+0
2017-11-12mantis 8253: don't let attachments delete remove controls from viewers on cro...UbitUmarov1-1/+3
2017-08-24frozen avatars should not do local teleports. Possible none should not be all...UbitUmarov1-3/+13
2017-06-13guess HGEntityTransferModule jobengine does not need a permanet threadUbitUmarov1-1/+1
2017-06-09add a adicional in transit flag to signal HG tps, and use it to ignore userna...UbitUmarov1-0/+3
2017-06-01avoi null refs on tests simple clientsUbitUmarov1-6/+16
2017-05-31change child agents close control; disablesimulator is not a caps event messageUbitUmarov1-120/+94
2017-05-30remove anoying crossing messages on open bordersUbitUmarov1-3/+4
2017-05-29some cleanup and assume Linux/mono DNS is just broken...UbitUmarov1-8/+7
2017-05-29 no.. still a failUbitUmarov1-1/+1
2017-05-29 mono is a total crapUbitUmarov1-2/+8
2017-05-29 add temporary debug msgsUbitUmarov1-0/+3
2017-05-28 need to delay even more agent close after teleport to compensate for slow ma...UbitUmarov1-3/+4
2017-05-25add some checks for valid endpointsUbitUmarov1-29/+23
2017-05-22remove some code for NAT that was disabled by its author Adam Frisby since 20...UbitUmarov1-18/+1
2017-05-22 fix IClientIPEndpoint broken by justin long ago.. but stop using itUbitUmarov1-16/+11
2017-04-15several changes for osTeleportObjectUbitUmarov1-6/+86
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov1-1/+1
2017-01-07Squelch red ink for login cancel by the user during circuit setupMelanie Thielker1-2/+10
2017-01-06Restructure god level and permissionsMelanie Thielker2-2/+3
2017-01-05add config option automatic_gods. With this option true, users that can be Go...UbitUmarov1-0/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker3-81/+81
2016-12-10Make it more unlikely that a script teleport will be caught by default region...AliciaRaven1-1/+1
2016-12-07add missing sp Intransit controlUbitUmarov1-10/+18
2016-12-02change a wrong error message and avoid a null ref (that may happen due to nee...UbitUmarov1-13/+11
2016-11-22Fix typo in a commentAliciaRaven1-1/+1
2016-11-22Include new Region.ini option for DefaultLandingPoint for teleports with no c...AliciaRaven1-0/+4
2016-11-20handle HG lm tp to large regions in another wayUbitUmarov2-8/+17
2016-11-20HG protocol is still broken for large regions. work around it on teleport via lmUbitUmarov1-1/+3
2016-08-28mantis: rotate avatar to lookAt o login/teleports. Some cases may still be wrongUbitUmarov1-0/+8
2016-08-01replace DateTime.Now by utcNow in another placeUbitUmarov1-2/+2
2016-08-01bug fix: use UtcNow in both places :)UbitUmarov1-2/+2
2016-07-31 on 0.8 grids compatibility code just do a BIG range request. It whould be do...UbitUmarov1-49/+25
2016-07-31simply NotFoundLocationCache, comment out some debug messagesUbitUmarov2-74/+55
2016-07-31 rename a few things to reduce confusion between regions wold location and gr...UbitUmarov1-1/+1
2016-07-28remove more code related to Mega regionsUbitUmarov1-17/+1
2016-07-28remove references to RegionCombinerModuleUbitUmarov1-56/+18
2016-07-27 a few more changes on avatar crossingUbitUmarov1-37/+9
2016-07-27waste another thread job on another thing that should be part of a moreUbitUmarov1-53/+50
2016-07-26 reduce some grid services calls on region crossings, sending more informatio...UbitUmarov1-71/+3
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-2/+1
2016-06-22Set culture also in object crossings.Diva Canto1-0/+2
2016-06-22Mantis #7802: set culture to US English on the thread that does the agent cro...Diva Canto1-5/+3
2016-06-22Mantis #7935: regression on transferring attachments over the HGDiva Canto1-5/+6
2016-01-26 add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov1-4/+4
2015-12-02remove failed CreateAgent from agent child regions listUbitUmarov1-6/+8
2015-11-25 suspend the use of DisableSimulator, that is causing teleport and crossing i...UbitUmarov1-11/+10
2015-11-24at end of teleport disable the sending simulator, not destinyUbitUmarov1-2/+6
2015-11-21 add a missing overrideUbitUmarov1-1/+1