vysheng
ad25ab1b01
fix to prev fix
2014-03-07 02:44:41 +04:00
vysheng
8b78b6ffef
Fixed merge structures.c
2014-03-07 02:43:15 +04:00
Thomas Wentzel
4c0071cfb9
Got into a situation where telegram would crash upon startup, since fetch_encrypted_message_file would end up being called with a message_media of type CODE_decrypted_message_media_document.
2014-03-06 22:31:05 +01:00
Vysheng
f647b8f0f3
Fixed registration. Fixed possible SIGSEGV in create_print_name
2014-02-07 19:40:39 +04:00
Vysheng
99ffbf9036
lua: added postpone message
2014-02-06 22:09:43 +04:00
Vysheng
33d25bab99
Use tree for peer_name search
2014-01-31 20:03:40 +04:00
antma
8b4085ff93
AES_KEY structure clean up
2014-01-23 19:49:57 +04:00
antma
167fcea095
fix free in the hypotetic case when binlog message contain NUL character in the middle
2014-01-21 18:36:46 +04:00
vysheng
06902144fa
strutures.c: fixed bad flags in get chat query
2014-01-15 16:10:52 +04:00
antma
e27a27c4a0
fix #include "config.h" for all source files
2014-01-13 17:05:25 +04:00
vysheng
f06d3c1625
free->tfree. Memory checks, if compiled with -DDEBUG
2014-01-10 18:37:56 +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
f11ae1983f
Support for layer 11
2013-12-24 04:57:01 +04:00
Vysheng
8a39f039b0
Many fixes.
2013-12-02 21:19:08 +04:00
Vysheng
725c6669a7
Manty fixes. Mostly binlog for messages
2013-11-30 01:43:56 +04: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
6fea158478
Chats added to binlog
2013-11-23 03:26:35 +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
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
e80c87c9bd
Fixed bug in read config
2013-11-11 22:35:31 +04:00
vysheng
6ce15fda97
Added configure script. Some interface fixes
2013-11-10 02:47:19 +04:00
vysheng
d0adb13107
Support for chat create
2013-11-06 02:24:26 +04:00
vysheng
0754212e70
Some fixes with download/upload in encrypted chats
2013-11-05 03:46:12 +04:00
vysheng
cce9841947
Many improvements in encrypted chats. Can not send/download encrypted messages, for example
2013-11-05 03:15:24 +04:00
vysheng
923845d668
Partial support for encrypted chats.
2013-11-04 21:34:27 +04:00
Vysheng
9dd3627afa
Some code related to encrypted chat. Nothing works yet, but I believe it would work in the nearest future
2013-11-02 21:01:22 +04:00
vysheng
5b8a4fdc60
Some changes to add encrypted chat in nearest future
2013-11-02 14:14:30 +04:00
vysheng
0819dcf09d
Somthing fixed. Don't know what
2013-11-01 23:57:57 +04:00
vysheng
cdea9ca872
id for users and chats renamed to peer_id_t. This will make implementing secure chats and geochats easier
2013-11-01 03:18:34 +04:00
vysheng
16b8105df8
Fixed fail. Removed some debug output
2013-10-28 21:51:54 +04:00
vysheng
62f7295ff7
Load photo/video. Now works only with current DC.
2013-10-27 23:35:02 +04:00
Vysheng
8397231645
Fixed read of notify settings
2013-10-26 02:03:36 +04:00
vysheng
4f494a579c
fwd message
2013-10-25 23:50:10 +04:00
vysheng
8cd95c584e
Fixed bug in user_info
2013-10-25 21:33:18 +04:00
vysheng
608c2c2608
Merge github.com:vysheng/tg
2013-10-25 21:29:14 +04:00
vysheng
e20f9e498f
Added user_info query
2013-10-25 21:29:02 +04:00
Vysheng
9a494d8f09
added #num to contacts with duplicate names
2013-10-25 02:56:11 +04:00
Vysheng
7f47948cc6
Fixed chat_info query
2013-10-24 21:04:44 +04:00
vysheng
f9cf392960
Fixed some bugs. Fixed interface
2013-10-24 11:38:32 +04:00
vysheng
e5cc589a0f
Added GPL-headers to source files
2013-10-23 18:26:17 +04:00
vysheng
121f0f1d14
Fixed unread messages. Added output to dialoglist query
2013-10-23 14:25:41 +04:00
Vysheng
6893fca713
Added fetch of all updates. Added print of service messages
2013-10-21 23:27:29 +04:00
Vysheng
dd6c67008d
fixed fail on free geo media type
2013-10-19 15:46:41 +04:00
vysheng
6cc1b3d349
Fixed small bug. Changed interface
2013-10-18 23:30:24 +04:00