gitextract_jznprqyy/ ├── .gitignore ├── .gitmodules ├── .travis.yml ├── CHANGELOG ├── LICENSE ├── LICENSE.h ├── Makefile.in ├── Makefile.tgl ├── Makefile.tl-parser ├── README-Cygwin.md ├── README-LUA ├── README-PY.md ├── README.es ├── README.md ├── ax_lua.m4 ├── ax_python.m4 ├── bootstrap ├── config.h.in ├── config.sample ├── configure ├── configure.ac ├── debian/ │ ├── changelog │ ├── clean │ ├── compat │ ├── control │ ├── copyright │ ├── docs │ ├── install │ ├── rules │ ├── source/ │ │ └── format │ ├── telegram-cli.8 │ ├── telegram-cli.logrotate │ ├── telegram-cli.manpages │ ├── telegram-cli.postinst.debhelper │ ├── telegram-cli.preinst │ ├── telegram-cli.preinst.debhelper │ ├── telegram-cli.prerm │ ├── telegram-cli.prerm.debhelper │ ├── telegram-cli.upstart │ └── watch ├── event-old.h ├── gentoo/ │ └── net-im/ │ └── telegram-cli/ │ ├── Manifest │ └── telegram-cli-9999.ebuild ├── interface.c ├── interface.h ├── json-tg.c ├── json-tg.h ├── loop.c ├── loop.h ├── lua-tg.c ├── lua-tg.h ├── m4-ax_gcc_builtin.m4 ├── m4_ax_check_openssl.m4 ├── m4_ax_check_zlib.m4 ├── main.c ├── python-tg.c ├── python-tg.h ├── python-types.c ├── python-types.h ├── rpm/ │ └── telegram-cli-Beta-2.fc20.x86_64.rpm ├── server.pub ├── start-telegram-daemon ├── telegram-cli-cygwin.patch ├── telegram-cli.spec ├── telegram-daemon ├── telegram.h ├── test.lua ├── tg-server.pub └── tg-test.py