Vysheng
57cff060a3
Added -W key to wait dialog list before processing input
2014-02-03 19:50:57 +04:00
Vysheng
d1050e7a93
Merge github.com:vysheng/tg
2014-01-24 19:06:02 +04:00
Vysheng
8f63825890
added delete/restore messages queries
2014-01-24 19:05:41 +04:00
antma
8b4085ff93
AES_KEY structure clean up
2014-01-23 19:49:57 +04:00
vysheng
71e5991c59
Fixed load audio
2014-01-17 18:16:35 +04:00
antma
ba58659420
fix sending a lot of spaces in version string
2014-01-14 14:46:13 +04:00
antma
e27a27c4a0
fix #include "config.h" for all source files
2014-01-13 17:05:25 +04:00
antma
5de0d75942
add functions tstrndup (auto check return value of strndup calls)
2014-01-13 16:26:48 +04:00
antma
2724878bfc
fix small memory leaks in the function do_send_photo for the cases of invalid, empty or large file
2014-01-13 16:09:33 +04:00
Vysheng
6b0d354e69
Added partial lua support
2014-01-12 04:43:29 +04:00
vysheng
77f56cfd57
Merge branch 'master' of https://github.com/antma/tg
...
Conflicts:
tools.c
2014-01-10 21:16:26 +04:00
antma
286ffe8c72
fix missed inflateEnd call and enhance handling inflate return value
2014-01-10 20:54:47 +04:00
antma
d2460a8a90
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
f06d3c1625
free->tfree. Memory checks, if compiled with -DDEBUG
2014-01-10 18:37:56 +04:00
vysheng
ccc76dd982
Fixed CE. Fixed tree.h to use talloc
2014-01-10 17:03:47 +04:00
antma
20d8954732
replace sprintf call with snprintf for open image command
2014-01-10 16:15:59 +04:00
antma
35f981d519
replace sprintf call with snprintf for downloaded part name
2014-01-10 16:05:39 +04:00
antma
c15579713c
add length modifier to the format for strings in sprintf call
2014-01-10 15:59:48 +04:00
antma
3795a77618
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
780320ee5d
Fixed CE
2013-12-25 13:07:10 +04:00
vysheng
874aace355
Some other things changed to secure_random
2013-12-25 12:56:46 +04:00
vysheng
484e1c30e8
Fixed secure random.
2013-12-25 12:35:13 +04:00
vysheng
7a5fa39f84
do_rand () renamed to secure_random ()
2013-12-25 04:44:36 +04:00
vysheng
b2ba81e761
Fixed random on sensible parts (generation auth_key, session_id and keys for secret chats)
2013-12-25 03:42:05 +04:00
vysheng
c496266598
Added more checks on g_a and g
2013-12-24 15:29:18 +04:00
vysheng
f11ae1983f
Support for layer 11
2013-12-24 04:57:01 +04:00
Vysheng
dbffe269fa
DH: added check for bad prime in encr chats
2013-12-23 15:13:43 +04:00
Vysheng
2ddd7a1d71
Fixed check g_a in encr chats
2013-12-23 15:10:53 +04:00
Vysheng
efc7673ac8
Merge github.com:vysheng/tg
2013-12-23 14:46:16 +04:00
Vysheng
664e6e1549
Support for g!=2 in DH
2013-12-23 14:09:57 +04:00
vysheng
069fe471ed
Added safe_quit query. Useful in pipe mode
2013-12-21 15:53:32 +04:00
Vysheng
c9346a75f3
Fixed bug in document loading
2013-12-20 19:45:59 +04:00
Vysheng
41fc7c2278
added /read and /history in chat_with_peer mode
2013-12-20 02:50:31 +04:00
Vysheng
9ebb3f7370
Added chat_with_peer command
2013-12-06 21:14:41 +04:00
Vysheng
12b9882aae
fixed binlog problems. Set lock on binlog
2013-11-30 03:15:10 +04:00
Vysheng
8bc40adffb
Merge github.com:vysheng/tg
2013-11-30 01:44:16 +04:00
Vysheng
725c6669a7
Manty fixes. Mostly binlog for messages
2013-11-30 01:43:56 +04:00
Dann Luciano
a1a34b8a47
Added open support in OS X.
2013-11-29 19:33:05 -02:00
Vysheng
d96450cd09
Added [offline] modifier
2013-11-25 21:16:34 +04:00
Vysheng
168c6b7a05
added chat info to binlog
2013-11-25 20:13:36 +04:00
Vysheng
f4ac638c72
Fixed binlog. Added state file to binlog
2013-11-22 01:40:31 +04:00
Vysheng
bf94fee0e0
Merge github.com:vysheng/tg
2013-11-21 23:36:05 +04:00
Vysheng
06dee8bdbd
Sometimes new binlog works
2013-11-21 23:35:49 +04:00
vysheng
bfeba749ab
Updated: layer10
2013-11-19 21:02:02 +04:00
vysheng
a8cc367a16
Merge github.com:vysheng/tg
...
Conflicts:
interface.c
2013-11-19 21:01:18 +04:00
Vysheng
fe0e4fed8f
Fixed small bugs. Fixed login
2013-11-16 17:04:53 +04:00
vysheng
0061aa6d77
Merge github.com:vysheng/tg
2013-11-15 14:37:34 +04:00
vysheng
33d15ff1c1
Added full support for layer 10
2013-11-15 14:37:14 +04:00
Vysheng
8ad5053c66
Partial support for binlog. It now can track user, secret chat and auth updates.
2013-11-15 04:08:24 +04:00
vysheng
0d99482877
Added files for binlog
2013-11-13 04:11:25 +04:00