[XP Tools] Initial merge Cherry Pick Also modernize llfloaterauction internally, but leave the ui the same for now. Breaks out script_question_mute() in llviewermessage.cpp to better sync with upstream Adds support for UnknownScriptQuestion notification (translators need to translate this one~) RLVa note: Rewrote RLVa permissions handling block just a bit. Added 13 new capabilities from the XP Tools, I doubt all of them really exist. Minor update to LLComboBox, decided against implementing LLIconsComboBox for now. Modified LLExperienceLog::notify to lookup names and display them along with the slurls since our editors don't do that automatically. Experience tweak: Changed a few notify's to notifytips so that we can click the links to experience profiles from chat instead of via hacked in buttons Migrated LLFloaterCompileQueue to a proper Instance Tracker so we can call getKey Modernized LLSD, gives us reverse iterators and the new debugging impl. We needed the reverse iterators. Experience tweak: Added virtual destructors to responders. Updated llhandle.h to allow calling getDerivedHandle in public. Updated LLScrollContainer and LLScrollBar to be more modern. Added LLFlatListView/flat_list_view from upstream - these don't seem work though? Added some newer login/logout strings to strings.xml Thanks for the default timeout policies, Aleric~ To avoid needing to scroll through tabs, about land tabs now are as big as they need to be to display their labels, same on groups Group Members and Roles has been renamed to just Members because this allows the new Experiences tab enough room to display. Thanks to Henri Beauchamp (Cool VL Viewer) for the setupList augmentation. (without it, I'd still be stuck) Thanks to Shyotl for the helpsies~ Added the LSL constants, events, and functions that LL neglected to put in. Added click callbacks and name lookups for profile linky texts~ Merge is up to 22b4cdc Old TODO: Get the uis looking nice (profiles? Experiences... floater) - done Old TODO: Make sure flatlistviews look okay... - Not using Old TODO: Fix LLFloaterExperiencePicker, right now the panel does not show. - unsure Old TODO: Remove the llfloaterabout.cpp change. - done Merges llexperiencecache with upstream and unstable Introduces LLCoroResponder, TODO: Make everything use this. Updates Reporter floater to the latest, supports the new cap thingy Also adds these commits/changes: [XPTools] Double clicking experiences in namelists should open the profile Add List.CopyNames support for Experiences [XP Tools] Some UI work, I'll do more later [XPTools] More UI Stuff, Later is now! Allow getSLURL for experiences WIP Experience list menu Also make EXPERIENCE > OBJECT, because mainline started OBJECT already [XPTools] Add Experience support to Name UI [XPTools] Fix experience profile UI 9c3067e843265587e91c659200a8d783acf2d9b2 [XPTools] Fix experience location showing "last" and getting set to "last" [XPTools] Move Experiences floater from view menu to world menu [XPTools] Fix up more UI [XPTools] Fix experiences panels [XPTools] Hide pieces of the Experiences menu when they're not usable [XPTools] More UI work, mostly to get the menus working [XPTools] The events list is for events, not experiences, remove menu # Conflicts: # indra/llcommon/llsd.cpp - merge with unstable branch # indra/llmessage/message_prehash.cpp # indra/llmessage/message_prehash.h # indra/llui/llscrollbar.cpp # indra/llui/llscrollcontainer.cpp # indra/llui/llurlentry.cpp # indra/llui/llurlregistry.cpp # indra/newview/app_settings/keywords.ini # indra/newview/app_settings/settings.xml # indra/newview/llappviewer.cpp # indra/newview/llappviewer.h # indra/newview/llassetuploadresponders.cpp # indra/newview/llcompilequeue.* - merge stable # indra/newview/llfloaterabout.cpp # indra/newview/llfloaterland.* - merge unstable # indra/newview/llfloaterproperties.cpp # indra/newview/llfloaterregioninfo.* - merge unstable # indra/newview/llmenucommands.cpp - merge unstable # indra/newview/llpreviewscript.cpp - merge unstable # indra/newview/llviewermessage.cpp - merge unstable # indra/newview/llviewerregion.cpp - merge unstable # indra/newview/skins/default/textures/textures.xml - merge unstable # indra/newview/skins/default/xui/en-us/strings.xml - merge unstable
347 lines
10 KiB
C++
347 lines
10 KiB
C++
// This is an open source non-commercial project. Dear PVS-Studio, please check it.
|
|
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
|
|
/**
|
|
* @file llurlregistry.cpp
|
|
* @author Martin Reddy
|
|
* @brief Contains a set of Url types that can be matched in a string
|
|
*
|
|
* $LicenseInfo:firstyear=2009&license=viewerlgpl$
|
|
* Second Life Viewer Source Code
|
|
* Copyright (C) 2010, Linden Research, Inc.
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation;
|
|
* version 2.1 of the License only.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*
|
|
* Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
|
|
* $/LicenseInfo$
|
|
*/
|
|
|
|
#include "linden_common.h"
|
|
#include "llurlregistry.h"
|
|
#include "lluriparser.h"
|
|
|
|
#include <boost/regex.hpp>
|
|
|
|
// default dummy callback that ignores any label updates from the server
|
|
void LLUrlRegistryNullCallback(const std::string &url, const std::string &label, const std::string& icon)
|
|
{
|
|
}
|
|
|
|
LLUrlRegistry::LLUrlRegistry()
|
|
{
|
|
mUrlEntry.reserve(23); // <alchemy/>
|
|
|
|
// Urls are matched in the order that they were registered
|
|
registerUrl(new LLUrlEntryNoLink());
|
|
mUrlEntryIcon = new LLUrlEntryIcon();
|
|
registerUrl(mUrlEntryIcon);
|
|
mLLUrlEntryInvalidSLURL = new LLUrlEntryInvalidSLURL();
|
|
registerUrl(mLLUrlEntryInvalidSLURL);
|
|
registerUrl(new LLUrlEntrySLURL());
|
|
|
|
// decorated links for host names like: secondlife.com and lindenlab.com
|
|
mUrlEntryTrusted = new LLUrlEntrySecondlifeURL();
|
|
registerUrl(mUrlEntryTrusted);
|
|
registerUrl(new LLUrlEntrySimpleSecondlifeURL());
|
|
|
|
registerUrl(new LLUrlEntryHTTP());
|
|
mUrlEntryHTTPLabel = new LLUrlEntryHTTPLabel();
|
|
registerUrl(mUrlEntryHTTPLabel);
|
|
registerUrl(new LLUrlEntryAgentCompleteName());
|
|
registerUrl(new LLUrlEntryAgentLegacyName());
|
|
registerUrl(new LLUrlEntryAgentDisplayName());
|
|
registerUrl(new LLUrlEntryAgentUserName());
|
|
// LLUrlEntryAgent*Name must appear before LLUrlEntryAgent since
|
|
// LLUrlEntryAgent is a less specific (catchall for agent urls)
|
|
registerUrl(new LLUrlEntryAgent());
|
|
registerUrl(new LLUrlEntryGroup());
|
|
registerUrl(new LLUrlEntryParcel());
|
|
registerUrl(new LLUrlEntryTeleport());
|
|
registerUrl(new LLUrlEntryRegion());
|
|
registerUrl(new LLUrlEntryWorldMap());
|
|
registerUrl(new LLUrlEntryObjectIM());
|
|
registerUrl(new LLUrlEntryPlace());
|
|
registerUrl(new LLUrlEntryInventory());
|
|
registerUrl(new LLUrlEntryExperienceProfile());
|
|
//LLUrlEntrySL and LLUrlEntrySLLabel have more common pattern,
|
|
//so it should be registered in the end of list
|
|
registerUrl(new LLUrlEntrySL());
|
|
mUrlEntrySLLabel = new LLUrlEntrySLLabel();
|
|
registerUrl(mUrlEntrySLLabel);
|
|
registerUrl(new LLUrlEntryEmail());
|
|
// Parse teh jiras!
|
|
registerUrl(new LLUrlEntryJira()); // <alchemy/>
|
|
// most common pattern is a URL without any protocol starting with "www",
|
|
// e.g., "www.secondlife.com"
|
|
registerUrl(new LLUrlEntryHTTPNoProtocol());
|
|
}
|
|
|
|
LLUrlRegistry::~LLUrlRegistry()
|
|
{
|
|
// free all of the LLUrlEntryBase objects we are holding
|
|
std::vector<LLUrlEntryBase *>::iterator it;
|
|
for (it = mUrlEntry.begin(); it != mUrlEntry.end(); ++it)
|
|
{
|
|
delete *it;
|
|
}
|
|
}
|
|
|
|
void LLUrlRegistry::registerUrl(LLUrlEntryBase *url, bool force_front)
|
|
{
|
|
if (url)
|
|
{
|
|
if (force_front) // IDEVO
|
|
mUrlEntry.insert(mUrlEntry.begin(), url);
|
|
else
|
|
mUrlEntry.push_back(url);
|
|
}
|
|
}
|
|
|
|
static bool matchRegex(const char *text, const boost::regex& regex, U32 &start, U32 &end)
|
|
{
|
|
boost::cmatch result;
|
|
bool found;
|
|
|
|
// regex_search can potentially throw an exception, so check for it
|
|
try
|
|
{
|
|
found = boost::regex_search(text, result, regex);
|
|
}
|
|
catch (const std::runtime_error &)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
if (! found)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// return the first/last character offset for the matched substring
|
|
start = static_cast<U32>(result[0].first - text);
|
|
end = static_cast<U32>(result[0].second - text) - 1;
|
|
|
|
// we allow certain punctuation to terminate a Url but not match it,
|
|
// e.g., "http://foo.com/." should just match "http://foo.com/"
|
|
if (text[end] == '.' || text[end] == ',')
|
|
{
|
|
end--;
|
|
}
|
|
// ignore a terminating ')' when Url contains no matching '('
|
|
// see DEV-19842 for details
|
|
else if (text[end] == ')' && std::string(text+start, end-start).find('(') == std::string::npos)
|
|
{
|
|
end--;
|
|
}
|
|
|
|
else if (text[end] == ']' && std::string(text+start, end-start).find('[') == std::string::npos)
|
|
{
|
|
end--;
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
static bool stringHasUrl(const std::string &text)
|
|
{
|
|
// fast heuristic test for a URL in a string. This is used
|
|
// to avoid lots of costly regex calls, BUT it needs to be
|
|
// kept in sync with the LLUrlEntry regexes we support.
|
|
return (text.find("://") != std::string::npos ||
|
|
text.find("www.") != std::string::npos ||
|
|
text.find(".com") != std::string::npos ||
|
|
text.find(".net") != std::string::npos ||
|
|
text.find(".edu") != std::string::npos ||
|
|
text.find(".org") != std::string::npos ||
|
|
text.find("<nolink>") != std::string::npos ||
|
|
text.find("<icon") != std::string::npos ||
|
|
text.find('@') != std::string::npos);
|
|
}
|
|
|
|
// <alchemy>
|
|
static bool stringHasJira(const std::string &text)
|
|
{
|
|
// fast heuristic test for a URL in a string. This is used
|
|
// to avoid lots of costly regex calls, BUT it needs to be
|
|
// kept in sync with the LLUrlEntry regexes we support.
|
|
return (text.find("ALCH") != std::string::npos ||
|
|
text.find("SV") != std::string::npos ||
|
|
text.find("BUG") != std::string::npos ||
|
|
text.find("CHOP") != std::string::npos ||
|
|
text.find("FIRE") != std::string::npos ||
|
|
text.find("MAINT") != std::string::npos ||
|
|
text.find("OPEN") != std::string::npos ||
|
|
text.find("SCR") != std::string::npos ||
|
|
text.find("STORM") != std::string::npos ||
|
|
text.find("SVC") != std::string::npos ||
|
|
text.find("VWR") != std::string::npos ||
|
|
text.find("WEB") != std::string::npos);
|
|
}
|
|
// </alchemy>
|
|
|
|
bool LLUrlRegistry::findUrl(const std::string &text, LLUrlMatch &match, const LLUrlLabelCallback &cb, bool is_content_trusted)
|
|
{
|
|
// avoid costly regexes if there is clearly no URL in the text
|
|
if (!(stringHasUrl(text) || stringHasJira(text))) // <alchemy/>
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// find the first matching regex from all url entries in the registry
|
|
U32 match_start = 0, match_end = 0;
|
|
LLUrlEntryBase *match_entry = nullptr;
|
|
|
|
std::vector<LLUrlEntryBase *>::iterator it;
|
|
for (it = mUrlEntry.begin(); it != mUrlEntry.end(); ++it)
|
|
{
|
|
//Skip for url entry icon if content is not trusted
|
|
if(!is_content_trusted && (mUrlEntryIcon == *it))
|
|
{
|
|
continue;
|
|
}
|
|
|
|
LLUrlEntryBase *url_entry = *it;
|
|
|
|
U32 start = 0, end = 0;
|
|
if (matchRegex(text.c_str(), url_entry->getPattern(), start, end))
|
|
{
|
|
// does this match occur in the string before any other match
|
|
if (start < match_start || match_entry == nullptr)
|
|
{
|
|
|
|
if (mLLUrlEntryInvalidSLURL == *it)
|
|
{
|
|
if(url_entry && url_entry->isSLURLvalid(text.substr(start, end - start + 1)))
|
|
{
|
|
continue;
|
|
}
|
|
}
|
|
|
|
if((mUrlEntryHTTPLabel == *it) || (mUrlEntrySLLabel == *it))
|
|
{
|
|
if(url_entry && !url_entry->isWikiLinkCorrect(text.substr(start, end - start + 1)))
|
|
{
|
|
continue;
|
|
}
|
|
}
|
|
|
|
match_start = start;
|
|
match_end = end;
|
|
match_entry = url_entry;
|
|
}
|
|
}
|
|
}
|
|
|
|
// did we find a match? if so, return its details in the match object
|
|
if (match_entry)
|
|
{
|
|
// Skip if link is an email with an empty username (starting with @). See MAINT-5371.
|
|
if (match_start > 0 && text.substr(match_start - 1, 1) == "@")
|
|
return false;
|
|
|
|
// fill in the LLUrlMatch object and return it
|
|
std::string url = text.substr(match_start, match_end - match_start + 1);
|
|
|
|
if (match_entry == mUrlEntryTrusted)
|
|
{
|
|
LLUriParser up(url);
|
|
up.normalize();
|
|
url = up.normalizedUri();
|
|
}
|
|
|
|
match.setValues(match_start, match_end,
|
|
match_entry->getUrl(url),
|
|
match_entry->getLabel(url, cb),
|
|
match_entry->getQuery(url),
|
|
match_entry->getTooltip(url),
|
|
match_entry->getIcon(url),
|
|
match_entry->getStyle(),
|
|
match_entry->getMenuName(),
|
|
match_entry->getLocation(url),
|
|
match_entry->getID(url),
|
|
match_entry->underlineOnHoverOnly(url),
|
|
match_entry->isTrusted());
|
|
return true;
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
bool LLUrlRegistry::findUrl(const LLWString &text, LLUrlMatch &match, const LLUrlLabelCallback &cb)
|
|
{
|
|
// boost::regex_search() only works on char or wchar_t
|
|
// types, but wchar_t is only 2-bytes on Win32 (not 4).
|
|
// So we use UTF-8 to make this work the same everywhere.
|
|
std::string utf8_text = wstring_to_utf8str(text);
|
|
if (findUrl(utf8_text, match, cb))
|
|
{
|
|
// we cannot blindly return the start/end offsets from
|
|
// the UTF-8 string because it is a variable-length
|
|
// character encoding, so we need to update the start
|
|
// and end values to be correct for the wide string.
|
|
LLWString wurl = utf8str_to_wstring(match.getUrl());
|
|
size_t start = text.find(wurl);
|
|
if (start == std::string::npos)
|
|
{
|
|
return false;
|
|
}
|
|
S32 end = start + wurl.size() - 1;
|
|
|
|
match.setValues(start, end, match.getUrl(),
|
|
match.getLabel(),
|
|
match.getQuery(),
|
|
match.getTooltip(),
|
|
match.getIcon(),
|
|
match.getStyle(),
|
|
match.getMenuName(),
|
|
match.getLocation(),
|
|
match.getID(),
|
|
match.underlineOnHoverOnly());
|
|
return true;
|
|
}
|
|
return false;
|
|
}
|
|
|
|
bool LLUrlRegistry::hasUrl(const std::string &text)
|
|
{
|
|
LLUrlMatch match;
|
|
return findUrl(text, match);
|
|
}
|
|
|
|
bool LLUrlRegistry::hasUrl(const LLWString &text)
|
|
{
|
|
LLUrlMatch match;
|
|
return findUrl(text, match);
|
|
}
|
|
|
|
bool LLUrlRegistry::isUrl(const std::string &text)
|
|
{
|
|
LLUrlMatch match;
|
|
if (findUrl(text, match))
|
|
{
|
|
return (match.getStart() == 0 && match.getEnd() >= text.size()-1);
|
|
}
|
|
return false;
|
|
}
|
|
|
|
bool LLUrlRegistry::isUrl(const LLWString &text)
|
|
{
|
|
LLUrlMatch match;
|
|
if (findUrl(text, match))
|
|
{
|
|
return (match.getStart() == 0 && match.getEnd() >= text.size()-1);
|
|
}
|
|
return false;
|
|
}
|