gitextract_7j9eshnc/ ├── .gitignore ├── .gitmodules ├── CHANGELOG ├── LICENSE ├── Makefile.in ├── Makefile.tl-parser ├── README.md ├── append.tl ├── auto-static-autocomplete.c ├── auto-static-fetch.c ├── auto-static-print-ds.c ├── auto-static-skip.c ├── auto-static-store.c ├── auto-static.c ├── auto.h ├── binlog.c ├── binlog.tl ├── config.h.in ├── configure ├── configure.ac ├── crypto/ │ ├── aes.h │ ├── aes_altern.c │ ├── aes_openssl.c │ ├── bn.h │ ├── bn_altern.c │ ├── bn_openssl.c │ ├── err.h │ ├── err_altern.c │ ├── err_openssl.c │ ├── md5.h │ ├── md5_altern.c │ ├── md5_openssl.c │ ├── meta.h │ ├── rand.h │ ├── rand_altern.c │ ├── rand_openssl.c │ ├── rsa_pem.h │ ├── rsa_pem_altern.c │ ├── rsa_pem_openssl.c │ ├── sha.h │ ├── sha_altern.c │ └── sha_openssl.c ├── encrypted_scheme.tl ├── errors ├── event-old.h ├── gen_constants_h.awk ├── generate.c ├── generate.h ├── m4_ax_check_openssl.m4 ├── m4_ax_check_zlib.m4 ├── mime-types.c ├── mime.types ├── mtproto-client.c ├── mtproto-client.h ├── mtproto-common.c ├── mtproto-common.h ├── mtproto-key.c ├── mtproto-key.h ├── mtproto-utils.c ├── mtproto-utils.h ├── mtproto.tl ├── no-preview.h ├── queries-encrypted.c ├── queries.c ├── queries.h ├── scheme.tl ├── structures.c ├── tg-mime-types.c ├── tg-mime-types.h ├── tgl-binlog.h ├── tgl-fetch.h ├── tgl-inner.h ├── tgl-layout.h ├── tgl-methods-in.h ├── tgl-net-inner.h ├── tgl-net.c ├── tgl-net.h ├── tgl-queries.h ├── tgl-structures.h ├── tgl-timers.c ├── tgl-timers.h ├── tgl.c ├── tgl.h ├── tools.c ├── tools.h ├── tree.h ├── updates.c └── updates.h