| Commit message (Expand) | Author | Files | Lines |
2009-06-27 | Make cleartext authentication case sensitive. Thanks jhurliman for spotting t... | Dahlia Trimble | 1 | -1/+1 |
2009-06-18 | * Corrected CAPS namespaces | Arthur Valadares | 1 | -1/+1 |
2009-06-17 | Implementation of a simple authentication service + in connector in route to ... | diva | 1 | -0/+2 |
2009-06-11 | InterServiceInventoryService references *almost* completely removed from the ... | diva | 1 | -1/+1 |
2009-05-23 | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 1 | -2/+8 |
2009-05-23 | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 1 | -1/+1 |
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 1 | -4/+4 |
2009-04-22 | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 1 | -4/+1 |
2009-04-01 | Added AllowLoginWithoutInventory to LoginService, to be overwritten in subcla... | diva | 1 | -0/+6 |
2009-03-30 | HGInventoryService now uses the actual authority portion of the user's key to... | diva | 1 | -328/+328 |
2009-03-30 | Sigh. Manual data typing grief. | diva | 1 | -10/+3 |
2009-03-29 | Added Authorization client code that interfaces with HGLoginAuthService. Impr... | diva | 1 | -13/+19 |
2009-03-29 | Moved some files around, so that it's easier to share code between standalone... | diva | 1 | -1/+1 |
2009-03-24 | Added the login region's http to the login response. | diva | 1 | -32/+10 |
2009-03-24 | Preparing the loginauth service for gridmode logins. | diva | 1 | -0/+5 |
2009-03-22 | Moving the LoginAuth service up, so that it can be shared among standalones a... | diva | 1 | -6/+3 |
2009-03-21 | Initial support for authentication/authorization keys in UserManagerBase, and... | diva | 1 | -232/+349 |
2009-03-20 | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 1 | -34/+0 |
2009-03-20 | * De-duplicated login service some more | lbsa71 | 1 | -36/+4 |
2009-03-12 | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 1 | -138/+5 |
2009-03-11 | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 1 | -5/+138 |
2009-03-10 | *** POTENTIAL BREAKAGE *** | lbsa71 | 1 | -138/+5 |
2009-03-10 | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 1 | -16/+14 |
2009-03-03 | Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i... | MW | 1 | -2/+2 |
2009-03-03 | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 1 | -59/+61 |
2009-02-17 | Major change to how appearance is managed, including changes in login and use... | diva | 1 | -0/+3 |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 1 | -1/+1 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 |
2009-02-07 | * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden... | lbsa71 | 1 | -8/+31 |
2009-02-07 | Thank you dslake for a patch that: | lbsa71 | 1 | -1/+1 |
2009-01-06 | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 1 | -1/+1 |
2009-01-06 | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term... | Justin Clarke Casey | 1 | -1/+1 |
2009-01-06 | * Move common string aggregation for caps seed path to a method in CapsUtil | Justin Clarke Casey | 1 | -3/+4 |
2009-01-06 | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 1 | -1/+2 |
2009-01-05 | * Add seed cap check to login test | Justin Clarke Casey | 1 | -1/+1 |
2009-01-05 | * Check in login service tests beachhead | Justin Clarke Casey | 1 | -3/+3 |
2008-12-17 | Kicking child agents off on the first login after a client crash. The child a... | diva | 1 | -1/+24 |
2008-12-11 | Correct the last checkin. | Homer Horwitz | 1 | -1/+1 |
2008-12-11 | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 1 | -2/+2 |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 1 | -8/+3 |
2008-11-23 | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-11-14 | * test: Add scene root agent test stub, since I'll be picking up with somethi... | Justin Clarke Casey | 1 | -3/+1 |
2008-10-01 | * Fixed a mangled Seed caps handler definition on login to region in standalo... | Teravus Ovares | 1 | -1/+22 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 1 | -3/+3 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -0/+30 |
2008-09-19 | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 1 | -23/+41 |
2008-09-14 | * Converted a number of methods within the login processes from private to pr... | Adam Frisby | 1 | -8/+8 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -129/+128 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-09-07 | * Improve login failure handling. | Justin Clarke Casey | 1 | -2/+4 |