Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵ | Dahlia Trimble | 2009-06-27 | 1 | -1/+1 |
| | | | | this. | ||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 1 | -1/+1 |
| | | | | | * "luke, use the sed" | ||||
* | Implementation of a simple authentication service + in connector in route to ↵ | diva | 2009-06-17 | 1 | -0/+2 |
| | | | | making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon. | ||||
* | 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 :) | ||||
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 1 | -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 Frisby | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 1 | -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 HGUserServices | Justin Clarke Casey | 2009-04-22 | 1 | -4/+1 |
| | |||||
* | Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵ | diva | 2009-04-01 | 1 | -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 ↵ | diva | 2009-03-30 | 1 | -328/+328 |
| | | | | to verify the key. | ||||
* | Sigh. Manual data typing grief. | diva | 2009-03-30 | 1 | -10/+3 |
| | |||||
* | Added Authorization client code that interfaces with HGLoginAuthService. ↵ | diva | 2009-03-29 | 1 | -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 ↵ | diva | 2009-03-29 | 1 | -0/+329 |
standalone and the grid services. Should not affect any functionality. |