aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Clients (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-013-3/+3
| | | | LICENSE.txt.
* Catching weirdnesses on resolving External EndPoint in agent transfers. Will ↵diva2009-05-261-5/+34
| | | | probably need to do more aggressively.
* Addresses mantis #3718.diva2009-05-261-1/+10
|
* * refactor: break some of xml2 serialization out of sogJustin Clarke Casey2009-05-141-3/+5
|
* adding code to check for old-style responses ("True")Dr Scofield2009-05-111-0/+5
|
* * Rather than crash the region simulator, declare the teleport a failure if ↵Adam Frisby2009-05-101-6/+13
| | | | the "success" mapping doesn't exist. (also; I hate LLSD.)
* - moving banned check and public/private check toDr Scofield2009-05-051-8/+21
| | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
* Update svn properties.Jeff Ames2009-05-051-378/+378
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* Added the "out" connector (aka client) for the Grid services. Not used yet.diva2009-05-021-0/+378
|
* Addresses mantis #3485.diva2009-04-181-2/+2
|
* Adds session authentication upon NewUserConnections. Adds user key ↵diva2009-04-141-3/+4
| | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
* This was needed for the prior commit.diva2009-04-141-0/+24
|
* Update svn properties.Jeff Ames2009-04-061-631/+631
|
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-052-0/+154
| | | | | | | 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. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
* More refactoring. This time extracting the client-side of ↵diva2009-04-011-0/+555
| | | | RESTInterregionComms into a RegionClient class.
* HGInventoryService now uses the actual authority portion of the user's key ↵diva2009-03-301-116/+118
| | | | to verify the key.
* Sigh. Manual data typing grief.diva2009-03-301-7/+15
|
* Added Authorization client code that interfaces with HGLoginAuthService. ↵diva2009-03-291-0/+108
Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.