Commit Graph

262 Commits

Author SHA1 Message Date
V V
09d89efdb0 bugfixes 2015-10-16 15:54:08 +03:00
V V
4b4a2053ad commented binlog code1 2015-10-14 18:13:43 +03:00
V V
ffe31ad3ca added channel_get_members/channel_get_admins query 2015-10-14 13:23:58 +03:00
V V
186e6c007f Merge branch 'master' of github.com:vysheng/tg 2015-10-14 12:38:22 +03:00
Michele Sorcinelli
68e3e1a4db Add command line option for bell notifications
'--alert/A'
2015-10-14 00:07:15 +02:00
V V
a773850882 updated tgl 2015-10-12 13:50:55 +03:00
V V
e641392b0f fixed version and help queries 2015-10-05 18:14:44 +03:00
V V
8682753c5d fixed help command 2015-10-05 18:09:10 +03:00
V V
d8a00541d8 added channel admins 2015-10-02 20:59:21 +03:00
V V
3b897e260b added import/export channel link 2015-10-02 20:17:32 +03:00
V V
bf65b0e2b1 added kick and invite to channels 2015-10-02 20:10:33 +03:00
V V
bbf269283d added channel join and leave support 2015-10-02 19:59:13 +03:00
V V
a21c8f87a0 allow edit username of channels 2015-10-02 18:32:09 +03:00
V V
ef1e76bf0c added create_channel 2015-10-02 18:23:04 +03:00
V V
957ad6e3ed some more channel methods 2015-10-02 18:07:07 +03:00
V V
a73ca70adf merged openssl switch 2015-10-02 12:32:16 +03:00
V V
cd85857a1f small fixes 2015-10-01 20:39:29 +03:00
V V
8a20db568d small fixes 2015-10-01 15:54:01 +03:00
V V
af87493012 added time to debug output. updated tgl 2015-10-01 14:48:46 +03:00
V V
598b441488 some fixes. Added some debug output. Added channel_info query 2015-10-01 14:11:31 +03:00
V V
17fc871f15 interface: fixed output of forwarded messages 2015-09-30 21:06:40 +03:00
V V
8b0ff90800 updates. something may work now 2015-09-30 20:41:29 +03:00
V V
d15b20d48c updates 2015-09-30 19:49:50 +03:00
V V
8fe867943d updated tgl 2015-09-25 20:20:00 +03:00
V V
d67c52184e updates 2015-09-25 20:01:51 +03:00
V V
4c27091706 try to add partial channel support 2015-09-25 18:28:23 +03:00
vvaltman
2cc75016aa updated tgl 2015-07-30 15:17:42 +03:00
Rei
21c9df5b27 Fixed random crashes and crash on group link request
- (Random crashes) Fixed uninitialized variable prompt_was; please, use static variables to make life easier to everyone.
- Removed duplicate line 2138. The print_start/print_end mechanism is weak, there's a lot of redundant code and bugs are hard to catch.
2015-07-26 17:57:05 +02:00
JLarky
708b2ee432 do fflush instead of readline when readline is disabled.
- fixes issue when output is getting buffered and is not sent until message is received or program has stopped
 - I used this answer http://stackoverflow.com/a/1716621/74167 for solution
2015-06-29 19:57:01 -07:00
vvaltman
6c4c76bd4f fixed autocomplete for bots 2015-06-25 13:34:28 +03:00
vvaltman
c4ffd8c342 added completion in chats 2015-06-24 20:52:52 +03:00
vvaltman
e36ec84bf5 updated tgl. fixed layer 31 2015-06-24 20:46:12 +03:00
vvaltman
97bfa253e2 updated tgl. Fixed contact_search. Added resolve_username 2015-06-18 15:54:55 +03:00
vvaltman
b43ab0a522 support for custom keyboard 2015-06-17 16:48:44 +03:00
vysheng
e8c16c6c29 Merge pull request #617 from Floens/get_self
Add get_self command
2015-06-17 12:38:20 +03:00
vvaltman
0faf9f80b7 some fixes. updated tgl 2015-06-17 12:05:57 +03:00
Floens
fbff266dca Eliminate code duplication, remove the second argument of json_pack_peer
All callees were using it the same way
2015-06-07 23:21:05 +02:00
Floens
6dd3951948 Add "get_self" command
This executes user_info with our_id
2015-06-07 23:19:07 +02:00
vvaltman
77cfd51d92 fixed crash on empty photo 2015-06-01 15:44:48 +03:00
vvaltman
90927315a7 add "ANSWER 0" line on empty answers to socket 2015-06-01 12:07:44 +03:00
vvaltman
0305e38f13 deleted debug 2015-05-28 14:57:38 +03:00
vvaltman
452c30fc88 Merge branch 'master' of https://github.com/datamachine/tg into datamachine-master 2015-05-27 17:55:19 +03:00
vvaltman
8ba66a8603 proper way to handle interface errors 2015-05-27 17:42:08 +03:00
vvaltman
f9a7f19564 Merge branch 'fix_command_typing_with_status' of https://github.com/luckydonald/tg into luckydonald-fix_command_typing_with_status 2015-05-27 17:38:41 +03:00
vysheng
66f1da63ce Merge pull request #542 from luckydonald/fix_command_video_caption
[commands] Fix for ```send_video``` failing without a caption string given.
2015-05-27 17:30:44 +03:00
vysheng
b9cc048334 Merge pull request #539 from luckydonald/fix_json_user_status
[json] Add user online status event
2015-05-27 17:30:25 +03:00
vvaltman
f99a9944c8 updated version 2015-05-27 17:16:42 +03:00
vvaltman
9c00b7dc75 not cause error on empty string in input 2015-05-27 16:49:52 +03:00
Vincent Castellano
8c3adff675 Missed a _GNU_SOURCE define 2015-05-23 18:28:38 -07:00
luckydonald
91c4fcaf8f More typos found in command help.
That's what you get when using regexes...
2015-05-21 18:30:51 +02:00