vvaltman
0299a6375d
changes
2014-08-21 07:24:52 +04:00
vvaltman
8c58fb7f00
fixes
2014-08-21 05:56:53 +04:00
Vysheng
3b58fed8e4
updates
2014-08-21 19:38:51 +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
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
Thomas Wentzel
6677355f44
Change type in message_action and message_media from int to unsigned.
2014-03-06 22:31:05 +01:00
vysheng
e0d109e450
Update interface.c
2014-03-05 16:18:53 +03:00
vcuculo
625d30c375
added support to sound notifications
2014-02-27 09:48:05 +01: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
Anders Iver Gjermo
39cee4b662
catch NULL input in interpreter_chat_mode
2014-02-23 02:06:57 +01:00
vysheng
59b3d7e0c2
Update interface.c
2014-02-21 14:23:37 +03:00
vysheng
8c597b2935
Update interface.c
2014-02-18 21:06:00 +03:00
Falk
5baaabdd8a
Update interface.c to avoid error messages
...
When hitting enter (without writing anything) in an chat prompt always appears an error message telling you that the message is empty.
Checking the content of the line can avoid this.
I don't know is this behaviour is wrong or right.
So please forgive me if it doesn’t make sense.
2014-02-13 00:52:25 +01:00
falkartis
059713097f
Help text updated.
...
I just added "You can see message numbers starting client with -N" to the load_photo and the view_photo description.
I've been in trouble because of not knowing how to download files so I think its use-full.
I'm not sure if it's how github works my idea was to Propose this change to the main branch.
2014-02-08 17:44:10 +01:00
Marcos Gómez Vilches
eb0de3c7bd
Update interface.c
...
Fix typo in help command
2014-01-30 17:46:09 +01:00
Vysheng
7de612f5f8
added delete/restore messages queries
2014-01-24 19:05:41 +04:00
vysheng
5069568590
Fixed load audio
2014-01-17 18:16:35 +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
vysheng
feed5229b5
free->tfree. Memory checks, if compiled with -DDEBUG
2014-01-10 18:37:56 +04:00
antma
f2f4153d00
add field limit for sscanf call (fix libc versions older than 2.13-25)
2014-01-10 16:37:07 +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
820ccce220
Fixed autocompete in send_document
2013-12-24 15:58:31 +04:00
vysheng
73b17ee19d
Added more checks on g_a and g
2013-12-24 15:29:18 +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
3b033ea3ff
Added dump packets to file
2013-12-18 19:21:49 +04:00
Vysheng
7a3ef6d624
Updated help
2013-12-06 21:16:17 +04:00
Vysheng
4e2e651e2a
Added chat_with_peer command
2013-12-06 21:14:41 +04:00
Vysheng
1198159162
Fixed bug
2013-12-06 20:40:52 +04:00
Vysheng
5c976ea1c4
interface: added auto-completion for modifiers (only [offline] for now)
2013-11-30 22:52:13 +04:00
Vysheng
ee1f45ec3d
Manty fixes. Mostly binlog for messages
2013-11-30 01:43:56 +04:00
Vysheng
7c1825d1b2
fixed detailed info
2013-11-25 21:21:08 +04:00
Vysheng
698004d92d
Added [offline] modifier
2013-11-25 21:16:34 +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
f85f248a86
Added log level param
2013-11-15 20:14:25 +04:00
Vysheng
9f070a27a4
Fixed assert on profile photo update
2013-11-15 16:59:06 +04:00
vysheng
a1ea8bd69c
Added full support for layer 10
2013-11-15 14:37:14 +04:00
vysheng
4fdb69a85f
Maybe it would compile on mac now
2013-11-11 15:34:45 +04:00