aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix previus commit with the right source file :(UbitUmarov2018-03-271-1/+4
* mantis8307: avoid a null refUbitUmarov2018-03-271-1/+0
* mantis 8253: don't let attachments delete remove controls from viewers on cro...UbitUmarov2017-11-121-1/+3
* frozen avatars should not do local teleports. Possible none should not be all...UbitUmarov2017-08-241-3/+13
* guess HGEntityTransferModule jobengine does not need a permanet threadUbitUmarov2017-06-131-1/+1
* add a adicional in transit flag to signal HG tps, and use it to ignore userna...UbitUmarov2017-06-091-0/+3
* avoi null refs on tests simple clientsUbitUmarov2017-06-011-6/+16
* change child agents close control; disablesimulator is not a caps event messageUbitUmarov2017-05-311-120/+94
* remove anoying crossing messages on open bordersUbitUmarov2017-05-301-3/+4
* some cleanup and assume Linux/mono DNS is just broken...UbitUmarov2017-05-291-8/+7
* no.. still a failUbitUmarov2017-05-291-1/+1
* mono is a total crapUbitUmarov2017-05-291-2/+8
* add temporary debug msgsUbitUmarov2017-05-291-0/+3
* need to delay even more agent close after teleport to compensate for slow ma...UbitUmarov2017-05-281-3/+4
* add some checks for valid endpointsUbitUmarov2017-05-251-29/+23
* remove some code for NAT that was disabled by its author Adam Frisby since 20...UbitUmarov2017-05-221-18/+1
* fix IClientIPEndpoint broken by justin long ago.. but stop using itUbitUmarov2017-05-221-16/+11
* several changes for osTeleportObjectUbitUmarov2017-04-151-6/+86
* change CanObjectEntry() to use a SOGUbitUmarov2017-01-201-1/+1
* Squelch red ink for login cancel by the user during circuit setupMelanie Thielker2017-01-071-2/+10
* Restructure god level and permissionsMelanie Thielker2017-01-062-2/+3
* add config option automatic_gods. With this option true, users that can be Go...UbitUmarov2017-01-051-0/+1
* Massive tab and trailing space cleanupMelanie Thielker2017-01-053-81/+81
* Make it more unlikely that a script teleport will be caught by default region...AliciaRaven2016-12-101-1/+1
* add missing sp Intransit controlUbitUmarov2016-12-071-10/+18
* change a wrong error message and avoid a null ref (that may happen due to nee...UbitUmarov2016-12-021-13/+11
* Fix typo in a commentAliciaRaven2016-11-221-1/+1
* Include new Region.ini option for DefaultLandingPoint for teleports with no c...AliciaRaven2016-11-221-0/+4
* handle HG lm tp to large regions in another wayUbitUmarov2016-11-202-8/+17
* HG protocol is still broken for large regions. work around it on teleport via lmUbitUmarov2016-11-201-1/+3
* mantis: rotate avatar to lookAt o login/teleports. Some cases may still be wrongUbitUmarov2016-08-281-0/+8
* replace DateTime.Now by utcNow in another placeUbitUmarov2016-08-011-2/+2
* bug fix: use UtcNow in both places :)UbitUmarov2016-08-011-2/+2
* on 0.8 grids compatibility code just do a BIG range request. It whould be do...UbitUmarov2016-07-311-49/+25
* simply NotFoundLocationCache, comment out some debug messagesUbitUmarov2016-07-312-74/+55
* rename a few things to reduce confusion between regions wold location and gr...UbitUmarov2016-07-311-1/+1
* remove more code related to Mega regionsUbitUmarov2016-07-281-17/+1
* remove references to RegionCombinerModuleUbitUmarov2016-07-281-56/+18
* a few more changes on avatar crossingUbitUmarov2016-07-271-37/+9
* waste another thread job on another thing that should be part of a moreUbitUmarov2016-07-271-53/+50
* reduce some grid services calls on region crossings, sending more informatio...UbitUmarov2016-07-261-71/+3
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-2/+1
* Set culture also in object crossings.Diva Canto2016-06-221-0/+2
* Mantis #7802: set culture to US English on the thread that does the agent cro...Diva Canto2016-06-221-5/+3
* Mantis #7935: regression on transferring attachments over the HGDiva Canto2016-06-221-5/+6
* add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov2016-01-261-4/+4
* remove failed CreateAgent from agent child regions listUbitUmarov2015-12-021-6/+8
* suspend the use of DisableSimulator, that is causing teleport and crossing i...UbitUmarov2015-11-251-11/+10
* at end of teleport disable the sending simulator, not destinyUbitUmarov2015-11-241-2/+6
* add a missing overrideUbitUmarov2015-11-211-1/+1