summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/utils.cpp
AgeCommit message (Expand)Author
2022-11-30Replaced some qsl with u""_q literal.23rd
2021-12-19Fixed build against OpenSSL 3.0.Vitaly Zaitsev
2021-12-16Get rid of deprecated OpenSSL <1.1 functionsIlya Fedin
2021-09-15Use base/random.h instead of openssl::RandomValue.John Preston
2021-07-13Fix -Wunused-function warningsIlya Fedin
2021-03-15Get rid of empty QStringLiteralsIlya Fedin
2020-11-06Fix deprecation warnings when building with FFmpeg 4.2.John Preston
2020-07-28Use threaded decoding in ffmpeg streaming.John Preston
2020-01-17Fixed indents in utils.cpp.23rd
2019-12-29Update utils.cppXaaalera
2019-11-18Move some modules to lib_mtproto.John Preston
2019-11-15Extract mtproto key generation code.John Preston
2019-10-19Build with Qt 5.12.5 and OpenSSL 1.1.1.John Preston
2019-10-01Move many widget classes to lib_ui.John Preston
2019-09-06Remove many includes from stdafx.pch.John Preston
2019-07-18Fix build for old Qt version.John Preston
2019-07-15Fix possible race conditions in msgid().John Preston
2019-07-15Fix build in Xcode and GCC.John Preston
2019-07-15Allow one or two '=' at the end of base64.John Preston
2019-07-15Support base64 encoding of the secret.John Preston
2019-07-15Abstract out tcp socket from tcp connection.John Preston
2019-02-19Use crl::time/now instead of TimeMs/getms.John Preston
2019-02-07Add option to blur chat background.John Preston
2019-01-18Replace SingleTimer with base::Timer.John Preston
2018-12-25New structs for media autodownload settings.John Preston
2018-09-01Isolate lib_base library. Use crl::time in getms.John Preston
2018-07-31Use server time in dialogs list sorting.John Preston
2018-06-25Handle improved protocol secrets.John Preston
2018-06-14Move MimeType from utils to core/mime_type.John Preston
2018-06-12Start data export in lib_export.John Preston
2018-06-06Possible fix of travis build.John Preston
2018-06-03Update API scheme.John Preston
2018-06-03First version of IdentityBox with encrypted data.John Preston
2018-05-18Resolve domain names for proxy servers.John Preston
2018-05-07Add 'Use proxy for calls' option.John Preston
2018-05-05Display connecting/online proxy state.John Preston
2018-05-05Check proxy availability in ProxiesBox.John Preston
2018-05-05Support multiple proxies in local storage.John Preston
2018-05-05Support tg://proxy links.John Preston
2018-03-09fix build against libresslJohn
2018-02-08Request dialog list entries when needed.John Preston
2018-01-03Use single LEGAL file with license and copyright.John Preston
2017-11-22Allow supergroup members to clear history.John Preston
2017-08-30Replace t_assert() with Assert().John Preston
2017-03-04Finalizing file renaming.John Preston
2017-03-04Removed #include "stdafx.h" from all files.John Preston
2017-02-25MTP global state moved to MTP::Instance class.John Preston
2017-02-25Moved AppClass to messenger.cpp:Messenger.John Preston
2017-02-15Fix crash in OpenSSL usage.John Preston
2017-02-07Closed beta 1000006001: Built in theme and color palette editor.John Preston