Commit Verlauf

Autor SHA1 Nachricht Datum
  Justin Clark-Casey (justincc) 3f8d79024b Rely on the Scene.IncomingCloseAgent() check as to whether the connection should be kept open after teleport-end rather than doing this in the ET Module vor 11 Jahren
  Justin Clark-Casey (justincc) 2231fcf5b4 Do not use the SP.DoNotCloseAfterTeleport flag for child agent connections. vor 11 Jahren
  Justin Clark-Casey (justincc) fd519748e9 Add method doc to Scene.RemoveClient() to ask any callers to use Scene.IncomingCloseAgent() instead. vor 11 Jahren
  Justin Clark-Casey (justincc) 97bcb59bee Merge branch 'TeleportWork' vor 11 Jahren
  Diva Canto 2cdcf62b48 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim vor 11 Jahren
  Diva Canto 7e01213bf2 Go easy on enforcing session ids in position updates vor 11 Jahren
  Justin Clark-Casey (justincc) 99bce9d877 Fix an issue with an A->C->B->A teleport where these regions are in a row (A,B,C) where the A root agent is still closed, terminating the connection. vor 11 Jahren
  Justin Clark-Casey (justincc) b1c26a56b3 Fix an issue where under teleport v2 protocol, teleporting from regions in an line from A->B->C would not close region A when reaching C vor 11 Jahren
  Justin Clark-Casey (justincc) b10710d4a5 minor: add some method doc to ScenePresence fields used for entity transfer, add minor details to some log messages, rename a misleading local variable name. vor 11 Jahren
  Diva Canto 3194ffdab8 Fixed incomplete commit r/23317 -- see_into_region. Put the guard around estate bans also, and delete the obsolete config var. vor 11 Jahren
  Diva Canto dd2c211e62 Comment debug message vor 11 Jahren
  Diva Canto 878ce1e6b2 This should fix all issues with teleports. One should be able to TP as fast as needed. (Although sometimes Justin's state machine kicks in and doesn't let you) The EventQueues are a hairy mess, and it's very easy to mess things up. But it looks like this commit makes them work right. Here's what's going on: vor 11 Jahren
  Justin Clark-Casey (justincc) 72ed49af5f Reset DoNotClose scene presence teleport flag before pausing. Rename DoNotClose to DoNotCloseAfterTeleport vor 11 Jahren
  Justin Clark-Casey (justincc) 1fabdcc43c If a returning teleport starts to reuse a downgraded child connection that was a previous root agent, do not close that child agent at the end of the 15 sec teleport timer. vor 11 Jahren
  Diva Canto 14530b2607 Minor adjustment on timings of waits. vor 11 Jahren
  Diva Canto 3891a8946b New Teleport protocol (V2), still compatible with V1 and older. (version of the destination is being checked) vor 11 Jahren
  Diva Canto aae29c0ee2 Further tweaks on TPs: not sending the callback URL and instead waiting 15sec before closing the agent. This seems to be working fairly well. The viewer seems to have an 8 sec delay between UseCircuitCode and CompleteMovement. vor 11 Jahren
  Diva Canto 00d4a26eef Amend previous commit. vor 11 Jahren
  Diva Canto e103e34f1d Added config var that we all thought was already there: see_into_region. (Note: different from the defunct see_into_neighboring_sim, which used to control the process from the other end). This enables child agents in neighbors for which the root agent doesn't have permission to be in. vor 11 Jahren
  Diva Canto c8dcb8474d Let's go easy on authenticating ChildAgentUpdates, otherwise this will be chaotic while ppl are using different versions of opensim. Warning only, but no enforcement. vor 11 Jahren
  Diva Canto c61ff917ef Authenticate ChildAgentUpdate too. vor 11 Jahren
  Diva Canto f3b3e21dea Change the auth token to be the user's sessionid. vor 11 Jahren
  Diva Canto e4f741f006 This should fix the failing test. vor 11 Jahren
  Diva Canto a2ee887c6d Deleted a line too many vor 11 Jahren
  Diva Canto b4f1b9acf6 Guard against unauthorized agent deletes. vor 11 Jahren
  Diva Canto 67e500383e Put guards on a bunch of exception-inducing code, as seen in logs from load test. vor 11 Jahren
  Diva Canto 8265a88c4a Throttle the viewer's requests for region handles. Apparently Kokua is requesting this for all landmarks in inventory. Not sure why. But this seems to be the root cause of the login freeze mentioned before. This commit adds a blocking queue / process thread pattern. vor 11 Jahren
  Diva Canto da3aa44138 Debug the RegionHandle handler (same issue) vor 11 Jahren
  Melanie 81ad9255b5 Hook up Keyframe motion to almost everything. Failing to cross a sim border vor 11 Jahren
  Robert Adams 439f11cc3c Add region heartbeat start event to complement heartbeat end event. vor 11 Jahren