aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Clients (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-4/+1
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto1-1/+1
the existing code.
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-2/+3
can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
2009-12-11A couple of more sanity guards, but this won't fix things when user profile ↵Diva Canto1-1/+1
fetching is borked.
2009-10-10Use Util.UTF8 instead of creating a new heap object every time.Diva Canto1-5/+5
2009-10-06* One more debug message on FetchInventoryDescendantsDiva Canto1-17/+62
* More streams close on finally
2009-10-04Closing more streams even if things fail.Diva Canto1-6/+25
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto1-7/+9
minimally. A few bugs to catch now.
2009-07-10* minor format changes and message additionsJustin Clarke Casey1-6/+20
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames3-3/+3
LICENSE.txt.
2009-05-26Catching weirdnesses on resolving External EndPoint in agent transfers. Will ↵diva1-5/+34
probably need to do more aggressively.
2009-05-26Addresses mantis #3718.diva1-1/+10
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey1-3/+5
2009-05-11adding code to check for old-style responses ("True")Dr Scofield1-0/+5
2009-05-10* Rather than crash the region simulator, declare the teleport a failure if ↵Adam Frisby1-6/+13
the "success" mapping doesn't exist. (also; I hate LLSD.)
2009-05-05- moving banned check and public/private check toDr Scofield1-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
2009-05-05Update svn properties.Jeff Ames1-378/+378
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-02Added the "out" connector (aka client) for the Grid services. Not used yet.diva1-0/+378
2009-04-18Addresses mantis #3485.diva1-2/+2
2009-04-14Adds session authentication upon NewUserConnections. Adds user key ↵diva1-3/+4
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
2009-04-14This was needed for the prior commit.diva1-0/+24
2009-04-06Update svn properties.Jeff Ames1-631/+631
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2-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!
2009-04-01More refactoring. This time extracting the client-side of ↵diva1-0/+555
RESTInterregionComms into a RegionClient class.
2009-03-30HGInventoryService now uses the actual authority portion of the user's key ↵diva1-116/+118
to verify the key.
2009-03-30Sigh. Manual data typing grief.diva1-7/+15
2009-03-29Added Authorization client code that interfaces with HGLoginAuthService. ↵diva1-0/+108
Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.