aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-1/+3
* Formatting cleanup.Jeff Ames2008-05-161-26/+26
* More formatting cleanup. Minor refactoring.Jeff Ames2008-05-141-1/+2
* * Rolled back a few changes.Adam Frisby2008-05-011-62/+56
* * Cleaning code still.Adam Frisby2008-05-011-56/+62
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-7/+4
* * Extra log line to notify the user console when a new user inventory skeleto...Justin Clarke Casey2008-04-201-0/+4
* * Change user inventory create from explicit 'create user' command on the con...Justin Clarke Casey2008-04-201-3/+6
* * Change lazy user inventory creation on first login to synchronous rather th...Justin Clarke Casey2008-04-201-15/+20
* * On grid mode, if the inventory service is responding but returning an empty...Justin Clarke Casey2008-04-201-20/+4
* * Tiny, tiny, login message refinement to reduce human parsing requirementsJustin Clarke Casey2008-04-151-1/+1
* * Make it easier to follow logins on the user server by changing and tidying ...Justin Clarke Casey2008-04-151-2/+4
* * Send a meaningful response to both the user server console and the client i...Justin Clarke Casey2008-04-151-0/+2
* renaming of attributes in UserAgentData for readabilitySean Dague2008-04-101-19/+19
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-25/+24
* further renaming of properties for claritySean Dague2008-04-101-4/+4
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-43/+43
* Patch by lulurun - 0000916: support secondlife client's "-url sim/x/y/z" option Teravus Ovares2008-04-101-1/+12