Commit Graph

341 Commits

Author SHA1 Message Date
Andrea Cavalli 69bb2b9b9e Update memory manager json 2024-03-20 23:26:18 +01:00
Andrea Cavalli 13648d1fca Apply tdlight patch 2024-03-20 15:56:35 +01:00
levlam 465fdd8505 Move search_dialog_participants to DialogParticipantManager. 2024-03-02 02:02:01 +03:00
levlam 32040c22cb Move get_dialog_about to DialogManager. 2024-02-19 01:10:57 +03:00
levlam b684039566 Move some methods to DialogActionManager. 2024-01-07 00:46:36 +03:00
levlam ebda6f1364 Use DialogManager::get_my_dialog_id. 2024-01-04 15:49:02 +03:00
levlam eb5a37e927 Add DialogManager::force_create_dialog. 2024-01-04 15:38:01 +03:00
levlam 978be7206f Use DialogManager::have_dialog_force. 2024-01-04 15:26:42 +03:00
levlam b2fccc7d9c Move ContactsManager proxy methods to DialogManager. 2024-01-03 23:07:50 +03:00
levlam d963044eb9 Update copyright year. 2024-01-01 03:07:21 +03:00
levlam 1dcd78f1ed Add source to have_dialog_info_force. 2023-08-26 05:00:15 +03:00
levlam 925f944743 Improve error logging. 2023-07-22 19:43:47 +03:00
levlam a3e277f7c0 Add source to get_user_force. 2023-07-20 20:38:25 +03:00
levlam bcf9ff7d43 Explicitly include telegram_api.h in cpp files. 2023-07-01 14:53:04 +03:00
levlam 0243f9d5e0 Improve log messages. 2023-04-17 18:12:44 +03:00
levlam d597764a50 Improve switching between user and channel in voice chat. 2023-04-13 17:06:02 +03:00
levlam e85a83ffb7 Don't add muted by admin users to recent speakers. 2023-04-12 11:24:06 +03:00
levlam 25047c28cf Use TRY_RESULT_PROMISE for get_input_user. 2023-03-22 17:39:56 +03:00
levlam e4942d9cf7 Add GroupCallManager::can_join_group_calls. 2023-03-22 15:36:45 +03:00
levlam 6cf6f32418 Add Global::ignore_result_if_closing. 2023-02-16 13:35:27 +03:00
levlam f9b81efe4b Replace result with "Request Aborted" error only if it is successful. 2023-01-25 19:58:23 +03:00
levlam cf1984844b Update copyright year. 2023-01-01 00:28:08 +03:00
levlam 12d852abc5 Check for close_flag as early as possible. 2022-08-10 13:57:41 +03:00
levlam 38b56792cd Reload group call if number of members became negative. 2022-05-26 15:32:15 +03:00
levlam 6f8b513597 Improve log message. 2022-05-12 15:18:07 +03:00
levlam 35a0a7c383 Ignore empty next_offset in group calls with new participants added to the end of the list. 2022-05-10 21:48:06 +03:00
levlam f972b3ad56 Add separate function for server group call participant order calculation. 2022-05-10 21:37:10 +03:00
levlam 661c75fa42 Log number of group call updates to be processed. 2022-05-10 21:02:03 +03:00
levlam c72ad76b31 Clear used promise just in case. 2022-04-14 10:55:22 +03:00
levlam 163e739302 Add set_promises/fail_promises helper functions. 2022-04-13 17:40:12 +03:00
levlam 26c18680f2 Move DialogParticipantFilter to separate header. 2022-03-19 21:37:46 +03:00
levlam 1f38124861 Use FlatHashSet. 2022-03-11 21:38:48 +03:00
levlam 017949d861 Improve sending and response handling for GetGroupCallStreamChannelsQuery. 2022-03-01 03:12:56 +03:00
levlam 84af0e176f Add groupCall.has_hidden_listeners. 2022-03-01 02:33:14 +03:00
levlam 37ccac3867 Add methods for managing an RTMP URL for a video chat. 2022-02-25 17:58:03 +03:00
levlam 54b143e91d Add groupCall.is_rtmp_stream. 2022-02-22 21:16:10 +03:00
levlam 8772984a69 Add td_api::getGroupCallStreams. 2022-02-22 17:42:58 +03:00
levlam 719bdb1e08 Allow to create RTMP video chats. 2022-02-22 16:37:11 +03:00
levlam 2bdd0d0c9a Update layer to 139. 2022-02-18 15:40:34 +03:00
levlam e64811ba31 Store unique_ptr instead of a big class in a FlatHashMap. 2022-02-11 18:26:43 +03:00
levlam 2b1314295d Check and fix half of FlatHashMap usages. 2022-02-10 00:59:52 +03:00
Arseny Smirnov 86bceb2972 td: replace most of std::unordered_map usages to td::FlatHashMap 2022-02-07 21:21:31 +01:00
Arseny Smirnov ad38f712e8 SequenceDispatcher: hide usage into NetQueryDispatcher 2022-02-01 18:51:36 +03:00
levlam 4e4d7c1e83 Fix inputGroupCallStream flags. 2022-01-27 01:59:36 +03:00
levlam 06a67030a0 Use reload_dialog_info_full instead of get_dialog_info_full to guarantee that the data will be reloaded. 2022-01-19 14:37:07 +03:00
levlam 8085779cdc Update copyright year. 2022-01-01 03:35:39 +03:00
levlam b060536ae3 Return Result<...> from get_input_user. 2021-12-16 22:46:03 +03:00
levlam 1a291847d7 Improve get_message_sender_dialog_id. 2021-11-15 13:31:07 +03:00
levlam 21c8c752be Add get_message_sender_dialog_ids. 2021-11-15 12:52:40 +03:00
levlam a56c34c4dd Move get_message_sender_object to MessageSender.cpp. 2021-11-15 01:18:47 +03:00