Commit graph

35 commits

Author SHA1 Message Date
vvaltman
548f4fe997 Added PFS support. Parallel auth_key generation. Small bug fixes 2014-08-29 17:33:15 +04:00
vvaltman
ab5b9c306f Fixed licenses. libtgl is now distributed under LGPL 2.1+ 2014-08-22 02:02:43 +04:00
vvaltman
bd4e59b6ab updates 2014-08-21 02:33:19 +04:00
Vysheng
4a48059e8a many updates 2014-08-14 22:03:33 +04:00
vysheng
3dde03db86 more code 2014-08-14 01:31:24 +00:00
Vysheng
7741fe8da9 many changes 2014-08-12 19:15:04 +04:00
vysheng
1722bbc3f2 added layer 12 support 2014-03-20 19:33:08 +04:00
vysheng
d8d1d42327 deleted unused code 2014-03-07 23:41:59 +04:00
antma
c91d47839c improve portability by removing rdtsc calls
https://github.com/vysheng/tg/issues/8
2014-01-15 19:29:26 +04:00
Vysheng
90dd95392f Added partial lua support 2014-01-12 04:43:29 +04:00
vysheng
0a9532dc48 Merge branch 'master' of https://github.com/antma/tg
Conflicts:
	tools.c
2014-01-10 21:16:26 +04:00
antma
3ec80b7ac7 enhance portability (replace void* by char*)
When using void pointers in calculations, the behaviour is undefined. Arithmetic operations on 'void *' is a GNU C extension, which defines the 'sizeof(void)' to be 1.
2014-01-10 19:04:27 +04:00
vysheng
feed5229b5 free->tfree. Memory checks, if compiled with -DDEBUG 2014-01-10 18:37:56 +04:00
antma
bb24fba98f check return values of strdup and malloc
add talloc0 function (malloc and zero fill)
check return values of arithmetic openssl BN_* functions
check return values of BN_bin2bn function
remove useless BN_init calls right after BN_new
fix 2 small memory leaks
2014-01-10 15:32:57 +04:00
Vysheng
e439bef899 added /read and /history in chat_with_peer mode 2013-12-20 02:50:31 +04:00
Vysheng
ee1f45ec3d Manty fixes. Mostly binlog for messages 2013-11-30 01:43:56 +04:00
Vysheng
7c1825d1b2 fixed detailed info 2013-11-25 21:21:08 +04:00
Vysheng
852c768736 Chats added to binlog 2013-11-23 03:26:35 +04:00
Vysheng
c41a38924a Fixed small bugs. Fixed login 2013-11-16 17:04:53 +04:00
Vysheng
f3edaaa346 Partial support for binlog. It now can track user, secret chat and auth updates. 2013-11-15 04:08:24 +04:00
vysheng
4fdb69a85f Maybe it would compile on mac now 2013-11-11 15:34:45 +04:00
vysheng
180cfd22f2 Partial support for encrypted chats. 2013-11-04 21:34:27 +04:00
vysheng
b6085fe801 Somthing fixed. Don't know what 2013-11-01 23:57:57 +04:00
Vysheng
2ae2406a91 Added search query. But it seems, that search does not use stemmer 2013-11-01 19:02:28 +04:00
Vysheng
177f0ac25a Sometimes client can recover from network loss 2013-10-26 19:32:20 +04:00
Vysheng
f8d3fdf276 Fixed read of notify settings 2013-10-26 02:03:36 +04:00
Vysheng
7f47948cc6 Fixed chat_info query 2013-10-24 21:04:44 +04:00
vysheng
e5cc589a0f Added GPL-headers to source files 2013-10-23 18:26:17 +04:00
Vysheng
6893fca713 Added fetch of all updates. Added print of service messages 2013-10-21 23:27:29 +04:00
Vysheng
e40ae9590d Many bug fixes. Added dialog_list query 2013-10-18 20:00:47 +04:00
Vysheng
a8a18a8076 Sometimes updates work 2013-10-16 23:19:39 +04:00
Vysheng
baa56b709c Commit parse of many structures (message, chat, photo, etc) 2013-10-14 21:26:25 +04:00
Vysheng
5f2080e956 Some fixes. Added automaticly generated constants.h 2013-10-13 16:30:53 +04:00
Vysheng
bf291df34a Many fixes. Now (maybe) works authorization and get contact list query 2013-10-13 14:18:08 +04:00
Vysheng
3243c29a8c Big commit 2013-10-12 00:52:20 +04:00