diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-09-13 00:11:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 00:11:27 +0200 |
commit | f27284594b18000a1c098262728fb19fdc63fc6c (patch) | |
tree | 22f79a005f4167fa52a88fb72d025d3d806d60a8 /src/common/Utilities/Util.h | |
parent | 7bcc83696fe2b9828f86a8fe3b4f63d4b51c8484 (diff) |
[3.3.5] Core/Chat: Unify chat hyperlink parsing (PR #22417)
- Validate most link properties all the time
- If enabled, also validate link text (needs locale)
- Instead of blocking the entire message, sanitize it
- Apply filtering to DND/AFK messages. Closes #22399
Diffstat (limited to 'src/common/Utilities/Util.h')
-rw-r--r-- | src/common/Utilities/Util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Utilities/Util.h b/src/common/Utilities/Util.h index 07c2803395a..549984f0e65 100644 --- a/src/common/Utilities/Util.h +++ b/src/common/Utilities/Util.h @@ -54,8 +54,6 @@ private: StorageType m_storage; }; -TC_COMMON_API void stripLineInvisibleChars(std::string &src); - TC_COMMON_API int32 MoneyStringToMoney(std::string const& moneyString); TC_COMMON_API struct tm* localtime_r(time_t const* time, struct tm *result); |