Commit graph

162 commits

Author SHA1 Message Date
antma
2c05a3c65a fix sending a lot of spaces in version string 2014-01-14 14:46:13 +04:00
antma
eb2bc7f0ff fix #include "config.h" for all source files 2014-01-13 17:05:25 +04:00
antma
4ccacb146c add functions tstrndup (auto check return value of strndup calls) 2014-01-13 16:26:48 +04:00
antma
46163db14d 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
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
afdcd9b7df fix missed inflateEnd call and enhance handling inflate return value 2014-01-10 20:54:47 +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
vysheng
fad27bbd39 Fixed CE. Fixed tree.h to use talloc 2014-01-10 17:03:47 +04:00
antma
70441cfcdf replace sprintf call with snprintf for open image command 2014-01-10 16:15:59 +04:00
antma
206fa43232 replace sprintf call with snprintf for downloaded part name 2014-01-10 16:05:39 +04:00
antma
e1c750ad7f add length modifier to the format for strings in sprintf call 2014-01-10 15:59:48 +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
df3dc01306 Fixed CE 2013-12-25 13:07:10 +04:00
vysheng
cb29ce4523 Some other things changed to secure_random 2013-12-25 12:56:46 +04:00
vysheng
5ea4683d16 Fixed secure random. 2013-12-25 12:35:13 +04:00
vysheng
5cde89b5c8 do_rand () renamed to secure_random () 2013-12-25 04:44:36 +04:00
vysheng
f8793376a5 Fixed random on sensible parts (generation auth_key, session_id and keys for secret chats) 2013-12-25 03:42:05 +04:00
vysheng
73b17ee19d Added more checks on g_a and g 2013-12-24 15:29:18 +04:00
vysheng
3421589432 Support for layer 11 2013-12-24 04:57:01 +04:00
Vysheng
0396571877 DH: added check for bad prime in encr chats 2013-12-23 15:13:43 +04:00
Vysheng
b13434e378 Fixed check g_a in encr chats 2013-12-23 15:10:53 +04:00
Vysheng
64a804ffc5 Merge github.com:vysheng/tg 2013-12-23 14:46:16 +04:00
Vysheng
89ee6e1002 Support for g!=2 in DH 2013-12-23 14:09:57 +04:00
vysheng
9b67354294 Added safe_quit query. Useful in pipe mode 2013-12-21 15:53:32 +04:00
Vysheng
03bd7f55a9 Fixed bug in document loading 2013-12-20 19:45:59 +04:00
Vysheng
e439bef899 added /read and /history in chat_with_peer mode 2013-12-20 02:50:31 +04:00
Vysheng
4e2e651e2a Added chat_with_peer command 2013-12-06 21:14:41 +04:00
Vysheng
6d56e0e644 fixed binlog problems. Set lock on binlog 2013-11-30 03:15:10 +04:00
Vysheng
b7a2732c30 Merge github.com:vysheng/tg 2013-11-30 01:44:16 +04:00
Vysheng
ee1f45ec3d Manty fixes. Mostly binlog for messages 2013-11-30 01:43:56 +04:00
Dann Luciano
639160bc75 Added open support in OS X. 2013-11-29 19:33:05 -02:00
Vysheng
698004d92d Added [offline] modifier 2013-11-25 21:16:34 +04:00
Vysheng
2362d88266 added chat info to binlog 2013-11-25 20:13:36 +04:00
Vysheng
4c740e0bd4 Fixed binlog. Added state file to binlog 2013-11-22 01:40:31 +04:00
Vysheng
575fb9b001 Merge github.com:vysheng/tg 2013-11-21 23:36:05 +04:00
Vysheng
849d6a33a6 Sometimes new binlog works 2013-11-21 23:35:49 +04:00
vysheng
31440ea387 Updated: layer10 2013-11-19 21:02:02 +04:00
vysheng
b23186b4e1 Merge github.com:vysheng/tg
Conflicts:
	interface.c
2013-11-19 21:01:18 +04:00
Vysheng
c41a38924a Fixed small bugs. Fixed login 2013-11-16 17:04:53 +04:00
vysheng
451f4134a0 Merge github.com:vysheng/tg 2013-11-15 14:37:34 +04:00
vysheng
a1ea8bd69c Added full support for layer 10 2013-11-15 14:37:14 +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
b93c9549f2 Added files for binlog 2013-11-13 04:11:25 +04:00
Vysheng
fab86252e1 Supoort for layer 10 2013-11-12 19:47:41 +04:00
vysheng
1c6e84b999 Fixed bug in read config 2013-11-11 22:35:31 +04:00
vysheng
4fdb69a85f Maybe it would compile on mac now 2013-11-11 15:34:45 +04:00
vysheng
70f14b4f45 fixed small bug in msg send to not a contact 2013-11-11 02:33:03 +04:00
vysheng
e297e27118 Added queries online/offline/contacts_search 2013-11-09 13:51:07 +04:00