Commit Graph

261 Commits (9edad026f4494de1a6f02ecc3f477faa27a361ef)

Author SHA1 Message Date
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
maxim_productengine 057bcc92ec MAINT-8552 FIXED Secure map links do not parse in chat and SL icon is not displayed 2018-04-19 16:48:46 +03: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
simon a219cf1c98 Merge viewer-release 2015-04-15 15:07:13 -07:00
Mnikolenko ProductEngine cccde14f9b MAINT-5058 FIXED Get the query string by simple extracting it from whole url. 2015-04-15 13:16:23 +03:00
Oz Linden 034fb74d05 merge changes for STORM-2113 2015-04-14 05:39:36 -04:00
Oz Linden a8ef252571 merge changes for 3.7.27-release 2015-04-13 16:23:36 -04:00
Cinder 5a282abe18 STORM-2113 - uri parsing cleanup and fixes 2015-04-11 15:23:06 -06:00
Ansariel d7091cd375 FIRE-16298: Fix OpenSim SLURL parsing 2015-06-08 23:21:37 +02:00
Nicky 006190f2a1 Merge with tools update. 2015-05-05 13:09:27 +02:00
Ansariel aabeeadf77 More hammering on the URI fail:
* Don't try to parse an unescaped URI - it will fail; unescape the label after parsing
* Use the default tooltip text for the labels
* Set the tooltip for both host and query part of an URI
2015-05-04 10:17:43 +02:00
Ansariel 6477e1c742 More URI unfailing 2015-05-04 00:26:12 +02:00
Ansariel 9be423524d Merge LL V3.7.27 2015-04-14 22:08:31 +02:00
Nat Goodspeed b5324afb6f Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2015-02-24 21:02:12 -05:00
Oz Linden 905431cf60 merge changes for 3.7.25-release 2015-02-24 15:48:28 -05:00
Oz Linden 6f3cf79a3a merge changes for 3.7.24-release 2015-01-13 13:46:45 -05:00
Mnikolenko ProductEngine f097c731d6 MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part of the link always appears. 2015-03-04 13:10:58 +02:00
Mnikolenko ProductEngine bf51454223 MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done for non-Linden URLs 2015-01-09 12:10:32 +02:00
Mnikolenko ProductEngine 427191118e MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part of the link always appears. 2015-01-19 17:52:06 +02:00
maksymsproductengine 027899963c merge with 3.7.23-release 2014-12-19 23:20:47 +02:00
callum_linden 23711c9275 Rename llround(..) to ll_round(..) because of a collision with MS llround (long long round) in VS2013 2014-12-10 08:44:08 -08:00
Mnikolenko ProductEngine 28e8b8ecdb MAINT-4683 FIXED Display SLURLs with incorrect coordinates as regular URLs. 2014-12-04 12:40:13 +02:00
dolphin c2a516aee1 ACME-1635: Trusted Experiences now referred to as Key Experiences. 2014-11-06 16:25:17 -08:00
Ansariel 86ef6aa5aa Convenience... 2015-04-02 11:39:30 +02:00
Ansariel 5711dc8fad FIRE-11330: More changes to prevent names getting stuck if both name request via caps or legacy fail
Previous version could lead to a situation where a name request fails both via
caps or legacy, or it will return broken data, with both cases leading to a
callback connection waiting in the callback map and not issuing new requests for
the same name.

With the change, we might request names multiple times again, but handle the
callback only once (first one wins) and disconnect all others waiting, since
callObservers() will make sure all interested parties get notified about the
received name.
2015-04-01 15:39:36 +02:00
Ansariel 7f1f0019d8 Optimize previous fix:
We only need to request the name from the name cache once. In case a name has
to be resolved another time while the response to our first request hasn't
arrived yet, do not request it again but just add another observer for that
agent id - it will be called as well once the request is finished.
2015-03-31 13:50:57 +02:00
Ansariel cd378552e1 FIRE-11330: Possible fix for MAINT-3118 2015-03-30 18:48:52 +02:00
Liny 4cdac61634 Change placeholder that is shown while display name is still being fetched to proper placeholder. 2015-03-06 14:08:29 -08:00
Ansariel 6708f8d110 Merge fix #5: Fix the BUG-8331 fail - removing protocol from the URL will make SLURL barf 2015-02-25 14:06:38 +01:00
Ansariel b64ddf6776 Optmize LLUrlEntrySeconlifeURL::getLabel() - don't need to extract URL parts if we just return the normalized URL anyway 2015-02-25 12:11:00 +01:00
Ansariel 50894e18a2 Merge fix #3: Show full normalized trusted URL instead of just the host - we're not playing Jeopardy and want to guess what URL exactly we are opening 2015-02-25 11:05:20 +01:00
Tank_Master 22386b18b4 Merge LL 2.7.25 2015-02-24 21:22:32 -08:00
Ansariel e52d57cba2 Merge LL V3.7.23 2015-01-15 15:44:43 +01:00
maksymsproductengine c8cfcf8ea1 Fix build issues. 2014-10-16 17:27:44 +03:00
maksymsproductengine 2b8827a55f MAINT-4169 FIXED Suppress initial display of the path portion of URLs from other users and scripts 2014-10-13 19:14:42 +03:00
Mnikolenko ProductEngine 99bf150059 MAINT-4582 FIXED Certain URLs which end contain secondlife.com or lindenlab.com incorrectly open the Place Profile floater 2014-10-16 10:41:03 +03:00
maksymsproductengine 6ea75fd4b0 MAINT-4548 & MAINT-4557 FIXED build issues 2014-10-07 18:59:11 +03:00
maksymsproductengine a25748e11e MAINT-4119 FIXED Uniquely decorate links on Second Life or Linden Lab domains 2014-10-02 18:20:10 +03:00
Cho 89eac2548a Made it possible to search for experiences with an empty search string, and show experiences with blank names as (untitled experience) for ACME-1585 2014-08-20 01:11:27 +01:00
Mnikolenko ProductEngine 25547d320a MAINT-4210 FIXED Don't try to replace wiki-link with label if it's not correct(contains url in label part). 2014-08-26 12:02:22 +03:00
Cho f10f3d2fde Added URL menu for experience profile links for ACME-1469 2014-06-02 21:16:28 +01:00
dolphin 48fece4473 Merge with 3.7.7-release 2014-05-07 11:14:26 -07:00
Ansariel c291b53073 FIRE-1715: Links using FTP protocol are not recognized 2014-08-26 14:07:17 +02:00
dolphin 74dcc04e69 Updated experience cache to get a const reference to xp data 2014-03-17 15:57:15 -07:00
Richard Linden 5b846ed2a6 merge with release 2014-03-12 12:48:43 -07:00
dolphin 34c12d009c Merge 2014-03-10 13:06:06 -07:00
Tank_Master 6babf8abd2 Merge LL 3.7.7 2014-06-09 11:29:57 -07:00
Tank_Master 3d1ac7c0ec Merge LL 3.7.3 (Viewer-Bear fixes) 2014-03-17 14:14:15 -07:00
Northspring 36ebe743b3 Added SNOW and CTS; Fixed typo in the previous commit 2014-03-01 05:25:58 +01:00
Tank_Master d3f98d02b5 Add FITMESH to jira parcer 2014-02-28 18:37:08 -08:00
simon cfadbe631f Revert earlier back-out for MAINT-535 ... it's back in 2014-01-10 13:15:19 -08:00
simon f291995dac Revert changes made for MAINT-535 to test in a release cohort. 2014-01-07 15:18:29 -08:00
Ansariel 254cf3f9c0 Let's be safe and exclude all whitespace characters for the objectim SLURL regex 2014-02-01 14:05:11 +01:00
Ansariel 6e7a515c4c Fix regex for objectim SLURLs to stop after first space so we can use it in messages (SLURL must be encoded to work properly anyway, so there should not be a space in there!) 2014-02-01 13:46:57 +01:00
dolphin 48e1e10fd6 Added LLUrlEntryExperienceProfile to link to experience profiles
Added LLExperienceHandler to handle experience links
Updated LLSidepanelItemInfo to use profile links
2013-09-23 11:44:21 -07:00
Richard Linden 52da9f5f49 merge with viewer-release 2013-09-09 18:58:41 -07:00
dmitry ea14f690e2 MAINT-535 Wiki-style link markup hides potentially malicious secondlife: app URLs
Partial fix: disabled URLs in the 'label' part of Wiki-style link
2013-10-10 12:00:10 +03:00
Richard Linden e340009fc5 second phase summer cleaning
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09 17:11:19 -07:00
mberezhnoy 882ab04ef3 CHUI-809 (Right-click menu on user name in compat chat mode doesn't have "IM")
Added callback for friendship checking
2013-06-13 20:21:24 +03:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Cinders 276c3683ac Sync projects to match for the jira parser. 2013-10-06 22:30:11 -06:00
Tank_Master 2b5ccd9443 updates to jira parcer 2013-10-06 00:18:55 -07:00
Drake Arconis 07084226bf Fixed mass per-frame regex from case insensitive check on SEC 2013-10-05 23:52:30 -04:00
Tank_Master 5a8d94c50f Merge LL 3.6.4 pass 1 2013-08-28 00:10:39 -07:00
Cinders b484eec92d Update jira projects for matching, remove archived projects, add new projects 2013-08-16 09:42:38 -06:00
Tank_Master d4640277d0 Merge LL 3.5.3 release. 2013-07-09 16:24:58 -07:00
Tank_Master 14001c54df Gastly CHUI merge pass 1, don't count on anything to work. 2013-06-26 12:14:54 -07:00
Kitty Barnett a9ffc0120a Merged with default tip (Revision 13149a524874)
--HG--
branch : RLVa
2013-05-06 23:54:58 +02:00
Merov Linden c2d332a89c CHUI-580 : WIP : Added disconnect of callbacks once they're called to prevent filling up the callback queue 2012-12-17 20:16:33 -08:00
Merov Linden 3d137bae5c Merge with viewer-chui 2012-12-17 19:29:35 -08:00
Merov Linden 6fe7144104 CHUI-580 : WIP : Protect callback connections passed to LLAvatarNameCache::get() where necessary 2012-12-17 18:59:01 -08:00
Merov Linden 9b556fb3fe CHUI-599 : Use the account name in all places that are not UI related but use avatar names to index, search and other code only uses. 2012-12-14 14:19:17 -08:00
Merov Linden 3a49beed0e CHUI-580 : WIP : Change the display name cache system, deprecating the old protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. 2012-12-05 20:25:46 -08:00
Tonya Souther 544569d1f2 FIRE-8319: Make SUP JIRAs link to jira.phoenixviewer.com . 2012-11-24 15:14:31 -06:00
Ansariel d5824c41b0 Add new "BUG" LL JIRA project and our own "SUP" project to JIRA link parser 2012-09-18 17:22:57 +02:00
Ansariel 24890877d7 FIRE-917: Match case in JIRA link parser to reduce number of false positives 2012-09-18 17:20:32 +02:00
Tank_Master d62390ef93 Added CHOP, MAINT, EXP, SINV, PATHBUG, and DOC to jira parcer; removed ER
also alphabetized the list
2012-03-09 17:49:56 -08:00