| Commit message (Expand) | Author | Files | Lines |
2009-02-24 | First step in separating out the Userserver console command handling to a "mo... | MW | 1 | -600/+0 |
2009-02-24 | More refactoring of the UserServer. | MW | 1 | -0/+26 |
2009-02-22 | Addresses some issues with appearance after TPs. Appearance.Owner was not bei... | diva | 1 | -1/+1 |
2009-02-21 | A small improvement in the UserLoginService, hence the User Server: users are... | diva | 1 | -2/+5 |
2009-02-17 | Major change to how appearance is managed, including changes in login and use... | diva | 1 | -0/+10 |
2009-02-12 | * Renamed RegionProfileService to RegionProfileServiceProxy to better reflect... | lbsa71 | 1 | -2/+2 |
2009-02-12 | * Turned RegionProfileService non-static | lbsa71 | 1 | -5/+7 |
2009-02-12 | * Added RegionProfileService and moved RequestSimData to it. | lbsa71 | 1 | -4/+4 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 |
2009-02-07 | * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden... | lbsa71 | 1 | -12/+36 |
2009-02-07 | Thank you dslake for a patch that: | lbsa71 | 1 | -1/+1 |
2009-01-13 | * Add a second logoffuser message with the region secret. | Teravus Ovares | 1 | -1/+32 |
2009-01-13 | * Fix an invalid seed cap that could be causing issues. | Teravus Ovares | 1 | -0/+4 |
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 | -2/+1 |
2009-01-06 | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 1 | -1/+2 |
2009-01-05 | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 1 | -0/+1 |
2009-01-05 | * Check in login service tests beachhead | Justin Clarke Casey | 1 | -0/+1 |
2008-12-02 | * reverted 7561 as the logger reference should always be private to the class... | lbsa71 | 1 | -1/+1 |
2008-11-28 | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 1 | -2/+2 |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 1 | -2/+4 |
2008-11-25 | * Adding some virtual hooks and making some privaets protected for great just... | lbsa71 | 1 | -1/+1 |
2008-10-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-10-02 | Mantis #2314 | Melanie Thielker | 1 | -0/+12 |
2008-10-01 | Add a user server XMLRPC method to set the MOTD and the minimum GodLevel | Melanie Thielker | 1 | -0/+43 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -2/+32 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -133/+106 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -15/+15 |
2008-09-07 | * On a failing login, don't bother trying the default region if it's the same... | Justin Clarke Casey | 1 | -4/+8 |
2008-09-07 | * Increase expect_user XMLRPC timeout from 6 to 30 seconds | Justin Clarke Casey | 1 | -1/+1 |
2008-09-07 | * Improve login failure handling. | Justin Clarke Casey | 1 | -18/+13 |
2008-09-07 | * refactor: Remove duplication in UserLoginService where most of the emergenc... | Justin Clarke Casey | 1 | -260/+170 |
2008-09-07 | * minor: for now, print out the exception if logging into the initially selec... | Justin Clarke Casey | 1 | -3/+3 |
2008-09-07 | * minor: Clean up of logging messages to make following the client login proc... | Justin Clarke Casey | 1 | -1/+0 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -7/+7 |
2008-09-05 | Mantis#2048. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -8/+28 |
2008-08-30 | * More cleanup, including UserManager. | Adam Frisby | 1 | -32/+49 |
2008-08-30 | * Initial inspection of UserLoginService.cs, cleaned up source code slightly ... | Adam Frisby | 1 | -34/+27 |
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-24 | Mantis#2041. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -21/+22 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -10/+8 |
2008-08-15 | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 1 | -1/+1 |
2008-08-14 | Mantis #1953 | Melanie Thielker | 1 | -6/+17 |
2008-08-09 | * Reinstate grid receive and send keys to user server config | Justin Clarke Casey | 1 | -1/+2 |
2008-07-24 | * refactor: Remove now redundant inventory server url being passed to GetInve... | Justin Clarke Casey | 1 | -7/+2 |
2008-07-24 | * refactor: move remaining user service -> inventory service OGS1 calls into ... | Justin Clarke Casey | 1 | -19/+11 |
2008-06-29 | disabled the multiple inventory server support in login service again. | MW | 1 | -4/+4 |
2008-06-29 | couple of small fixes to try to fix support for multiple inventory servers in... | MW | 1 | -4/+4 |
2008-06-28 | disabled multiple Inventory server support in loginservice until I get more t... | MW | 1 | -4/+4 |