Diva Canto
|
f3b3e21dea
Change the auth token to be the user's sessionid.
|
11 years ago |
Diva Canto
|
b4f1b9acf6
Guard against unauthorized agent deletes.
|
11 years ago |
Diva Canto
|
931eb892d9
Deleted GET agent all around. Not used.
|
11 years ago |
Justin Clark-Casey (justincc)
|
c3db595944
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
Justin Clark-Casey (justincc)
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
11 years ago |
Diva Canto
|
bbb9af363d
Print out caller IP when unusual requests are received.
|
11 years ago |
Diva Canto
|
6c7e33fe47
Change IsLocalRegion from using region handle to using regionID. This was affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region.
|
11 years ago |
Diva Canto
|
4778d67005
Finally moved HG agent transfers to use agent fatpacks.
|
11 years ago |
Justin Clark-Casey (justincc)
|
3bc8cf65a4
Where this is not already happening, trigger asychoronous calls to CloseChildAgent() above the LocalSimulationConnector level.
|
11 years ago |
Justin Clark-Casey (justincc)
|
7cceab1295
In remote QueryAccess, also receive the actual status (true|false) instead of always true no matter what the callee actually returned.
|
12 years ago |
Justin Clark-Casey (justincc)
|
38ce9d45a5
Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle.
|
12 years ago |
Diva Canto
|
5a09572393
Minor sanity check on simulation agent handler (content type)
|
12 years ago |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
13 years ago |
Justin Clark-Casey (justincc)
|
2206e2fc96
Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCreateChildAgent" message
|
13 years ago |
Justin Clark-Casey (justincc)
|
10a23a823e
Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages
|
13 years ago |
Diva Canto
|
e9e4c009b4
This makes compression of fatpacks actually work. Previously they always failed. See comment in WebUtil.
|
13 years ago |
Diva Canto
|
7fa2489a6e
Revert "Functional improvement: close the stream. Non-functional: add debug messages to find out why updates are getting an error. WARNING: MASSIVE CONSOLE SPAM ON TPs."
|
13 years ago |
Diva Canto
|
af2e12d2b4
One more debug message. Don't use this unless your name is nebadon.
|
13 years ago |
Diva Canto
|
5548f83750
Functional improvement: close the stream. Non-functional: add debug messages to find out why updates are getting an error. WARNING: MASSIVE CONSOLE SPAM ON TPs.
|
13 years ago |
Melanie
|
c8b9558039
Also compress the actual fatpacks
|
13 years ago |
Melanie
|
e345f03895
Remove a spammy debug I left in. Disable TP cancel button at the point
|
13 years ago |
Melanie
|
9688db2f68
Enable compressed (gzip) fatpack transfers.
|
13 years ago |
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.
|
13 years ago |
Melanie
|
918c12c965
Change the QUERYACCESS method to eliminate spurious access denied messages
|
13 years ago |
Diva Canto
|
34bd41d186
Comment previous debug
|
13 years ago |
Diva Canto
|
305c755cfb
XFF header again -- debug.
|
13 years ago |
Melanie
|
4e0b0f0f4c
Fix a typo in the QUERYACCESS method name
|
13 years ago |
Melanie
|
188d86998d
Fix up QueryAccess to also check parcels
|
13 years ago |
Diva Canto
|
479d72ac97
Account for some component along the way lower-casing the HTTP header keys. (XFF header issue)
|
14 years ago |
Diva Canto
|
0aeb8981b2
Brute force debug for XFF issue
|
14 years ago |