Commit Graph

  • b4f0ebbaab Store full chatPhoto and compare it with chatPhotoInfo. levlam 2022-03-16 14:49:38 +0300
  • 4925532c25 Use td::unique_ptr instead of std::unique_ptr. levlam 2022-03-16 12:52:34 +0300
  • 3e9da68537 Use td::FlatHashTable instead of std::unordered_map/set. levlam 2022-03-16 12:41:12 +0300
  • d8166a558d Update TDLib to 1.8.2. levlam 2022-03-15 20:28:51 +0300
  • c57b04c4c8 Update version to 5.7. levlam 2022-01-31 22:49:25 +0300
  • 1851ba7eb5 Update TDLib to 1.8.1. levlam 2022-01-31 22:32:10 +0300
  • 208fd70d58 Minor improvements. levlam 2022-01-25 18:18:44 +0300
  • 93ccd2a145 Update version to 5.6.1. levlam 2022-01-01 12:45:09 +0300
  • d8a00b2c8b Update TDLib. levlam 2022-01-01 12:44:12 +0300
  • 9be6413e5c Improve logging. levlam 2021-12-31 08:20:44 +0300
  • b75e6b43cd Update version to 5.6. levlam 2021-12-30 21:09:17 +0300
  • d95441a48d Allow all updateUser updates before authorization. levlam 2021-12-30 21:01:14 +0300
  • 01ff608cfa Improve log message. levlam 2021-12-30 17:18:30 +0300
  • 6b137be127 Add support for spoiler entities. levlam 2021-12-30 14:44:21 +0300
  • 6ec2104b81 Add the ability to send messages with protected content. levlam 2021-12-30 14:41:30 +0300
  • 8e637b482a Update TDLib to 1.8.0. levlam 2021-12-30 14:34:39 +0300
  • 14f11a9d0d Expect different Homebrew install paths on Apple silicon/Intel. levlam 2021-12-23 15:04:56 +0300
  • 6abdb73512 Remove legacy message LRU deletion. levlam 2021-12-18 23:26:05 +0300
  • a3ba653690 README.md: updated the code field snxx-lppxx 2021-12-18 05:26:08 +0500
  • 8408c187d6 Add copy button to build.html Mammad 2021-12-14 08:06:23 +0330
  • 34b8e7d15e Do not center text in build.html Mammad 2021-12-14 08:01:35 +0330
  • 75229c6209 Update build.html Mammad 2021-12-14 07:58:27 +0330
  • 561119367a Update .clang-format. levlam 2021-12-13 00:35:46 +0300
  • 90f5247781 Update version to 5.5.1. levlam 2021-12-09 19:06:22 +0300
  • 3980748099 Use channel_bot as sender of channel messages. levlam 2021-12-09 18:48:39 +0300
  • 34a5f9c9cf Update TDLib. levlam 2021-12-09 18:36:38 +0300
  • df89ddf059 Fix Message.is_automatic_forward flag for automatically forwarded manually forwarded messages. levlam 2021-12-08 14:04:49 +0300
  • 04361155aa fix spelling Harshil 2021-12-07 19:01:38 +0530
  • b440ade235 Update version to 5.5. levlam 2021-12-07 14:43:39 +0300
  • 541126ead5 Add banChatSenderChat/unbanChatSenderChat methods. levlam 2021-12-07 14:03:40 +0300
  • 052032ee8b Add field Chat.has_private_forwards. levlam 2021-12-07 13:40:47 +0300
  • 9f8606b612 Add field Chat.has_protected_content. levlam 2021-12-07 13:33:44 +0300
  • 5d118ebf6b Add field Message.has_protected_content. levlam 2021-12-07 13:25:01 +0300
  • f7e38e273c Update TDLib to 1.7.10. levlam 2021-12-07 13:13:16 +0300
  • 824b23afc6 Add field Message.is_automatic_forward. levlam 2021-12-07 12:56:22 +0300
  • 5491729a3c Assign a thread_id for main thread. levlam 2021-11-17 13:24:19 +0300
  • e9587a0083 Update TDLib and version to 5.4.1. levlam 2021-11-07 04:23:28 +0300
  • a838756c9a Update version to 5.4. levlam 2021-11-04 15:51:16 +0300
  • e2728cba7c Add approve/declineChatJoinRequest. levlam 2021-11-04 14:08:17 +0300
  • c9a2a62248 Add "chat_join_request" updates. levlam 2021-11-04 13:35:43 +0300
  • 2fa32d7db7 Update TDLib to 1.7.9. levlam 2021-11-04 13:02:05 +0300
  • 5130c52676 Add is_active to bot statistics. levlam 2021-10-27 19:43:41 +0300
  • 6aa090a43a Improve MultiPromiseActorSafe usage. levlam 2021-10-26 14:28:09 +0300
  • 014890d720 Explicitly mention that libc++ needs to be installed when clang is used. levlam 2021-10-26 14:27:03 +0300
  • 380e65d47e Limit number of concurrently sent messages to a chat. levlam 2021-10-01 14:52:47 +0300
  • e715de9e1c Count number of active clients with a given tqueue_id. levlam 2021-09-30 23:23:41 +0300
  • 9380c2a3d1 Log all responses with code < 200. levlam 2021-09-29 20:40:18 +0300
  • 997a7408c7 Update TDLib. levlam 2021-09-29 20:34:21 +0300
  • 36b0c4426a Update version to 5.3.3. levlam 2021-09-20 23:56:53 +0300
  • 0034afbcba Update TDLib to 1.7.8. levlam 2021-09-20 16:58:22 +0300
  • 9461e3c2ae Fix gperf install instructions through vcpkg. levlam 2021-09-15 10:16:53 +0300
  • a1e41a1dc1 Use Debian 10 build instructions for Debian 11 and combine build instructions for Debian 8 and 9. levlam 2021-09-12 20:55:52 +0300
  • 87981c105d Print stack trace to stderr after receiving signal RTMIN+2. levlam 2021-09-12 13:51:22 +0300
  • 05ebe83f2f Add TELEGRAM_BOT_API_ENABLE_LTO build option. levlam 2021-09-10 17:38:27 +0300
  • 0e1862d26d Update version to 5.3.2. levlam 2021-09-08 17:22:40 +0300
  • 40ff6f637b Update TDLib to 1.7.7. levlam 2021-09-08 17:21:28 +0300
  • 937fa526b9 Remove unused field. levlam 2021-09-06 16:51:45 +0300
  • cfa7124e76 Install gperf through vcpkg on Windows. levlam 2021-09-03 19:35:10 +0300
  • 25946a5c8e Enable CMP0074 policy to suppress CMake warning. levlam 2021-09-01 19:10:34 +0300
  • d598402a3c Remove unneeded check for unavailable supergroup member count. levlam 2021-08-13 19:36:11 +0300
  • 0256738f23 Update CentOS 8 repo name. levlam 2021-08-12 20:43:24 +0300
  • 60acf1e402 Store separate size of query_list_. levlam 2021-08-10 12:50:02 +0300
  • eafb9375d2 Allow to change tag verbosity level. levlam 2021-08-02 23:57:11 +0300
  • 05b3d5fcb1 Update version to 5.3.1. levlam 2021-07-27 01:55:06 +0300
  • 0df68c6235 Remove debug logging for slow internal queries. levlam 2021-07-27 01:54:11 +0300
  • c95ccee93f Update TDLib to 1.7.6. levlam 2021-07-27 01:50:23 +0300
  • def3e84f12 Fix check for self-destructing messages. levlam 2021-07-22 18:15:31 +0300
  • 7fd2c2a22d Replace error code 403 with 400 in server-side errors just in case. levlam 2021-07-17 04:40:32 +0300
  • 8a3d43daa9 Output TQueue load time to log. levlam 2021-06-26 04:22:29 +0300
  • 81f298361c Update version to 5.3. levlam 2021-06-25 04:20:57 +0300
  • a4c562e4a5 Update TDLib. levlam 2021-06-24 17:37:49 +0300
  • b7af179809 Add logging on errors with non-positive error code. levlam 2021-06-24 17:27:15 +0300
  • b8693ae500 Support new bot command methods. levlam 2021-06-23 06:48:24 +0300
  • 73b65fc99e Support input field placehoder in ReplyMarkup. levlam 2021-06-23 03:38:17 +0300
  • 878a1e16a8 Update TDLib. levlam 2021-06-23 03:34:31 +0300
  • badeb9a7f0 Automatically detect whether colon can be used in a directory name. levlam 2021-06-23 02:03:22 +0300
  • 08a92a2347 Use absolute file paths. levlam 2021-06-22 21:26:41 +0300
  • ad55377cba Allow to leave deactivated basic groups independently from supergroups. levlam 2021-06-14 23:15:40 +0300
  • ab8edb4de7 Log too old queries. levlam 2021-06-14 22:58:23 +0300
  • 7de971ec20 Simplify Query creation and statistics. levlam 2021-06-14 22:47:01 +0300
  • 54112379ff Check write access to temporary directory. levlam 2021-06-14 21:24:20 +0300
  • 061c34749a Dump statistics additionally to log by signal. levlam 2021-06-14 20:53:55 +0300
  • 084aa2a6f3 Ignore internal setWebhook queries in flood-control. levlam 2021-06-14 04:11:15 +0300
  • 05bbc55569 Clamp default arg value just in case. levlam 2021-06-14 04:07:37 +0300
  • aa70087df4 Make bots online while logging in. levlam 2021-06-14 03:45:44 +0300
  • 21cc85064c Do not export symbols from executable on Linux with CMake 3.4+. levlam 2021-06-13 05:51:38 +0300
  • 29f11170be Fix Back button in build.html on the main page. levlam 2021-06-08 19:22:52 +0300
  • 4eb391decd Dump memory statistics with other state. levlam 2021-06-04 18:20:08 +0300
  • 19f9e1eff0 Output uptime and current state on closing. levlam 2021-06-04 17:43:04 +0300
  • 6a7b2fd8a4 Don't store invalid callback_data in messages. levlam 2021-06-03 19:26:19 +0300
  • 7f9e9fd809 Update TDLib. levlam 2021-05-20 23:51:37 +0300
  • 72d8f73dbe Don't allow to access member list in deactivated groups. levlam 2021-05-10 19:44:12 +0300
  • f423f426a2 Improve handling of deleted group chats. levlam 2021-05-10 19:02:49 +0300
  • bcd0c8eaa5
    Add --version flag (#132) KnorpelSenf 2021-05-10 17:49:50 +0200
  • 90fed9b9a7 Update version to 5.2. levlam 2021-04-13 19:33:50 +0300
  • 12a3240656 Add InputInvoiceMessageContent. levlam 2021-04-08 18:38:05 +0300
  • aa737b3dcf Support messageVoiceChatScheduled. levlam 2021-04-08 17:49:53 +0300
  • efaf601e85 Don't store empty chat_type. levlam 2021-04-08 17:44:55 +0300
  • b71e66003e Support new invoice fields. levlam 2021-04-08 17:42:21 +0300
  • 39f96f93a9 Update TDLib to 1.7.4. levlam 2021-04-08 17:17:05 +0300