vvaltman
bd4e59b6ab
updates
2014-08-21 02:33:19 +04:00
vvaltman
64981ad777
Merge branch 'master' of adm239:tg
...
Conflicts:
interface.c
tgl.h
2014-08-20 20:41:56 +04:00
vvaltman
311489b168
Fixes
2014-08-20 20:36:45 +04:00
Vysheng
52b5a2d3ce
fixes
2014-08-19 16:57:55 +04:00
vvaltman
d08a64a481
updates
2014-08-18 20:39:04 +04:00
vvaltman
b1cbaa5105
many fixes
2014-08-15 02:16:01 +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
3b5458de54
fixes
2014-08-13 19:55:16 +04:00
Vysheng
cb95039f51
Some refactoring
2014-08-13 16:56:55 +04:00
Vysheng
bc1648a7c7
renamed user_chat_get to peer_get
2014-08-13 14:09:52 +04:00
vysheng
ddbe7ba88c
Mant fixes. Sometimes work now
2014-08-13 01:22:15 +00:00
vysheng
c05bb2683e
Some renaming
2014-08-12 21:51:16 +00:00
vysheng
143d672884
A bit working version
2014-08-12 21:32:11 +00:00
Vysheng
7741fe8da9
many changes
2014-08-12 19:15:04 +04:00
vysheng
8ff2ac447b
fix to prev fix
2014-03-07 02:44:41 +04:00
vysheng
3383755b21
Fixed merge structures.c
2014-03-07 02:43:15 +04:00
Thomas Wentzel
11ab0194eb
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
856fba7fae
Fixed registration. Fixed possible SIGSEGV in create_print_name
2014-02-07 19:40:39 +04:00
Vysheng
3b4bf372ab
lua: added postpone message
2014-02-06 22:09:43 +04:00
Vysheng
e10ce5aa69
Use tree for peer_name search
2014-01-31 20:03:40 +04:00
antma
d8b16d5738
AES_KEY structure clean up
2014-01-23 19:49:57 +04:00
antma
2a817354ff
fix free in the hypotetic case when binlog message contain NUL character in the middle
2014-01-21 18:36:46 +04:00
vysheng
48c2619bf8
strutures.c: fixed bad flags in get chat query
2014-01-15 16:10:52 +04:00
antma
eb2bc7f0ff
fix #include "config.h" for all source files
2014-01-13 17:05:25 +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
3421589432
Support for layer 11
2013-12-24 04:57:01 +04:00
Vysheng
ae29e1d933
Many fixes.
2013-12-02 21:19:08 +04:00
Vysheng
ee1f45ec3d
Manty fixes. Mostly binlog for messages
2013-11-30 01:43:56 +04: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
852c768736
Chats added to binlog
2013-11-23 03:26:35 +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
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
1c6e84b999
Fixed bug in read config
2013-11-11 22:35:31 +04:00
vysheng
8c30413d6c
Added configure script. Some interface fixes
2013-11-10 02:47:19 +04:00
vysheng
a725c0959f
Support for chat create
2013-11-06 02:24:26 +04:00
vysheng
f4e8e8ca0c
Some fixes with download/upload in encrypted chats
2013-11-05 03:46:12 +04:00
vysheng
a0ba6cc7c3
Many improvements in encrypted chats. Can not send/download encrypted messages, for example
2013-11-05 03:15:24 +04:00
vysheng
180cfd22f2
Partial support for encrypted chats.
2013-11-04 21:34:27 +04:00
Vysheng
05f9d32698
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
aa40f0caab
Some changes to add encrypted chat in nearest future
2013-11-02 14:14:30 +04:00
vysheng
b6085fe801
Somthing fixed. Don't know what
2013-11-01 23:57:57 +04:00
vysheng
a18b898122
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