forked from CopierTeam/Umbrella-Cp
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tg
updated
27 files
+3 −1 | .gitignore | |
+2 −0 | .travis.yml | |
+13 −1 | CHANGELOG | |
+6 −7 | Makefile.in | |
+17 −10 | Makefile.tgl | |
+1 −0 | README-LUA | |
+95 −0 | README-PY | |
+13 −7 | README.md | |
+109 −0 | ax_python.m4 | |
+6 −0 | bootstrap | |
+12 −0 | config.h.in | |
+606 −0 | configure | |
+66 −0 | configure.ac | |
+5 −1 | gentoo/net-im/telegram-cli/telegram-cli-9999.ebuild | |
+1,165 −586 | interface.c | |
+463 −0 | json-tg.c | |
+14 −0 | json-tg.h | |
+60 −32 | loop.c | |
+429 −96 | lua-tg.c | |
+124 −27 | main.c | |
+1,265 −0 | python-tg.c | |
+89 −0 | python-tg.h | |
+1,429 −0 | python-types.c | |
+21 −0 | python-types.h | |
+1 −1 | telegram.h | |
+69 −0 | tg-test.py | |
+1 −1 | tgl |