Force replacing registered urls everywhere that's not from another user
I think I covered all my bases: Local Chat, IMs/Group/Conference Chats Script Dialogs Group Notices There are a few others maybe, like notifications EMs can spawn but if those are intentionally tricking people, grid owners should be informed.
This commit is contained in:
@@ -181,8 +181,8 @@ public:
|
||||
void insertText(const std::string &text, BOOL deleteSelection = TRUE);
|
||||
// appends text at end
|
||||
void appendText(const std::string &wtext, bool allow_undo, bool prepend_newline,
|
||||
const LLStyleSP stylep = NULL);
|
||||
void appendTextImpl(const std::string& new_text, const LLStyleSP style);
|
||||
const LLStyleSP stylep = NULL, bool force_replace_links = true);
|
||||
void appendTextImpl(const std::string& new_text, const LLStyleSP style, bool force_replace_links = true);
|
||||
|
||||
void setLastSegmentToolTip(const std::string& tooltip);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user