| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
teleport is being directed rather than just its position
|
|
|
|
|
|
|
|
|
|
| |
enabled it
* In fact, it would only be activated if there was no [Communications] section at all (which would be the case for most people with existing region setups unless they
specifically added it in
* This fix means that enabling inter-region rest comms is now the default
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE.
Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms.
|
|
|
|
| |
update. They're both sent over HTTP PUT. The full update is sent on TPs, for now; later it will also be sent on region crossings.
|
|
|
|
|
|
|
|
|
| |
older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes:
- Introducing synchronous Teleports. Now the receiving region calls back the sending region after the client has been made a root agent there, that is, after client sends CompleteMovement to the destination.
- SendCloseAgent moved from OGS1 Remoting to RESTComms.
|
|
|
|
| |
only. Agents are now resources accessed at http://<host>:<port>/agent/<uuid>/[action/]. PUT is SendChildAgentUpdate.
|
|
|
|
| |
proliferation of "modes".
|
|
|
|
|
|
| |
* Leaving the 23 warnings in ChildAgentDataUpdate.cs for Diva to look at
|
|
|
|
| |
unnecessary console debug message.
|
| |
|
|
|
|
| |
in OpenSim.ini. RESTComms is a super-set of LocalComms. Calls to local regions do no use REST, they use internal function calls.
|
|
SendChildAgentUpdate. This commit has only the modules, but not their usage. It should be harmless.
|