| Age | Commit message (Collapse) | Author | 
|---|
|  | legacy protocol in settings.xml | 
|  | protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | 
|  | * Split avatar name requests up among multiple frames to prevent overloading
  the nameserver and having requests time out. | 
|  | LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted. | 
|  | Add logging (mostly at DEBUG level) | 
|  | the Friends list | 
|  |  | 
|  | We have no C++ libraries for parsing RFC 1123 dates, so parsing "Expires"
headers is risky.  max-age delta-seconds is easier to parse and equivalent
for this use.  Also added unit tests for max-age parsing.  Pair-programmed
with Huseby. | 
|  | Start up cache in not-running state on viewer.  Set cache running when
idle() is called.  Explicitly refresh name tags when toggled.
Reviewed with Simon | 
|  | Display name update broadcasts entire new name record to nearby viewers
Display name update directly inserts new name into sim cache
indra.xml has display_names_enabled setting to control cap
Synchronized viewer and server versions of avatar name cache
Reviewed with Ambroff | 
|  |  | 
|  | If not, turns off display names.  Cleaned up name cache reset code.
Alphabetized login auth param requests for easier merges going forward. | 
|  | Squire asked me to route display name lookups via a simulator capability
using HTTP GET.  This buys us authentication until the data services team
can implement a public-facing authenticating web service for People API. | 
|  | Also synchronize LLAvatarNameCache with server version
TODO: Get expiration time from web service | 
|  | nearby avatars for name tag updates and to update cached display name
for LSL nonblocking functions | 
|  |  | 
|  | Also fixes a crash when turning on display names. | 
|  |  | 
|  | Talks to web service so other people can see the change, but for now
they need to relog or toggle display names on/off to clear their
cache. | 
|  | first attempt at "use display names" menu item which
doesn't work yet | 
|  | Also removed unused LLComboBox globals to reduce llappviewer.cpp
include file burden.
Review pending | 
|  | well as LLAvatarName base data object.
Reviewed with Kelly. |