Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better error handling to diagnose login problems. | Diva Canto | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug in HG that was causing secondlife:// refs to bomb the client. | Diva Canto | 2009-09-28 | 1 | -3/+2 |
| | | | | Also fiddled a bit more with the initial CAP in the user server. | ||||
* | Fixed bug in user server related to region's serverURI. | Diva Canto | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't ↵ | Diva Canto | 2009-09-27 | 1 | -0/+1 |
| | | | | being set. | ||||
* | Fixed the connection from User server to GridServer. | Diva Canto | 2009-09-27 | 1 | -32/+30 |
| | |||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 1 | -1/+1 |
| | | | | | * "luke, use the sed" | ||||
* | InterServiceInventoryService references *almost* completely removed from the ↵ | diva | 2009-06-11 | 1 | -1/+1 |
| | | | | simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :) | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Restoring the initial CAP Url to exactly what it used to be before Adam's ↵ | diva | 2009-05-26 | 1 | -6/+13 |
| | | | | changes. Adam's code is still there, but commented, until we figure out what's going on. | ||||
* | * Fiddles with some login network code to attempt to fix login bug. | Adam Frisby | 2009-05-26 | 1 | -1/+2 |
| | |||||
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 1 | -4/+6 |
| | | | | | * This /should/ make OpenSim behave properly when hosting behind a NAT router and utilizing port forwarding (but the router doesn't support Loopback) | ||||
* | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 2009-05-23 | 1 | -3/+3 |
| | |||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 1 | -1/+2 |
| | | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | * Fission OGS1UserServices into user service and OGS1 user data plugin ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -0/+1 |
| | | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims | ||||
* | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 2009-04-14 | 1 | -0/+1 |
| | | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | ||||
* | Another bit of refactoring to try to make sense of ↵ | diva | 2009-03-29 | 1 | -0/+1 |
| | | | | OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files. | ||||
* | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 2009-03-20 | 1 | -62/+0 |
| | |||||
* | * De-duplicated login service some more | lbsa71 | 2009-03-20 | 1 | -29/+0 |
| | | | | | | * Normalized m_inventoryService * Pulled AddActiveGestures up | ||||
* | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 2009-03-12 | 1 | -149/+47 |
| | | | | | | | | * Sometimes, null is a valid return value to indicate 'none found'. doh. * Sometimes, the Grid server does not send simURI - this you need to reconstruct yourself. Euw. (I believe) this solves mantis issue #3287 | ||||
* | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 2009-03-11 | 1 | -28/+155 |
| | |||||
* | *** POTENTIAL BREAKAGE *** | lbsa71 | 2009-03-10 | 1 | -155/+28 |
| | | | | | | | | | * Finally got to the point where I could pull up the CustomiseResponse function. Major de-duplication. * Introduced FromRegionInfo on RegionProfileData * This revision needs both grid and standalone testing galore. Work in progress! | ||||
* | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 2009-03-10 | 1 | -2/+4 |
| | |||||
* | * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵ | lbsa71 | 2009-02-26 | 1 | -2/+2 |
| | | | | | | | | | | use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually) | ||||
* | Setting svn:eol-style=native on new files. | Mike Mazur | 2009-02-24 | 1 | -600/+600 |
| | |||||
* | First step in separating out the Userserver console command handling to a ↵ | MW | 2009-02-24 | 1 | -0/+600 |
"module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe. |