summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcachename.cpp
AgeCommit message (Expand)Author
2024-08-09Fix rare shutdown crash in gCacheNameRye Mutt
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible...Ansariel
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-05-07secondlife/viewer#1333 BOOL to bool conversion leftovers: ternariesAlexander Gavriliuk
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-02-19Replace remaining BOOL with bool llinventory and llmessageAnsariel
2024-02-18misc: BOOL to boolLars Næsbye Christensen
2023-06-28SL-19572 Fix some obscure cases of residents bypasing mute listAndrey Kleshchev
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-08-18MAINT-5506: Fix ugly timing bug in llurlentry static initialization.Nat Goodspeed
2014-10-17Update to build on Xcode 6.0: removed unised const variables [-Wunused-const-...callum_linden
2014-03-12merge with releaseRichard Linden
2014-02-14More memory cleanup of containers after DeletePairedPointer() usage.simon
2014-02-14[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdownBaker Linden
2013-08-09second phase summer cleaningRichard Linden
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-11Viewer-chui mergeprep
2013-03-05Fixing issues with not detecting when LLSD XML parsing fails. Changing most ...Don Kjer
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2012-12-05CHUI-580 : WIP : Change the display name cache system, deprecating the old pr...Merov Linden
2012-07-20MAINT-570 Remove unused memory tracking system LLMemTypeDave Parks
2010-11-30DN-217 Changing between View Display Names on and off during a conference cal...Leyla Farazha
2010-11-23DN-212 [crashhunters] LLCacheName::buildLegacyNameLeyla Farazha
2010-11-04DN-188 Fixed users with lastname residents not having inspectors in chat historyLeyla Farazha
2010-10-29DN-154 Display Names only shown in Nearby Chat History when a user logs back ...Leyla Farazha
2010-10-27DN-188 Inspectors and Profile images not available in IM history or local cha...Leyla Farazha
2010-10-22DN-181 Chat & IM logs saved in unreadable .llsd instead of .txtLeyla Farazha
2010-09-03Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Li...Aimee Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-05-27DEV-50013 Region debug top scripts/colliders display namesJames Cook
2010-05-27added function for building a username from a legacy name and fixed group not...Leyla Farazha
2010-05-25DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookupsJames Cook
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-13Fixed bug EXT-5415 (Edit floater and object profile show group as "loading......Vadim Savchuk
2010-03-03Work around bad usernames occasionally sent from server.James Cook
2010-03-02Don't load cached names with blank last names, avoids data corruptionJames Cook
2010-02-19Added clear() method for debuggingJames Cook
2010-02-17Added function LLCacheName::cleanFullName() to strip " Resident" from stringsJames Cook
2010-02-16Store last name Resident in cache for now, but don't use for reverse lookupsJames Cook
2010-02-16Fix server to use updated LLCacheName API.James Cook
2010-02-12Per-avatar customizable icons next to name links in textJames Cook
2010-02-11Removed temporary LLCacheName::getDisplayName codeJames Cook
2010-02-10Added Jose Sanchez as display name for bobsmith123James Cook
2010-02-08Converted names build from avatar object LLNameValue pairs to SLIDJames Cook
2010-02-03mergeJames Cook
2010-02-01Support returning full_name (and SLID) for LLCacheName::get() callsJames Cook
2010-01-29CID-317Tofu Linden