vvaltman
d67fc774bf
Fixed seq
2014-08-26 20:57:30 +04:00
vvaltman
152ebc3898
Updates in lua callbacks
2014-08-26 20:06:30 +04:00
vvaltman
82e9e0b09d
More logic in autocompletion. Added set_chat_photo and set_profile_photo methods
2014-08-25 20:17:17 +04:00
vvaltman
fef8398860
Fixed problems with read mark. Deleted unused code
2014-08-25 18:04:27 +04:00
vvaltman
ca34ddd404
Fixed chat_add_user query
2014-08-25 05:11:03 +04:00
vvaltman
ab5b9c306f
Fixed licenses. libtgl is now distributed under LGPL 2.1+
2014-08-22 02:02:43 +04:00
Vysheng
3ae872010e
fix queries_num
2014-08-22 15:45:16 +04:00
vvaltman
0299a6375d
changes
2014-08-21 07:24:52 +04:00
vvaltman
8c58fb7f00
fixes
2014-08-21 05:56:53 +04:00
vvaltman
bd4e59b6ab
updates
2014-08-21 02:33:19 +04:00
Vysheng
45778cffdf
fixes
2014-08-21 20:28:01 +04:00
Vysheng
3b58fed8e4
updates
2014-08-21 19:38:51 +04:00
vvaltman
311489b168
Fixes
2014-08-20 20:36:45 +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
e0ded4a86c
fixes
2014-08-15 18:57:43 +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
a8fae1278f
Updates
2014-08-12 09:59:59 +00:00
vysheng
0ca3a4dc48
fixed login
2014-03-21 15:33:06 +04:00
vysheng
183c09877d
Merge github.com:vysheng/tg
2014-03-21 01:03:42 +04:00
vysheng
aa68c2c6ae
Fixed sentCode parse in 12 layer
2014-03-21 01:03:23 +04:00
vysheng
1722bbc3f2
added layer 12 support
2014-03-20 19:33:08 +04:00
René van Dorst
a76d633705
Added command create_group_chat <user> <chat topic>.
...
Currently it supports only 1 user on creation.
Use chat_add_user to add more users to the chat.
2014-02-25 21:13:14 +01:00
vysheng
b8d827ed59
Fixed 'call' method from jerbob92
2014-02-24 15:27:30 +04:00
Jeroen Bobbeldijk
046b0ce109
Fully working phone call support, might need some tweaks and checks
2014-02-24 07:59:20 +01:00
Vysheng
856fba7fae
Fixed registration. Fixed possible SIGSEGV in create_print_name
2014-02-07 19:40:39 +04:00
Vysheng
8ca4a475e7
Added -W key to wait dialog list before processing input
2014-02-03 19:50:57 +04:00
Vysheng
f5ac0e50f4
Merge github.com:vysheng/tg
2014-01-24 19:06:02 +04:00
Vysheng
7de612f5f8
added delete/restore messages queries
2014-01-24 19:05:41 +04:00
antma
d8b16d5738
AES_KEY structure clean up
2014-01-23 19:49:57 +04:00
vysheng
5069568590
Fixed load audio
2014-01-17 18:16:35 +04:00
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