aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Implements automatic loopback handling for standalone regions. Adam Frisby2009-05-231-2/+8
| | | | | * 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 Frisby2009-05-231-1/+1
|
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-4/+4
| | | | | | | | | | 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)
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-4/+1
|
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵diva2009-04-011-0/+6
| | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
* HGInventoryService now uses the actual authority portion of the user's key ↵diva2009-03-301-328/+328
| | | | to verify the key.
* Sigh. Manual data typing grief.diva2009-03-301-10/+3
|
* Added Authorization client code that interfaces with HGLoginAuthService. ↵diva2009-03-291-13/+19
| | | | Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.
* Moved some files around, so that it's easier to share code between ↵diva2009-03-291-0/+329
standalone and the grid services. Should not affect any functionality.