vvaltman
7594c03562
More logic in autocompletion. Added set_chat_photo and set_profile_photo methods
2014-08-25 20:17:17 +04:00
vvaltman
c721eca51e
Fixed problems with read mark. Deleted unused code
2014-08-25 18:04:27 +04:00
vvaltman
48c0709198
Fixed chat_add_user query
2014-08-25 05:11:03 +04:00
vvaltman
e57b7064bb
Fixed licenses. libtgl is now distributed under LGPL 2.1+
2014-08-22 02:02:43 +04:00
Vysheng
e5f524b0a8
fix queries_num
2014-08-22 15:45:16 +04:00
vvaltman
d33d24d1f0
changes
2014-08-21 07:24:52 +04:00
vvaltman
9efad0f349
fixes
2014-08-21 05:56:53 +04:00
vvaltman
f3636ced4c
updates
2014-08-21 02:33:19 +04:00
Vysheng
839e9cd448
fixes
2014-08-21 20:28:01 +04:00
Vysheng
6707c11952
updates
2014-08-21 19:38:51 +04:00
vvaltman
f58b812b06
Fixes
2014-08-20 20:36:45 +04:00
vvaltman
2b2cc686fc
updates
2014-08-18 20:39:04 +04:00
vvaltman
cedc1d17d4
many fixes
2014-08-15 02:16:01 +04:00
Vysheng
e2e7d0c906
fixes
2014-08-15 18:57:43 +04:00
Vysheng
b12ca53816
many updates
2014-08-14 22:03:33 +04:00
vysheng
fe08f0c5e7
more code
2014-08-14 01:31:24 +00:00
Vysheng
bf86f75604
fixes
2014-08-13 19:55:16 +04:00
Vysheng
418cad58d1
Some refactoring
2014-08-13 16:56:55 +04:00
Vysheng
9959c0589f
renamed user_chat_get to peer_get
2014-08-13 14:09:52 +04:00
vysheng
d3780ebeff
Mant fixes. Sometimes work now
2014-08-13 01:22:15 +00:00
vysheng
8dd17ec6bc
Some renaming
2014-08-12 21:51:16 +00:00
vysheng
a37e5f437e
A bit working version
2014-08-12 21:32:11 +00:00
Vysheng
337be90978
many changes
2014-08-12 19:15:04 +04:00
vysheng
811df367cd
Updates
2014-08-12 09:59:59 +00:00
vysheng
8f4f808d32
fixed login
2014-03-21 15:33:06 +04:00
vysheng
b5bf72f1f2
Merge github.com:vysheng/tg
2014-03-21 01:03:42 +04:00
vysheng
8d6dff61e8
Fixed sentCode parse in 12 layer
2014-03-21 01:03:23 +04:00
vysheng
d5cfcb520f
added layer 12 support
2014-03-20 19:33:08 +04:00
René van Dorst
f0436e61ca
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
a5b6f93a66
Fixed 'call' method from jerbob92
2014-02-24 15:27:30 +04:00
Jeroen Bobbeldijk
f6fe5765d2
Fully working phone call support, might need some tweaks and checks
2014-02-24 07:59:20 +01:00
Vysheng
f647b8f0f3
Fixed registration. Fixed possible SIGSEGV in create_print_name
2014-02-07 19:40:39 +04:00
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