aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Modules/UserLoginService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-10All grid servers deleted, including user server. They served us well.Diva Canto1-416/+0
2010-01-10Removed refs to OpenIdService in UserServer.Diva Canto1-8/+0
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt th...Diva Canto1-0/+1
2009-10-03Better error handling to diagnose login problems.Diva Canto1-0/+1
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-28Fixed bug in HG that was causing secondlife:// refs to bomb the client.Diva Canto1-3/+2
2009-09-28Fixed bug in user server related to region's serverURI.Diva Canto1-1/+1
2009-09-27Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't b...Diva Canto1-0/+1
2009-09-27Fixed the connection from User server to GridServer.Diva Canto1-32/+30
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-11InterServiceInventoryService references *almost* completely removed from the ...diva1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-26Restoring the initial CAP Url to exactly what it used to be before Adam's cha...diva1-6/+13
2009-05-26* Fiddles with some login network code to attempt to fix login bug.Adam Frisby1-1/+2
2009-05-23* Implements automatic loopback handling for standalone regions. Adam Frisby1-4/+6
2009-05-23* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby1-3/+3
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-1/+2
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-29Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva1-1/+1
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey1-0/+1
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva1-0/+1
2009-03-29Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva1-0/+1
2009-03-20* Normalized and pulled GetInventorySkeleton up.lbsa711-62/+0
2009-03-20* De-duplicated login service some morelbsa711-29/+0
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-149/+47
2009-03-11* Reverted r8750 to do another round of debugging on mantis #3287lbsa711-28/+155
2009-03-10*** POTENTIAL BREAKAGE ***lbsa711-155/+28
2009-03-10* Re-aligned CustomiseResponse function for imminent up-pullinglbsa711-2/+4
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect use...lbsa711-2/+2
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur1-600/+600
2009-02-24First step in separating out the Userserver console command handling to a "mo...MW1-600/+600
2009-02-24More refactoring of the UserServer.MW1-0/+26
2009-02-22Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva1-1/+1
2009-02-21A small improvement in the UserLoginService, hence the User Server: users are...diva1-2/+5
2009-02-17Major change to how appearance is managed, including changes in login and use...diva1-0/+10
2009-02-12* Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...lbsa711-2/+2
2009-02-12* Turned RegionProfileService non-staticlbsa711-5/+7
2009-02-12* Added RegionProfileService and moved RequestSimData to it.lbsa711-4/+4
2009-02-12* optimized usings.lbsa711-1/+1
2009-02-07* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa711-12/+36
2009-02-07Thank you dslake for a patch that:lbsa711-1/+1
2009-01-13* Add a second logoffuser message with the region secret. Teravus Ovares1-1/+32
2009-01-13* Fix an invalid seed cap that could be causing issues.Teravus Ovares1-0/+4
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-2/+1
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-1/+2
2009-01-05* Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey1-0/+1
2009-01-05* Check in login service tests beachheadJustin Clarke Casey1-0/+1
2008-12-02* reverted 7561 as the logger reference should always be private to the class...lbsa711-1/+1