aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippogridmanager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-11Fix http://redmine.kokuaviewer.org/issues/1126 and as a bonus, now using ↵David Walter Seikel1-46/+131
blowfish to encrypt passwords.
2012-03-05Fixes http://redmine.kokuaviewer.org/issues/1124 and makes sure there are no ↵David Walter Seikel1-1/+20
other ways to side step the SecondLife grid checks.
2011-05-17fix Bug #880 gridmanager defaults render_compat true instead of false.Armin Weatherwax1-1/+1
are there any render_compat grids anyway?
2011-04-19Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted1-3/+93
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-04-15Updated the grid manager to save names and passwords along with grid info. ↵McCabe Maxsted1-256/+131
This commit includes the following: * Fixed missing GPL headers from hippo grid manager * Fixed grids named <required> or "" being saved in the list * Fixed grid manager list only showing grid nicks, not grid names * Fixed grid names not settable in the grid manager * Grid manager now remembers avatar names and passwords * Usernames can now be set in the grid manager for SL (needs work) * Fixed grid manager being stuck in an updating state * Some general code cleanup
2011-03-22Don't try to fetch grid list from empty url in GridUpdateListArmin Weatherwax1-1/+11
2011-03-22Support username logins on Linden grids. Seems to cover most edge cases with ↵McCabe Maxsted1-0/+7
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-11-05Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-2/+2
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-11-05Rename hippo* files to lower case (PART 1 OF 2)Aleric Inglewood1-0/+0
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. Moreover, hippolimits.h is about the class HippoLimits, with uppercase H, so even that doesn't match. Of course, then we immediately rename all hippo* files to lowercase. This patch ONLY renames the file, with no other changes. This is done in order to make sure that git won't get confused ;). All other necessary changes will be in the next commit.
2010-11-03Rename hippo* files to lower case (PART 1 OF 2)Aleric Inglewood1-970/+0
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. Moreover, hippolimits.h is about the class HippoLimits, with uppercase H, so even that doesn't match. Of course, then we immediately rename all hippo* files to lowercase. This patch ONLY renames the file, with no other changes. This is done in order to make sure that git won't get confused ;). All other necessary changes will be in the next commit.
2010-11-01Load default grid list url from new GridUpdateList settingMcCabe Maxsted1-2/+2
2010-08-26Re-enabled search url fetching in the grid manager and fixed up web search ↵McCabe Maxsted1-6/+27
to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
2010-08-11Re-enabled search url fetching in the grid manager and fixed up web search ↵McCabe Maxsted1-6/+27
to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
2010-07-15Fixed Bug #262: 'Help > Viewer Help' name does not match behavior (also ↵McCabe Maxsted1-38/+51
fixed LLWeb::loadURL)
2010-07-09Use cancel-apply-ok for the grid manager, fixed those weird refresh bugs, ↵McCabe Maxsted1-57/+137
re-added notfications for errors
2010-07-07Updated hipporestrequest code to hippo 0.6.3McCabe Maxsted1-1/+4
2010-07-03Updated hippo grid manager to include groups and voice infoMcCabe Maxsted1-20/+26
2010-06-19Fixed #180: Grid manager fails to autofill grid info if the port doesn't end ↵McCabe Maxsted1-1/+7
in a backslash
2010-04-26Ported currency changes from Hippo (#237) and fixed some labels Hippo missed ↵McCabe Maxsted1-2/+3
(also fixed #200 in the process)
2010-04-19Use metaverseink.com for non-SL web searchesMcCabe Maxsted1-16/+37
2010-03-27Removed Second Life from the default grid list.Jacek Antonelli1-7/+5
Second Life is no longer officially supported, due to TPV Policy concerns.
2009-11-08Remember the last logged in grid between sessionsMcCabe Maxsted1-2/+4
2009-10-03Grid manager no longer appends "/" to URIs.Jacek Antonelli1-8/+9
This was causing trouble with URIs that shouldn't end in "/".
2009-09-27Changes to make the grid manager compile on WindowsMcCabe Maxsted1-0/+2
2009-09-25Made HippoGridManager's sanitation code more sane.Jacek Antonelli1-23/+29
2009-09-25Moved many HippoGridManager methods defs out of the header.Jacek Antonelli1-2/+209
There's no good reason for these to be in the header, it just breaks encapsulation for no significant gain.
2009-09-25Made grid manager update from Imprudence site, not Meerkat.Jacek Antonelli1-1/+1
2009-09-25Fixed HippoGridInfo::cleanUpUri appending "/" stupidly.Jacek Antonelli1-2/+7
It was appending it to an empty string, "/", "//", etc.
2009-09-25Disabled avatar name and password fields in grid manager.Jacek Antonelli1-9/+9
Temporary, until we implement a decent account manager.
2009-09-10Updated Grid Manager from Meerkat's SVN (as of r215).Jacek Antonelli1-2/+3
2009-09-10Fixed line endings on hippo and grid manager files.Jacek Antonelli1-597/+597
2009-07-11BROKEN logoff/relog crashing inconsistently on various startup states.Armin Weatherwax1-0/+597