Commit Graph

  • 1c0774b1a9 Log number of flood-limited requests. levlam 2022-11-30 17:37:35 +0300
  • 48a5609de2 Improve limit for active queries. levlam 2022-11-30 17:30:28 +0300
  • ed0532bcf7 Use destroy_on_scheduler in WebhookActor. levlam 2022-11-27 01:31:00 +0300
  • a016d13c15 Use td::Hash instead of std::hash. levlam 2022-11-23 23:43:05 +0300
  • 428f438e4f Avoid speculative message deletion from cache. levlam 2022-11-23 14:53:43 +0300
  • 1d5dc9e5e8 Check for MAX_CONCURRENTLY_SENT_CHAT_MESSAGES as early as possible. levlam 2022-11-22 21:31:04 +0300
  • c8405e95f3 Improve HttpOutboundConnection parameters. levlam 2022-11-22 16:44:30 +0300
  • 9842d5754f Improve flood control for new webhook connections. levlam 2022-11-22 14:25:52 +0300
  • 53aa4d2f03 Reget poll messages from TDLib. levlam 2022-11-22 13:34:16 +0300
  • ce6ddc74d7 Limit the number of simultaneously uploaded files. levlam 2022-11-14 15:35:43 +0300
  • c833612414 Output log tag before stack trace. levlam 2022-11-12 11:15:33 +0300
  • 84ceee07bf Use TQueue::clear. levlam 2022-11-12 10:44:00 +0300
  • a9cb897af4 Update TDLib to 1.8.9 and add SslCtx caching. levlam 2022-11-11 15:37:07 +0300
  • a822b35d87 Update TDLib and version to 6.3.2. levlam 2022-11-08 01:35:39 +0300
  • 29cc000c08 Fix type of icon_custom_emoji_id. levlam 2022-11-08 01:28:57 +0300
  • ab2f0f0bbc Update version to 6.3.1. levlam 2022-11-07 00:59:44 +0300
  • 0ddf9a460d Fix type of emoji_status_custom_emoji_id. levlam 2022-11-07 00:59:20 +0300
  • 571baeead0 Update version to 6.3. levlam 2022-11-04 18:01:15 +0300
  • daf986972b Destroy deleted messages on another thread. levlam 2022-11-03 20:30:14 +0300
  • 8aac13eb4d Check message_thread_id parameter before using it. levlam 2022-11-02 14:05:23 +0300
  • 36e41d6b7f Add unpinAllForumTopicMessages method. levlam 2022-10-31 20:29:38 +0300
  • 88748a50f3 Add deleteForumTopic method. levlam 2022-10-31 19:16:14 +0300
  • 807c353fc0 Add reopenForumTopic method. levlam 2022-10-31 19:13:57 +0300
  • 82ec9dc608 Add closeTopicForum method. levlam 2022-10-31 19:11:29 +0300
  • 1f7cd2cba5 Add editForumTopic method. levlam 2022-10-31 18:55:34 +0300
  • 1e68d49193 Add createForumTopic method. levlam 2022-10-31 18:44:29 +0300
  • 83bcb31994 Add getForumTopicIconStickers method. levlam 2022-10-31 18:27:17 +0300
  • 39392705a7 Allow to specify message_thread_id while sending messages. levlam 2022-10-31 18:16:51 +0300
  • f4b4ab3d74 Add "forum_topic_closed"/"forum_topic_reopened" messages. levlam 2022-10-31 17:42:34 +0300
  • 8fa63c21f9 Add "forum_topic_created" messages. levlam 2022-10-31 17:35:54 +0300
  • 1c3235b402 Add Message.is_topic_message. levlam 2022-10-31 17:14:23 +0300
  • b0fec0b09d Add Message.message_thread_id. levlam 2022-10-31 17:09:34 +0300
  • 342d59a19d Add can_manage_topics chat permission. levlam 2022-10-31 16:15:46 +0300
  • ea978c5770 Add can_manage_topics administrator right. levlam 2022-10-31 16:12:13 +0300
  • 5fb80085fb Add Chat.emoji_status_custom_emoji_id. levlam 2022-10-31 15:59:15 +0300
  • 1ba4392648 Add Chat.active_usernames. levlam 2022-10-31 15:49:53 +0300
  • 1270c70499 Add Chat.is_forum. levlam 2022-10-31 15:36:42 +0300
  • 90d30d9a63 Update TDLib to 1.8.8. levlam 2022-10-31 12:30:11 +0300
  • 0e6f6bc454
    Merge pull request #77 from naftali100/fix-limit-param v6.2-1 Andrea Cavalli 2022-10-30 19:11:33 +0100
  • 3384d7050d
    add missing limit params naftali100 2022-10-30 20:03:46 +0200
  • c1db2380bd Send less updates repeatedly in getUpdates. levlam 2022-10-23 11:34:24 +0300
  • bb8b7a6702 Ignore dump-log and dump-stacktrace signals after crash. levlam 2022-10-21 13:39:32 +0300
  • aa05180325 Update TDLib and improve TQueue GC. levlam 2022-10-14 00:46:54 +0300
  • 018b4fc6f7 Stop ClientManager watchdog at the beginning of closing. levlam 2022-10-13 01:23:05 +0300
  • b44bc1cabd Update TDLib and use AsyncFileLog instead of FileLog. levlam 2022-10-09 20:16:45 +0300
  • 3be8cb6323 Move dump_statistics to ClientManager. levlam 2022-10-06 22:18:36 +0300
  • 022bed651c Move TQueue::run_gc to ClientManager. levlam 2022-10-06 21:42:33 +0300
  • 337b657f9c Add watchdog for ClientManager's thread. levlam 2022-10-05 00:06:48 +0300
  • 04825c4b70 Move ClientManager to a separate thread. levlam 2022-10-04 18:27:50 +0300
  • 2cca516445 Fail pending setWebhook queries during closing. levlam 2022-10-04 17:05:35 +0300
  • e4324ead54 Copy webhook certificate in another thread. levlam 2022-10-04 16:26:51 +0300
  • 2224b715be Improve logging for delayed message updates. levlam 2022-09-29 20:28:44 +0300
  • 254ad97805 Update TDLib to 1.8.7 and support extended_media in sendInvoice. levlam 2022-09-23 20:29:42 +0300
  • 834caf09bf Fail queries immediately if there are too many active queries already. levlam 2022-09-18 10:19:58 +0300
  • 27bb4831f6 Add active_request_count and active_file_upload_bytes to bot statistics. levlam 2022-09-18 02:54:22 +0300
  • 11d27e3e52 Don't output empty fields in bot statistics. levlam 2022-09-18 02:15:53 +0300
  • c20f0c3d97 Improve dump of short MemoryLog. levlam 2022-09-18 01:17:09 +0300
  • c35bbf1bd2 Update TDLib to 1.8.6 and add options for changing CPU affinity. levlam 2022-09-18 00:20:41 +0300
  • ffecd115fe Improve NetBSD build instructions. levlam 2022-09-06 19:02:57 +0300
  • 3b5cf48e5b Improve errors returned by get_input_message_contents. levlam 2022-08-28 22:30:49 +0300
  • 5eb24c7e63 Improve statistics retrieval. levlam 2022-08-24 15:48:27 +0300
  • aa9eff357c Add watchdog for main thread hanging. levlam 2022-08-22 02:26:36 +0300
  • bcc8c6e60e
    Merge version 6.2 v6.2 merge-upstream Giuseppe Marino 2022-08-21 20:16:05 +0200
  • 90910f6ded Update TDLib and use td::WaitFreeHashMap if appropriate. levlam 2022-08-21 14:44:57 +0300
  • f59097ab16 Update version to 6.2. levlam 2022-07-31 03:26:25 +0300
  • 9f3f32391c Add Chat.has_restricted_voice_and_video_messages. levlam 2022-07-21 19:12:28 +0300
  • e66c5fa67d Add custom_emoji_id field to the class Sticker. levlam 2022-07-21 19:06:37 +0300
  • 7cfdea2053 Add getCustomEmojiStickers. levlam 2022-07-21 19:00:58 +0300
  • eed4773a4f Add sticker_type fields and parameter. levlam 2022-07-21 18:17:23 +0300
  • 4a7d515d94 Support custom_emoji entities. levlam 2022-07-20 23:28:56 +0300
  • 4be79ff78c Update TDLib to 1.8.5. levlam 2022-07-20 22:54:07 +0300
  • 2633de8b53 Update TDLib and destroy some big data storages asynchronously. levlam 2022-07-20 14:48:12 +0300
  • 0bf71e15db Add Ubuntu 22 to the list of Linux distros. levlam 2022-07-12 20:26:44 +0300
  • c237634847 Improve warnings about size of update queue. levlam 2022-07-09 14:08:08 +0300
  • ca2bb3cec6 Unlink webhook certificate in another thread. levlam 2022-07-01 13:58:28 +0300
  • 0749acb7e6 Use Scheduler::run_on_scheduler. levlam 2022-06-30 21:30:14 +0300
  • 95131fe376 Update TDLib. levlam 2022-06-30 20:27:08 +0300
  • 3de310c951 Use LambdaPromise instead of PromiseActor. levlam 2022-06-30 19:59:30 +0300
  • 58168e2df3
    Merge version 6.1 Giuseppe Marino 2022-06-30 15:51:45 +0200
  • 4f3105f4a4 Rely on TDLib checks for downloaded file existence. levlam 2022-06-29 18:51:24 +0300
  • 24ee05d15f Update version to 6.1. levlam 2022-06-19 20:25:15 +0300
  • ba6f4c2e8d Add Sticker.premium_animation. levlam 2022-06-06 16:33:42 +0300
  • b102163220 Improve sendMediaGroup error message. levlam 2022-05-30 21:32:01 +0300
  • 897ddb64ce Add User.is_premium. levlam 2022-05-24 16:56:53 +0300
  • 7b20bdacdf Allow to use attach protocol to upload webhook certificate. levlam 2022-05-13 18:24:18 +0300
  • 0ac93c8674 Add join_to_send_messages and join_by_request flags to Chat. levlam 2022-05-13 16:41:12 +0300
  • 06d40edb0a Allow to specify a secret_token in setWebhook to ensure that webhook was set by the domain owner. levlam 2022-05-13 16:39:32 +0300
  • fd7489f6da Add the field User.added_to_attachment_menu. levlam 2022-05-11 19:46:07 +0300
  • 89f6bed3b8 Add createInvoiceLink. levlam 2022-05-09 21:49:26 +0300
  • 2001518ec5 Update TDLib to 1.8.4. levlam 2022-05-09 19:25:56 +0300
  • 8a0f1dd730 Update TDLib and version to 6.0.2. levlam 2022-05-04 20:12:23 +0300
  • be24b3caaf
    fix user status empty Giuseppe Marino 2022-05-03 12:19:57 +0200
  • 411f4b15c5
    add user status Giuseppe Marino 2022-05-02 22:08:22 +0200
  • edcb8529e6
    Merge version 6.0.1 v6.0.1 Giuseppe Marino 2022-05-01 10:45:29 +0200
  • 0dfcb6153a Update TDLib and version to 6.0.1. levlam 2022-04-18 01:23:20 +0300
  • 31d947e971 Update version to 6.0. levlam 2022-04-16 06:13:09 +0300
  • 7a2f3715f9 Add setChatMenuButton. levlam 2022-04-08 04:12:22 +0300
  • 84199e5328 Add getChatMenuButton. levlam 2022-04-08 03:07:52 +0300
  • 2989274f1f Add getMyDefaultAdministratorRights. levlam 2022-04-03 13:29:57 +0300
  • ee9dcde37b Add setMyDefaultAdministratorRights. levlam 2022-04-03 09:33:40 +0300