-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
22 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df12de3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kaffeine Could you say if Qt4-based version is still compatible with the current API?
df12de3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@barracuda156, I had to stop the development because since April 2021 Telegram bans custom clients, and I'd still develop it otherwise. I have no idea if Telegram servers still support scheme-45 but it worked the last time I checked in 2020.
IIUC Telegram bans virtually all users of custom credentials, so do not try this lib with its bundled credentials (appId/appHash) or you'd probably get banned (users had to ask support for unban). See e.g. procxx/kepka#254 (comment) (a fork of Telegram Desktop).
Telegram does not ban the phone number associated with the credentials, thus I never got banned with my credentials, and you (probably) won't be banned if you try any client with your credential.
df12de3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kaffeine Thank you for the explanation! It is sad that Telegram tries to prevent using other open source clients, since their own library is just broken for multiple platforms.
P. S. For the context, initially I was interested to get Signal working on older macOS, but Signal does not seem to have any C/C++ implementation at all, so that is off. Telegram was an obvious substitute, but turned out,
tdlib
is broken for years on all big-endian platforms. There isTox
which should work, I guess, but it is not exactly a replacement for Signal/Telegram.