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