aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-28* minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey1-2/+2
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-2/+4
2008-11-25* Adding some virtual hooks and making some privaets protected for great just...lbsa711-1/+1
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-10-02Mantis #2314Melanie Thielker1-0/+12
2008-10-01Add a user server XMLRPC method to set the MOTD and the minimum GodLevelMelanie Thielker1-0/+43
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-2/+32
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey1-133/+106
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-15/+15
2008-09-07* On a failing login, don't bother trying the default region if it's the same...Justin Clarke Casey1-4/+8
2008-09-07* Increase expect_user XMLRPC timeout from 6 to 30 secondsJustin Clarke Casey1-1/+1
2008-09-07* Improve login failure handling.Justin Clarke Casey1-18/+13
2008-09-07* refactor: Remove duplication in UserLoginService where most of the emergenc...Justin Clarke Casey1-260/+170
2008-09-07* minor: for now, print out the exception if logging into the initially selec...Justin Clarke Casey1-3/+3
2008-09-07* minor: Clean up of logging messages to make following the client login proc...Justin Clarke Casey1-1/+0
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-7/+7
2008-09-05Mantis#2048. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-8/+28
2008-08-30* More cleanup, including UserManager.Adam Frisby1-32/+49
2008-08-30* Initial inspection of UserLoginService.cs, cleaned up source code slightly ...Adam Frisby1-34/+27
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-08-24Mantis#2041. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-21/+22
2008-08-18Formatting cleanup.Jeff Ames1-10/+8
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-1/+1
2008-08-14Mantis #1953Melanie Thielker1-6/+17
2008-08-09* Reinstate grid receive and send keys to user server configJustin Clarke Casey1-1/+2
2008-07-24* refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey1-7/+2
2008-07-24* refactor: move remaining user service -> inventory service OGS1 calls into ...Justin Clarke Casey1-19/+11
2008-06-29disabled the multiple inventory server support in login service again.MW1-4/+4
2008-06-29couple of small fixes to try to fix support for multiple inventory servers in...MW1-4/+4
2008-06-28disabled multiple Inventory server support in loginservice until I get more t...MW1-4/+4
2008-06-28small fixMW1-1/+1
2008-06-28more work on the support for multiple inventory servers. MW1-4/+10
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-12/+72
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-0/+59