Skip to content

Commit

Permalink
feat: upgrade tdlib to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Jan 5, 2022
1 parent cc6d4d2 commit e8f4e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TDLib JSON CLI

![TDLib v1.7.10](https://img.shields.io/badge/TDLib-v1.7.10-green.svg)
![TDLib v1.8.0](https://img.shields.io/badge/TDLib-v1.8.0-green.svg)
[![GitHub release](https://img.shields.io/github/release/oott123/tdlib-json-cli.svg)](https://github.com/oott123/tdlib-json-cli/releases)
[![TDLib Linux](https://github.com/oott123/tdlib-json-cli/actions/workflows/build.yml/badge.svg)](https://github.com/oott123/tdlib-json-cli/actions/workflows/build.yml)
![AGPL v3.0](https://img.shields.io/github/license/oott123/tdlib-json-cli.svg)
Expand Down
2 changes: 1 addition & 1 deletion td
Submodule td updated 97 files
+402 −0 CHANGELOG.md
+2 −2 CMake/FindReadline.cmake
+2 −0 CMake/TdSetUpCompiler.cmake
+22 −18 CMake/iOS.cmake
+8 −3 CMakeLists.txt
+1 −1 README.md
+2 −1 SplitSource.php
+26 −5 build.html
+1 −1 example/cpp/CMakeLists.txt
+1 −1 example/cpp/td_example.cpp
+1 −1 example/ios/README.md
+6 −2 example/java/README.md
+3 −3 example/java/org/drinkless/tdlib/example/Example.java
+3 −3 example/python/tdjson_example.py
+1 −1 example/uwp/README.md
+1 −1 example/uwp/app/Properties/AssemblyInfo.cs
+1 −1 example/uwp/extension.vsixmanifest
+1 −1 example/web/README.md
+133 −136 td/generate/scheme/td_api.tl
+0 −36 td/generate/tl-parser/portable_endian.h
+3 −3 td/generate/tl-parser/tlc.c
+1 −1 td/telegram/AuthManager.cpp
+1 −1 td/telegram/AuthManager.h
+3 −1 td/telegram/BotCommandScope.cpp
+15 −6 td/telegram/Client.cpp
+116 −116 td/telegram/Client.h
+0 −29 td/telegram/ConfigShared.cpp
+3 −8 td/telegram/ConfigShared.h
+266 −203 td/telegram/ContactsManager.cpp
+22 −10 td/telegram/ContactsManager.h
+4 −0 td/telegram/Dependencies.cpp
+9 −2 td/telegram/DeviceTokenManager.cpp
+4 −2 td/telegram/DialogDb.cpp
+39 −25 td/telegram/DialogEventLog.cpp
+39 −1 td/telegram/DialogFilter.cpp
+2 −0 td/telegram/DialogFilter.h
+1 −1 td/telegram/EncryptedFile.h
+3 −3 td/telegram/Game.cpp
+17 −16 td/telegram/GameManager.cpp
+2 −2 td/telegram/Global.cpp
+9 −0 td/telegram/Global.h
+4 −4 td/telegram/GroupCallManager.cpp
+7 −7 td/telegram/InlineQueriesManager.cpp
+12 −15 td/telegram/LinkManager.cpp
+3 −1 td/telegram/MessageContent.cpp
+112 −116 td/telegram/MessageEntity.cpp
+8 −0 td/telegram/MessageId.cpp
+6 −0 td/telegram/MessageId.h
+1 −1 td/telegram/MessageLinkInfo.h
+81 −17 td/telegram/MessageReplyInfo.cpp
+16 −77 td/telegram/MessageReplyInfo.h
+103 −0 td/telegram/MessageReplyInfo.hpp
+7 −7 td/telegram/MessageSender.cpp
+1 −1 td/telegram/MessageThreadInfo.h
+27 −0 td/telegram/MessageTtl.cpp
+13 −13 td/telegram/MessageTtl.h
+0 −27 td/telegram/MessageTtlSetting.cpp
+13 −11 td/telegram/MessagesDb.cpp
+226 −132 td/telegram/MessagesManager.cpp
+20 −17 td/telegram/MessagesManager.h
+21 −0 td/telegram/MinChannel.h
+51 −0 td/telegram/MinChannel.hpp
+1 −1 td/telegram/NewPasswordState.cpp
+1 −1 td/telegram/NewPasswordState.h
+667 −0 td/telegram/OptionManager.cpp
+60 −0 td/telegram/OptionManager.h
+3 −3 td/telegram/PrivacyManager.cpp
+10 −9 td/telegram/ReplyMarkup.cpp
+4 −3 td/telegram/SecretChatActor.h
+33 −38 td/telegram/SponsoredMessageManager.cpp
+6 −5 td/telegram/SponsoredMessageManager.h
+25 −47 td/telegram/StickersManager.cpp
+7 −7 td/telegram/SuggestedAction.cpp
+1 −1 td/telegram/SuggestedAction.h
+55 −613 td/telegram/Td.cpp
+12 −15 td/telegram/Td.h
+21 −13 td/telegram/UpdatesManager.cpp
+3 −1 td/telegram/WebPagesManager.cpp
+20 −30 td/telegram/cli.cpp
+82 −81 td/telegram/td_json_client.h
+17 −20 tdactor/td/actor/PromiseFuture.h
+1 −5 tdactor/test/actors_simple.cpp
+2 −0 tddb/td/db/SqliteKeyValueAsync.h
+12 −12 tdutils/td/utils/Random.cpp
+5 −5 tdutils/td/utils/Random.h
+0 −1 tdutils/td/utils/buffer.cpp
+18 −2 tdutils/td/utils/emoji.cpp
+3 −0 tdutils/td/utils/emoji.h
+2 −3 tdutils/td/utils/logging.cpp
+6 −4 tdutils/td/utils/port/SocketFd.cpp
+18 −18 tdutils/td/utils/port/UdpSocketFd.cpp
+2 −2 tdutils/td/utils/port/UdpSocketFd.h
+1 −1 tdutils/td/utils/port/platform.cpp
+9 −9 tdutils/test/buffer.cpp
+1 −3 tdutils/test/misc.cpp
+6 −6 test/link.cpp
+1 −1 test/tdclient.cpp

0 comments on commit e8f4e68

Please sign in to comment.