aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/HGLoginAuthService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-23* Implements automatic loopback handling for standalone regions. Adam Frisby1-2/+8
2009-05-23* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby1-1/+1
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-4/+4
2009-04-22* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey1-4/+1
2009-04-01Added AllowLoginWithoutInventory to LoginService, to be overwritten in subcla...diva1-0/+6
2009-03-30HGInventoryService now uses the actual authority portion of the user's key to...diva1-328/+328
2009-03-30Sigh. Manual data typing grief.diva1-10/+3
2009-03-29Added Authorization client code that interfaces with HGLoginAuthService. Impr...diva1-13/+19
2009-03-29Moved some files around, so that it's easier to share code between standalone...diva1-1/+1
2009-03-24Added the login region's http to the login response.diva1-32/+10
2009-03-24Preparing the loginauth service for gridmode logins.diva1-0/+5
2009-03-22Moving the LoginAuth service up, so that it can be shared among standalones a...diva1-6/+3
2009-03-21Initial support for authentication/authorization keys in UserManagerBase, and...diva1-232/+349
2009-03-20* Normalized and pulled GetInventorySkeleton up.lbsa711-34/+0
2009-03-20* De-duplicated login service some morelbsa711-36/+4
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-138/+5
2009-03-11* Reverted r8750 to do another round of debugging on mantis #3287lbsa711-5/+138
2009-03-10*** POTENTIAL BREAKAGE ***lbsa711-138/+5
2009-03-10* Re-aligned CustomiseResponse function for imminent up-pullinglbsa711-16/+14
2009-03-03Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW1-2/+2
2009-03-03Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW1-59/+61
2009-02-17Major change to how appearance is managed, including changes in login and use...diva1-0/+3
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+1
2009-02-12* optimized usings.lbsa711-1/+1
2009-02-07* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa711-8/+31
2009-02-07Thank you dslake for a patch that:lbsa711-1/+1
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-1/+1
2009-01-06* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey1-1/+1
2009-01-06* Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey1-3/+4
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-1/+2
2009-01-05* Add seed cap check to login testJustin Clarke Casey1-1/+1
2009-01-05* Check in login service tests beachheadJustin Clarke Casey1-3/+3
2008-12-17Kicking child agents off on the first login after a client crash. The child a...diva1-1/+24
2008-12-11Correct the last checkin.Homer Horwitz1-1/+1
2008-12-11Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz1-2/+2
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-8/+3
2008-11-23Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke1-1/+1
2008-11-14* test: Add scene root agent test stub, since I'll be picking up with somethi...Justin Clarke Casey1-3/+1
2008-10-01* Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares1-1/+22
2008-09-26* Patch from JHurlimanTeravus Ovares1-3/+3
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+30
2008-09-19* Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey1-23/+41
2008-09-14* Converted a number of methods within the login processes from private to pr...Adam Frisby1-8/+8
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey1-129/+128
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-07* Improve login failure handling.Justin Clarke Casey1-2/+4
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-6/+6
2008-08-26* Fixed a bug that occurred if your home region wasn't logged in, in standalo...Teravus Ovares1-12/+30
2008-08-21Mantis#904. Thank you kindly, Jonc for a patch that solves:Charles Krinke1-3/+9
2008-07-24* refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey1-1/+1