summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
AgeCommit message (Collapse)Author
2017-11-24MAINT-8023 Viewer breaks URLs with internationalized domain namesMnikolenko Productengine
2017-05-05MAINT-7386 FIXED app/objectim slurl consumes the rest of the chat stringMnikolenko Productengine
2017-02-03MAINT-7103 New URI namespace /legacynameMnikolenko Productengine
2017-01-11MAINT-7031 /displayname & /completename should perform regardless of "View ↵Mnikolenko Productengine
Display Names" viewer setting.
2016-11-15MAINT-6929 [Contribution] E-mail links are not parsed correctly when top ↵Mnikolenko Productengine
level domain is over 6 characters.
2016-08-23MAINT-6648 FIXED [SECURITY] Link tags do not filter unicode and allow for ↵Mnikolenko Productengine
easy URL spoofing.
2016-08-10MAINT-6608 FIXED URI parser problem with links with username, passwordMnikolenko Productengine
2016-04-04merge with 4.0.3-releaseOz Linden
2016-03-17MergeRider Linden
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-01-15merge changes for 4.0.1-releaseOz Linden
2016-01-15Merge VRRider Linden
2015-12-15MAINT-5498 LLUrlEntry regex refactoringAndreyL ProductEngine
Improved LLUrlEntryHTTP, extended a test
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-23MAINT-5464 FIXED Do not add badge to links that have a port number specified.AndreyL ProductEngine
2015-10-19Merge from viewer release.Rider Linden
2015-09-03Changes from code review with NatRider Linden
2015-09-01MAINT-5575: Convert the Experience cache into a coro based singleton.Rider Linden
--HG-- branch : MAINT-5575
2015-08-24MAINT-4952: Removed a bit of debug code that got included accidentally and ↵Rider Linden
change host == LLHost() to host.isInvalid()
2015-08-18MAINT-5506: Fix ugly timing bug in llurlentry static initialization.Nat Goodspeed
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-18SL-173 FIXED Allow searching for an experience by SLurl.Mnikolenko ProductEngine
2015-08-07MAINT-5451 FIXED A domain name without a top level domain should not be ↵Mnikolenko ProductEngine
decorated
2015-07-29MAINT-5019 FIXED Undesired "http://" added to domains sent in chatAndreyL ProductEngine
Completely removed matching of the URLs w/o a protocol + Some unit tests
2015-07-15MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs ↵AndreyL ProductEngine
starting with www.
2015-07-14MAINT-5019 FIXED Additional casesAndreyL ProductEngine
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-15Merge viewer-releasesimon
2015-04-15MAINT-5058 FIXED Get the query string by simple extracting it from whole url.Mnikolenko ProductEngine
2015-04-14merge changes for STORM-2113Oz Linden
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-11STORM-2113 - uri parsing cleanup and fixesCinder
2015-02-24Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-02-24merge changes for 3.7.25-releaseOz Linden
2015-01-13merge changes for 3.7.24-releaseOz Linden
2015-03-04MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵Mnikolenko ProductEngine
of the link always appears.
2015-01-09MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵Mnikolenko ProductEngine
for non-Linden URLs
2015-01-19MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵Mnikolenko ProductEngine
of the link always appears.
2014-12-19merge with 3.7.23-releasemaksymsproductengine
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-12-04MAINT-4683 FIXED Display SLURLs with incorrect coordinates as regular URLs.Mnikolenko ProductEngine
2014-11-06ACME-1635: Trusted Experiences now referred to as Key Experiences.dolphin
2014-10-16Fix build issues.maksymsproductengine
2014-10-13MAINT-4169 FIXED Suppress initial display of the path portion of URLs from ↵maksymsproductengine
other users and scripts
2014-10-16MAINT-4582 FIXED Certain URLs which end contain secondlife.com or ↵Mnikolenko ProductEngine
lindenlab.com incorrectly open the Place Profile floater
2014-10-07MAINT-4548 & MAINT-4557 FIXED build issuesmaksymsproductengine
2014-10-02MAINT-4119 FIXED Uniquely decorate links on Second Life or Linden Lab domainsmaksymsproductengine
2014-08-20Made it possible to search for experiences with an empty search string, and ↵Cho
show experiences with blank names as (untitled experience) for ACME-1585
2014-08-26MAINT-4210 FIXED Don't try to replace wiki-link with label if it's not ↵Mnikolenko ProductEngine
correct(contains url in label part).