Commit Graph

235 Commits (eb06fba7679704a7870e3d91f2166bf7e63e5641)

Author SHA1 Message Date
Ansariel cf9528018e Add Firestorm help SLUrl 2016-11-29 19:09:43 +01:00
Ansariel 1824cb9d82 Merge Firestorm LGPL 2016-11-15 12:17:59 +01:00
Ansariel d3a527ef49 On a second thought: Restrict TLD to 63 characters since that is the limit as per definition 2016-11-12 16:35:20 +01:00
Ansariel 07a5efafd4 Fix email addresses with non-original TLD longer than 6 characters won't get parsed properly 2016-11-12 16:29:31 +01:00
Ansariel 42c77ab5bc Merge Firestorm LGPL 2016-11-04 12:52:13 +01:00
Ansariel 7104b5e037 Change more JIRA urls over to https 2016-11-03 21:33:04 +01:00
Ansariel e18d32ee13 Merge viewer-bear 2016-09-12 20:58:57 +02:00
Mnikolenko Productengine 377683a8ed MAINT-6648 FIXED [SECURITY] Link tags do not filter unicode and allow for easy URL spoofing. 2016-08-23 13:01:19 +03:00
Ansariel b18cee4f33 Merge viewer-bear 2016-08-11 21:48:43 +02:00
Mnikolenko Productengine e76b5643ef MAINT-6608 FIXED URI parser problem with links with username, password 2016-08-10 13:31:25 +03:00
Ansariel 3af46da957 FIRE-15972: Recognize InWorldz IZURLs properly 2016-06-28 19:32:10 +02:00
Ansariel 2797c5938a Merge Firestorm LGPL 2016-04-05 10:47:23 +02:00
Oz Linden 9be58e915a merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
Nicky e71f62e0b9 Merge. 2016-04-01 18:37:30 +02:00
Nicky a50faa943c Merge. 2016-04-01 12:59:37 +02:00
Ansariel d171e16c58 Merge Firestorm LGPL 2016-03-18 10:16:25 +01:00
Rider Linden b8c1976460 Merge 2016-03-17 13:14:21 -07:00
Oz Linden 31f3db0291 merge changes for DRTVWR-417 2016-03-16 13:08:06 -04:00
Ansariel 3192fe832f Merge viewer-quickgraphics 2016-03-08 01:41:31 +01:00
Ansariel e7ade840e4 Merge viewer-bear 2016-01-24 14:00:30 +01:00
Nicky 6b0da7af72 Merge. 2016-01-17 01:05:13 +01:00
Oz Linden bc22e58743 merge changes for 4.0.1-release 2016-01-15 16:55:04 -05:00
Rider Linden e7eaa94dfa Merge VR 2016-01-15 13:36:38 -08:00
Nicky 4b7fb09a47 Merge. 2015-12-21 19:16:34 +01:00
AndreyL ProductEngine 40699b9663 MAINT-5498 LLUrlEntry regex refactoring
Improved LLUrlEntryHTTP, extended a test
2015-12-15 01:17:26 +02:00
Ansariel 1d91bb3bc5 Merge Firestorm LGPL tip 2015-12-03 10:34:52 +01:00
Ansariel d5e65beb9d FIRE-17152: Lindens Home Home control panel House Control panel URL is wrong 2015-12-01 00:43:27 +01:00
Oz Linden c8726aba30 remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
Ansariel 68739bc569 Merge Viewer-Bear 2015-10-27 01:31:15 +01:00
Nicky c218e524b2 Merge - Step 1; Still enough to do. 2015-10-26 20:20:13 +01:00
AndreyL ProductEngine 52d30bbbe9 MAINT-5464 FIXED Do not add badge to links that have a port number specified. 2015-10-23 07:52:43 +03:00
Rider Linden 53b947e039 Merge from viewer release. 2015-10-19 12:03:08 -07:00
Rider Linden 8913ed6692 Changes from code review with Nat 2015-09-03 16:59:00 -07:00
Rider Linden 96e343b49b MAINT-5575: Convert the Experience cache into a coro based singleton.
--HG--
branch : MAINT-5575
2015-09-01 16:13:52 -07:00
Rider Linden 7c61728b4b MAINT-4952: Removed a bit of debug code that got included accidentally and change host == LLHost() to host.isInvalid() 2015-08-24 14:19:30 -07:00
Ansariel 4a7ebe3708 size_t this... 2015-08-22 20:37:43 +02:00
Ansariel f7e1774fcd Try to re-allow URLs without protocol again... 2015-08-22 12:40:09 +02:00
Ansariel 5fe09cb64d Merge Viewer-Bear 2015-08-22 03:13:17 +02:00
Nat Goodspeed 62527e6f18 MAINT-5506: Fix ugly timing bug in llurlentry static initialization.
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-18 17:05:29 -04:00
Mnikolenko ProductEngine 8d34d1a9c5 SL-173 FIXED Allow searching for an experience by SLurl. 2015-08-18 11:22:39 +03:00
Ansariel 805c83bc7a Simplify fix for FIRE-16642 2015-08-13 20:59:06 +02:00
Ansariel 3273e637f9 FIRE-16642: Show invalid Hypergrid node URIs 2015-08-13 20:35:35 +02:00
Mnikolenko ProductEngine 96e641b329 MAINT-5451 FIXED A domain name without a top level domain should not be decorated 2015-08-07 11:47:17 +03:00
AndreyL ProductEngine e62d5ea4e8 MAINT-5019 FIXED Undesired "http://" added to domains sent in chat
Completely removed matching of the URLs w/o a protocol
+ Some unit tests
2015-07-29 07:35:08 +03:00
AndreyL ProductEngine 62c748936c MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs starting with www. 2015-07-15 23:58:56 +03:00
AndreyL ProductEngine 078612e292 MAINT-5019 FIXED Additional cases 2015-07-14 04:39:20 +03:00
andreykproductengine 79ffc6569b Merge from viewer-relese and become version 3.8.1 2015-07-01 14:40:05 +03:00
Oz Linden 949942c730 merge changes for 3.7.29-release 2015-06-08 16:33:02 -04:00
Ansariel 4ce6691cf8 Merge viewer-xp_tools 2015-06-25 11:57:17 +02:00
Mnikolenko ProductEngine bb87365c37 Merge viewer-release, become version 3.7.29 2015-04-28 13:36:35 +03:00