Justin Clark-Casey (justincc)
|
3c6becd524
On login and first HG entrance to a foreign grid, perform query access checks before proceeding.
|
hace 10 años |
Diva Canto
|
fe779128b0
Added simulation version compatibility check so that agents coming from 0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer.
|
hace 10 años |
Oren Hurvitz
|
47b84875fd
Tell QueryAccess explicitly whether the user is coming in via Teleport or Cross, because the permission checks are different.
|
hace 10 años |
Oren Hurvitz
|
06e0528d0b
In teleports, pass the source region to the destination (similar to an HTTP referrer)
|
hace 10 años |
Oren Hurvitz
|
85d51e57a9
When sending QueryAccess to a region, also send the user's Home URI
|
hace 11 años |
Diva Canto
|
b4f1b9acf6
Guard against unauthorized agent deletes.
|
hace 11 años |
Diva Canto
|
931eb892d9
Deleted GET agent all around. Not used.
|
hace 11 años |
Justin Clark-Casey (justincc)
|
a4551b027b
Removing unused handling of incoming create object by userID and itemID only.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
38ce9d45a5
Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle.
|
hace 12 años |
Melanie
|
1dfc990264
Add a position parameter to region crossing of objects. This avoids the
|
hace 13 años |
Diva Canto
|
9892e115cc
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
|
hace 13 años |
Justin Clark-Casey (justincc)
|
20aeace8d7
Add log messages on teleport failure to better pin down the cause.
|
hace 14 años |
Melanie
|
918c12c965
Change the QUERYACCESS method to eliminate spurious access denied messages
|
hace 14 años |
Melanie
|
188d86998d
Fix up QueryAccess to also check parcels
|
hace 14 años |
Melanie
|
4df1d25d23
Plumb a code path for the entity transfer module to ask a destination scene
|
hace 14 años |
Diva Canto
|
45ef3e9987
Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen.
|
hace 15 años |
Diva Canto
|
f11a97f12d
* Finished SimulationServiceConnector
|
hace 15 años |
Diva Canto
|
c268e342d1
* Changed ISimulation interface to take a GridRegion as input arg instead of a regionHandle.
|
hace 15 años |
Diva Canto
|
a8901a40f4
Simulation handlers (agents & objects) completed.
|
hace 15 años |
Jeff Ames
|
35b450d41d
Add copyright headers, formatting cleanup, ignore some generated files.
|
hace 15 años |
diva
|
cb704ecde1
Beginning of refactoring RESTComms/LocalComms in the new style of services and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok.
|
hace 15 años |