Commit Graph

177 Commits (bdc94eac5cda3dd6700a1cd462178b7ac3c4cfec)

Author SHA1 Message Date
James Cook d373dc8782 Viewer asks login.cgi if the grid supports display names
If not, turns off display names.  Cleaned up name cache reset code.
Alphabetized login auth param requests for easier merges going forward.
2010-04-19 17:09:37 -07:00
James Cook fec9338228 Fix line endings 2010-04-16 19:08:35 -07:00
James Cook 69de1f4eb7 Accept expires timestamp as UTC datetime in LLSD 2010-04-16 19:06:17 -07:00
James Cook 4218819951 DEV-47529 Viewer looks up display names via a sim cap
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.
2010-04-15 16:22:15 -07:00
James Cook 80916b3f95 Fix line endings 2010-04-13 12:05:12 -07:00
James Cook e390e4f2b5 DEV-47529 Display name expiration time sent from web service 2010-04-13 11:54:06 -07:00
James Cook 65e565e0e1 DEV-47529 Convert viewer to use final People API lookup URL format
Reviewed with Simon
2010-04-12 16:36:12 -07:00
James Cook 0b36c41812 DEV-47529 Add expiration to display name cache for viewer
Also synchronize LLAvatarNameCache with server version
TODO: Get expiration time from web service
2010-04-08 15:43:00 -07:00
James Cook 639b234762 Partial support for Set Name returning error msg from service 2010-03-18 17:19:57 -07:00
James Cook 421fe9efa7 Freshly created SLID-only account now shows white tag, not yellow 2010-03-10 17:12:00 -08:00
James Cook 60aa61e1cc Default display names to on for demo 2010-03-09 12:23:43 -08:00
James Cook 1f34091953 Removed custom star badges for Lindens.
Plan is to use avatar profile pictures for these.
2010-03-08 16:41:08 -08:00
James Cook f3e0e9a526 Hack to refresh name tags when I change my display name.
Also fixes a crash when turning on display names.
2010-02-24 14:31:46 -08:00
James Cook 649bdf412f Clean up code after review with Roxie 2010-02-24 11:58:48 -08:00
James Cook 4fafec91fb Add asynchronous display name lookup with callback 2010-02-24 11:03:27 -08:00
James Cook 087736c152 Decreased delay between name lookup requests
for slightly faster lookup times
2010-02-23 16:33:26 -08:00
James Cook 3791745054 Simple button to change your display name
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.
2010-02-22 16:41:56 -08:00
James Cook af8f8b4770 Improved support for toggling display names on/off
Stop pre-populated name cache because we have a web service now for lookup
Added mIsLegacy to LLAvatarName so we can colorize those name tags differently
2010-02-19 11:11:45 -08:00
James Cook fe1dc7dc7e Default using display names to on for now until I can fix the
code to turn them off
2010-02-18 18:47:25 -08:00
James Cook ee81adb01b Preference to set what fields name tags display, and
first attempt at "use display names" menu item which
doesn't work yet
2010-02-18 18:46:41 -08:00
James Cook 9cb30255b6 Fix Mac/Linux build
Dang finicky LLSD map dereferences
2010-02-17 20:49:44 -08:00
James Cook 55bfb4435e Look up display names via a web service
Also removed unused LLComboBox globals to reduce llappviewer.cpp
include file burden.
Review pending
2010-02-17 16:55:58 -08:00
James Cook a7041d0a44 Fix Linux build warning/error for unused function 2010-02-16 12:07:02 -08:00
James Cook 65d388d162 Fix display of SLID-only accounts - prototype display name code was
putting duplicate name in parentheses.
2010-02-16 11:58:21 -08:00
James Cook c16591c046 Per-avatar customizable icons next to name links in text
Changed LLUrlEntryAgent callbacks to handle both link label and icon
Eliminated legacy LLNameCache file loading
Reviewed with Kelly
2010-02-12 16:12:12 -08:00
James Cook 4c4ba93002 Removed temporary LLCacheName::getDisplayName code 2010-02-11 16:44:42 -08:00
James Cook c2373fb5a6 Created stub LLAvatarNameCache for display name lookup, as
well as LLAvatarName base data object.
Reviewed with Kelly.
2010-02-11 16:39:15 -08:00