aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llloginhandler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-19Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted1-7/+13
work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now
2011-03-22Support username logins on Linden grids. Seems to cover most edge cases with ↵McCabe Maxsted1-1/+19
our current grid manager, but really exposes the weaknesses of not saving login info with the grid, usability-wise. (Note: autologin and the command line need to be tested)
2010-09-23llmediaplugins first stepArmin Weatherwax1-1/+1
2009-11-09Removed deprecated EGridInfo from llloginhandlerMcCabe Maxsted1-3/+3
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-0/+219