Eric Kotato
e30c1857bf
Updated repo to latest patches-track-wip (TD 5.0.6)
2024-08-31 01:38:31 +03:00
Ilya Fedin
75785e6f65
Merge tag 'v4.15.3' into HEAD
2024-07-01 01:16:47 +04:00
John Preston
0152d2c48e
Fix possible temp auth key bind freeze.
2024-04-08 21:56:56 +04:00
John Preston
8df6d9db7e
Don't update server-time too frequently.
2024-04-05 09:51:20 +04:00
John Preston
a9c1970f41
Send up to 1MB of parts to a single session.
2024-04-05 09:51:20 +04:00
John Preston
0dcc439dda
Allow upload requests for several files at once.
2024-04-05 09:51:20 +04:00
John Preston
0faadc8fa0
Implement folder link add / join design.
2023-04-11 19:17:38 +04:00
Ilya Fedin
2a6e2fa353
Bundle kcoreaddons
2022-09-28 23:59:59 +04:00
Ilya Fedin
5132fd5010
Use KSandbox to check flatpak/snap environment
2022-09-19 14:23:27 +04:00
Ilya Fedin
08b99134fa
Use brackets include for third-party libraries
2022-06-14 16:36:44 +04:00
John Preston
0be320a6c7
Export media, updates and stream parts through media cluster.
2022-02-25 19:41:15 +03:00
RadRussianRus
734a07ae92
Updated TDesktop sources to 3.5.2+95e806c
2022-02-15 10:28:12 +03:00
RadRussianRus
845957f33a
Internal rework of settings
2022-02-14 20:27:56 +03:00
John Preston
0aa20b4479
Decrypt shiftedDcId / protocolDcId in mtp_ logs.
2022-02-07 15:26:26 +03:00
John Preston
8658dba97a
Improve mtproto connections logging.
2022-02-07 14:44:00 +03:00
RadRussianRus
3d1eb14ff7
Updated TDesktop sources to 3.3
2021-12-08 19:05:46 +03:00
RadRussianRus
f418e7ff73
Updated TDesktop sources to 3.2.5
2021-12-07 14:28:17 +03:00
John Preston
e3b9927faa
Reset session on receiving a really old msgId.
2021-12-07 10:05:41 +04:00
Ilya Fedin
b8b268c7cc
Add build architecture to version on other systems with non-x86_64
2021-10-29 16:02:41 +04:00
Ilya Fedin
847c01d605
Add Qt 6 support
...
Tested only on Linux so far
2021-10-21 13:15:00 +04:00
John Preston
19ce1edc16
Use base::SafeRound instead of std::round.
...
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b, 8f5830d520.
Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
RadRussianRus
fa4931a0e0
Updated TDesktop sources to 3.1
2021-09-20 04:56:43 +03:00
John Preston
8069fdd873
Use base/random.h instead of openssl::RandomValue.
2021-09-15 13:42:22 +03:00
RadRussianRus
263d7a48a3
Rework versioning
2021-08-24 02:33:27 +03:00
RadRussianRus
f28b9ccf0c
Updated TDesktop sources to 2.8.8
2021-07-16 03:03:15 +03:00
John Preston
bae8335285
Always resend messages in a container.
2021-07-13 22:08:09 +03:00
Ilya Fedin
79cc797aff
Fix -Wunused-variable warnings
2021-07-13 21:43:34 +03:00
Ilya Fedin
89765340c3
Fix -Wunused-function warnings
2021-07-13 21:31:22 +03:00
RadRussianRus
230919a873
Updated TDesktop sources to 2.7.10+5519bb35
2021-06-27 03:56:31 +03:00
John Preston
a2c33545d4
Improve some paddings.
2021-06-24 17:44:28 +04:00
John Preston
5eba65aaa0
Remove unused legacy protocol code.
2021-06-24 09:55:57 +04:00
John Preston
8dac6896d6
Set Send/Receive buffer size for download TCP sockets.
2021-06-15 16:45:48 +04:00
RadRussianRus
b4625cadc2
Updated TDesktop sources to 2.7.2
2021-04-27 23:44:15 +03:00
John Preston
2843500ce3
Add url with the Focus Assist API information.
...
Thanks https://www.withinrafael.com/2019/09/19/
determine-if-your-app-is-in-a-focus-assist-profiles-priority-list/
2021-04-26 10:51:10 +04:00
Loïc Molinari
06618a5253
Use fine grained session timers
...
The check of sent requests and containers is done unconditionally
every second even though the request timeout is 10 seconds and the
container timeout is 600 seconds. This commit uses fine grained timers
instead in order to avoid useless system wake-up events.
The check of sent requests is now scheduled on demand when a new
request is queued. Then the callback, while parsing queued requests,
computes the delta to the closest expiring request and automatically
schedules the next check if necessary.
Given the high value of the container timeout, its callback is called
repeatedly every 600 seconds, unless it computes a lower delta for an
expiring container using the same logic as for the requests.
2021-04-15 16:20:42 +03:00
RadRussianRus
1927ab7955
Updated TDesktop sources to 2.7.1+c08a148
2021-03-28 16:07:58 +03:00
John Preston
4fc2b1f1a3
Append x64 to app_version on Windows.
2021-03-15 20:14:39 +04:00
Ilya Fedin
ae0b9141dd
Trying to get rid of unused variables...
2021-03-15 11:40:44 +03:00
Ilya Fedin
c4dcf064d5
Avoid multiple .arg usage as suggested by clazy
2021-03-13 19:08:33 +03:00
John Preston
68b0a85369
Rename RPCError to MTP::Error.
2021-03-12 16:58:26 +04:00
John Preston
267e5fd9e0
Allow getting outer_msg_id in MTProto handlers.
2021-03-12 16:58:26 +04:00
RadRussianRus
8d9e17482c
Updated TDesktop sources to 2.6
2021-02-27 19:54:04 +03:00
23rd
d4bbbdb65c
Replaced rand_value util function with openssl::RandomValue.
2021-01-24 10:41:10 +03:00
23rd
dd01ece14a
Replaced snap util function with std::clamp.
2021-01-24 10:41:10 +03:00
RadRussianRus
e5123d56df
Updated TDesktop sources to 2.4.7
2020-11-09 09:27:43 +03:00
Crist Ye
60f91ebce4
Using MS/Apple official names for stores ( #8959 )
2020-11-02 11:14:57 +04:00
Ilya Fedin
12a77cffd8
Add flatpak and snap update URLs
2020-11-01 18:30:12 +03:00
John Preston
303684fef5
Version 2.4.5: Fix build on Xcode 12 and Linux.
2020-10-30 21:30:55 +03:00
RadRussianRus
37d9cf2350
Updated TDesktop sources to 2.3.2+d34eabd
2020-08-28 19:30:52 +03:00
John Preston
1aaf7df54a
Add labels to call buttons.
2020-08-14 16:53:06 +04:00