Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * .. More Endlines... | Teravus Ovares (Dan Olivares) | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 1 | -2/+3 |
| | | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation | ||||
* | Use Util.UTF8 instead of creating a new heap object every time. | Diva Canto | 2009-10-10 | 1 | -5/+5 |
| | |||||
* | * One more debug message on FetchInventoryDescendants | Diva Canto | 2009-10-06 | 1 | -17/+62 |
| | | | | * More streams close on finally | ||||
* | Closing more streams even if things fail. | Diva Canto | 2009-10-04 | 1 | -6/+25 |
| | |||||
* | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 2009-09-26 | 1 | -7/+9 |
| | | | | minimally. A few bugs to catch now. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Catching weirdnesses on resolving External EndPoint in agent transfers. Will ↵ | diva | 2009-05-26 | 1 | -5/+34 |
| | | | | probably need to do more aggressively. | ||||
* | * refactor: break some of xml2 serialization out of sog | Justin Clarke Casey | 2009-05-14 | 1 | -3/+5 |
| | |||||
* | adding code to check for old-style responses ("True") | Dr Scofield | 2009-05-11 | 1 | -0/+5 |
| | |||||
* | * Rather than crash the region simulator, declare the teleport a failure if ↵ | Adam Frisby | 2009-05-10 | 1 | -6/+13 |
| | | | | the "success" mapping doesn't exist. (also; I hate LLSD.) | ||||
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -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 | ||||
* | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 2009-04-14 | 1 | -3/+4 |
| | | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | ||||
* | Update svn properties. | Jeff Ames | 2009-04-06 | 1 | -631/+631 |
| | |||||
* | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵ | diva | 2009-04-05 | 1 | -0/+76 |
| | | | | | | | 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 ↵ | diva | 2009-04-01 | 1 | -0/+555 |
RESTInterregionComms into a RegionClient class. |