This is the first step to having reproducible builds. It
should allow to make an identical build in the same environment
and increase privacy when sharing logs, because the build time
was not in UTC.
Since real offline message reliability issue was fixed in PR #4607, now removing all the workarounds that had been added. Offline messages are now sent as soon as we see our friend come online, and at no other time. Fixes 2 minute wait time before attempting to send if message is entered while you or friend is offline, removes 2 minute constant retry timer, removes 250ms delay between seeing friend come online and sending offline messages.
Allan Nordhøy (1):
feat(l10n): update Norwegian Bokmål translation from Weblate
Andreas Kleinert (5):
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
H Zeng (6):
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
Johnny (2):
feat(l10n): update Portuguese translation from Weblate
feat(l10n): update French translation from Weblate
Jonatan Nyberg (1):
feat(l10n): update Swedish translation from Weblate
Kaur Männamaa (2):
feat(l10n): update Estonian translation from Weblate
feat(l10n): update Estonian translation from Weblate
Kristjan Räts (1):
feat(l10n): update Estonian translation from Weblate
Moo (1):
feat(l10n): update Lithuanian translation from Weblate
Nathan Follens (1):
feat(l10n): update Dutch translation from Weblate
Nikolay Korotkiy (2):
feat(l10n): update Esperanto translation from Weblate
feat(l10n): update Finnish translation from Weblate
Slobodan Terzić (1):
feat(l10n): update Serbian translation from Weblate
Swirti Liberto (1):
feat(l10n): update French translation from Weblate
Tiger tiger (3):
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
Uranna 12 (5):
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
Viktar Vauchkevich (1):
feat(l10n): update Belarusian translation from Weblate
anonymous (2):
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
gdqyx3whzs (3):
feat(l10n): update Macedonian translation from Weblate
feat(l10n): update Macedonian translation from Weblate
feat(l10n): update Macedonian translation from Weblate
gorbiWTF (1):
feat(l10n): update German translation from Weblate
kgkj kgkj (2):
feat(l10n): update Greek translation from Weblate
feat(l10n): update Greek translation from Weblate
ms-pc (2):
feat(l10n): update Spanish translation from Weblate
feat(l10n): update Spanish translation from Weblate
prhtnsm (3):
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
feat(l10n): update German translation from Weblate
remussatala (2):
feat(l10n): update Romanian translation from Weblate
feat(l10n): update Romanian translation from Weblate
vasily-mett (1):
feat(l10n): update Russian translation from Weblate
wang (4):
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
feat(l10n): update Chinese (Simplified) translation from Weblate
Fix#4853Fix#4295
*Instead of searching strictly valid URIs, allow anything characters following scheme. This allows for UTF-8 characters used in other languages, as well as parentheses and other ASCII characters. This will over-match some invalid URLs.
*Ignored surrounding characters of URIs and ending punctuation
*Fix www-only links by adding http scheme to href