Diva Canto
|
8030ed89b0
Use Util.UTF8 instead of creating a new heap object every time.
|
15 年之前 |
Diva Canto
|
b5b53dd3eb
* One more debug message on FetchInventoryDescendants
|
15 年之前 |
Diva Canto
|
30aac00f6b
Closing more streams even if things fail.
|
15 年之前 |
Diva Canto
|
5757afe766
First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now.
|
15 年之前 |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 年之前 |
diva
|
7ab1986bf0
Catching weirdnesses on resolving External EndPoint in agent transfers. Will probably need to do more aggressively.
|
15 年之前 |
Justin Clarke Casey
|
d10b5e29bc
* refactor: break some of xml2 serialization out of sog
|
15 年之前 |
Dr Scofield
|
85bbcf196f
adding code to check for old-style responses ("True")
|
15 年之前 |
Adam Frisby
|
54ab7d7ceb
* Rather than crash the region simulator, declare the teleport a failure if the "success" mapping doesn't exist. (also; I hate LLSD.)
|
15 年之前 |
Dr Scofield
|
e0a06f6416
- moving banned check and public/private check to
|
15 年之前 |
diva
|
0413d052a3
Adds session authentication upon NewUserConnections. Adds user key authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
|
15 年之前 |
Jeff Ames
|
5f34bd73fb
Update svn properties.
|
15 年之前 |
diva
|
3c9cba1627
Added CreateObject(regionhandle, userID, itemID) to post objects that are to be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs.
|
15 年之前 |
diva
|
86c753a6bd
More refactoring. This time extracting the client-side of RESTInterregionComms into a RegionClient class.
|
15 年之前 |