aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Major change to how appearance is managed, including changes in login and use...diva2009-02-171-0/+10
* * Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...lbsa712009-02-121-2/+2
* * Turned RegionProfileService non-staticlbsa712009-02-121-5/+7
* * Added RegionProfileService and moved RequestSimData to it.lbsa712009-02-121-4/+4
* * optimized usings.lbsa712009-02-121-1/+1
* * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa712009-02-071-12/+36
* Thank you dslake for a patch that:lbsa712009-02-071-1/+1
* * Add a second logoffuser message with the region secret. Teravus Ovares2009-01-131-1/+32
* * Fix an invalid seed cap that could be causing issues.Teravus Ovares2009-01-131-0/+4
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-1/+1
* * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey2009-01-061-1/+1
* * Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey2009-01-061-2/+1
* * minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey2009-01-061-1/+2
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-051-0/+1
* * Check in login service tests beachheadJustin Clarke Casey2009-01-051-0/+1
* * reverted 7561 as the logger reference should always be private to the class...lbsa712008-12-021-1/+1
* * minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey2008-11-281-2/+2
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-2/+4
* * Adding some virtual hooks and making some privaets protected for great just...lbsa712008-11-251-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-051-1/+1
* Mantis #2314Melanie Thielker2008-10-021-0/+12
* Add a user server XMLRPC method to set the MOTD and the minimum GodLevelMelanie Thielker2008-10-011-0/+43
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-2/+32
* * Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey2008-09-121-133/+106
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-15/+15
* * On a failing login, don't bother trying the default region if it's the same...Justin Clarke Casey2008-09-071-4/+8
* * Increase expect_user XMLRPC timeout from 6 to 30 secondsJustin Clarke Casey2008-09-071-1/+1
* * Improve login failure handling.Justin Clarke Casey2008-09-071-18/+13
* * refactor: Remove duplication in UserLoginService where most of the emergenc...Justin Clarke Casey2008-09-071-260/+170
* * minor: for now, print out the exception if logging into the initially selec...Justin Clarke Casey2008-09-071-3/+3
* * minor: Clean up of logging messages to make following the client login proc...Justin Clarke Casey2008-09-071-1/+0
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-7/+7
* Mantis#2048. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-09-051-8/+28
* * More cleanup, including UserManager.Adam Frisby2008-08-301-32/+49
* * Initial inspection of UserLoginService.cs, cleaned up source code slightly ...Adam Frisby2008-08-301-34/+27
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-1/+1
* Mantis#2041. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-241-21/+22
* Formatting cleanup.Jeff Ames2008-08-181-10/+8
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-1/+1
* Mantis #1953Melanie Thielker2008-08-141-6/+17
* * Reinstate grid receive and send keys to user server configJustin Clarke Casey2008-08-091-1/+2
* * refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey2008-07-241-7/+2
* * refactor: move remaining user service -> inventory service OGS1 calls into ...Justin Clarke Casey2008-07-241-19/+11
* disabled the multiple inventory server support in login service again.MW2008-06-291-4/+4
* couple of small fixes to try to fix support for multiple inventory servers in...MW2008-06-291-4/+4
* disabled multiple Inventory server support in loginservice until I get more t...MW2008-06-281-4/+4
* small fixMW2008-06-281-1/+1
* more work on the support for multiple inventory servers. MW2008-06-281-4/+10
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-12/+72
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-0/+59