| Commit message (Collapse) | Author | Files | Lines |
|
blowfish to encrypt passwords.
|
|
other ways to side step the SecondLife grid checks.
|
|
are there any render_compat grids anyway?
|
|
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
|
|
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
|
|
|
|
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)
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
|
|
to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
|
|
fixed LLWeb::loadURL)
|
|
re-added notfications for errors
|
|
|
|
|
|
in a backslash
|
|
(also fixed #200 in the process)
|
|
|
|
Second Life is no longer officially supported, due to TPV Policy concerns.
|
|
|
|
This was causing trouble with URIs that shouldn't end in "/".
|
|
|
|
|
|
There's no good reason for these to be in the header, it
just breaks encapsulation for no significant gain.
|
|
|
|
It was appending it to an empty string, "/", "//", etc.
|
|
Temporary, until we implement a decent account manager.
|
|
|
|
|
|
|