tdlight/td/mtproto
levlam a6c0902ad7 Silence g++ warnings. 2021-12-01 16:01:27 +03:00
..
AuthData.cpp Simplify updateChatLastMessage creation. 2021-10-22 16:41:31 +03:00
AuthData.h Add warning for very old updates. 2021-08-23 00:08:05 +03:00
AuthKey.h Remove was_auth flag. 2021-02-01 15:07:10 +03:00
ConnectionManager.cpp Add mtproto::ConnectionManager. 2021-09-16 19:09:39 +03:00
ConnectionManager.h Mark move constructors/assignment operators noexcept. 2021-10-18 14:36:15 +03:00
CryptoStorer.h Reduce "this" usages. 2021-10-23 21:17:00 +03:00
DhCallback.h Move DhCallback to a separate header. 2021-07-05 21:20:07 +03:00
DhHandshake.cpp Move DhCallback to a separate header. 2021-07-05 21:20:07 +03:00
DhHandshake.h Improve AuthKeyHandshake private field names. 2021-07-05 21:26:43 +03:00
Handshake.cpp Use different timeouts for different handshake parts. 2021-11-27 22:22:51 +03:00
Handshake.h Use different timeouts for different handshake parts. 2021-11-27 22:22:51 +03:00
HandshakeActor.cpp Don't try to continue Handshake if timeout expired. 2021-07-22 19:23:08 +03:00
HandshakeActor.h Move HandshakeActor methods to cpp. 2021-07-22 19:03:34 +03:00
HandshakeConnection.h Minor improvements. 2021-10-18 19:26:14 +03:00
HttpTransport.cpp Don't include SliceBuilder.h in logging.h. 2021-05-17 15:21:11 +03:00
HttpTransport.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
IStreamTransport.cpp Update copyright year. 2021-01-01 15:57:46 +03:00
IStreamTransport.h Update copyright year. 2021-01-01 15:57:46 +03:00
KDF.cpp Update copyright year. 2021-01-01 15:57:46 +03:00
KDF.h Update copyright year. 2021-01-01 15:57:46 +03:00
MtprotoQuery.h Improve header name. 2021-06-02 16:22:30 +03:00
NoCryptoStorer.h Update copyright year. 2021-01-01 15:57:46 +03:00
PacketInfo.h Silence g++ warnings. 2021-12-01 16:01:27 +03:00
PacketStorer.h Make inherited classes final if possible. 2021-07-04 05:58:54 +03:00
Ping.cpp Minor improvements. 2021-10-18 19:26:14 +03:00
Ping.h Minor improvements. 2021-10-21 12:51:16 +03:00
PingConnection.cpp Add separate on_update callback. 2021-09-10 16:31:04 +03:00
PingConnection.h Update copyright year. 2021-01-01 15:57:46 +03:00
ProxySecret.cpp Update copyright year. 2021-01-01 15:57:46 +03:00
ProxySecret.h Improve Slice::truncate usage. 2021-02-04 15:54:12 +03:00
RSA.cpp Minor improvements. 2021-07-16 18:58:11 +03:00
RSA.h Update server keys. 2021-07-08 16:39:34 +03:00
RawConnection.cpp Fix TransparentProxy::Callback. 2021-10-22 19:59:15 +03:00
RawConnection.h Add more logging for CHECK. 2021-10-24 13:23:47 +03:00
SessionConnection.cpp Add more logging for CHECK. 2021-10-24 13:23:47 +03:00
SessionConnection.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
TcpTransport.cpp Minor improvements. 2021-10-18 19:26:14 +03:00
TcpTransport.h Silence g++ warnings. 2021-12-01 16:01:27 +03:00
TlsInit.cpp Init some fields just in case. 2021-11-11 17:39:09 +03:00
TlsInit.h Make inherited classes final if possible. 2021-07-04 05:58:54 +03:00
TlsReaderByteFlow.cpp Update copyright year. 2021-01-01 15:57:46 +03:00
TlsReaderByteFlow.h Use final instead of override. 2021-07-03 23:51:36 +03:00
Transport.cpp Use is_*_bad instead of is_*_ok. 2021-07-11 02:21:01 +03:00
Transport.h Fix secret chat creation. 2021-07-02 03:25:09 +03:00
TransportType.h Update copyright year. 2021-01-01 15:57:46 +03:00
utils.cpp Move remaining MTProto classes to namespace mtproto. 2021-07-05 21:04:23 +03:00
utils.h Move remaining MTProto classes to namespace mtproto. 2021-07-05 21:04:23 +03:00