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
vvaltman
27d219486f
Merge branch 'luckydonald-master'
2015-05-27 17:33:25 +03:00
vvaltman
9268a89d45
fixed pull request
2015-05-27 17:32:14 +03:00
vvaltman
3aae4ed7be
Merge branch 'master' of https://github.com/luckydonald/tg into luckydonald-master
2015-05-27 17:31:51 +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
6ad4b23246
updated tgl
2015-05-27 17:18:18 +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
vvaltman
206c17e5bd
updated README
2015-05-27 16:46:37 +03:00
vvaltman
9ce0ed310f
updated tgl
2015-05-27 16:25:59 +03: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
luckydonald
0e340af2a8
Fix for ``send_video
`` failing without a caption string given.
...
(see https://github.com/vysheng/tg/issues/538 )
2015-05-21 16:42:51 +02:00
luckydonald
b0c092e7b8
Fixed typos in help documentation.
2015-05-20 20:24:19 +02:00
luckydonald
95094949ce
Added out-of-range error status. (@vysheng: Not sure if I did that correctly.)
2015-05-20 20:21:12 +02:00
luckydonald
d30885e9dc
added optional status to send_typing command.
2015-05-20 19:39:33 +02:00
luckydonald
3963eca8ca
added missing "user" attribute to "online-status" event.
...
E.g. ```{"event": "online-status", "online": true, "when": "2015-05-20 00:16:40", "state": 1, "user": {"username": ... }}```
2015-05-20 00:33:10 +02:00
luckydonald
548c2b18e0
added "online-status" event.
...
E.g. ```{"event": "online-status", "online": true, "when": "2015-05-20 00:16:40", "state": 1}```
2015-05-20 00:13:39 +02:00
luckydonald
8ff3b78577
added status string to 'typing' service.
...
E.g. ``` { ... , "type":"typing", "status":"recording audio", ... }```
2015-05-19 21:25:20 +02:00
vvaltman
3ced7bbb27
fixes for last json update
2015-05-15 17:50:07 +03:00
luckydonald
8b8a69ec83
Fixes for #516 :
...
Added output when message are marked read (if ```--json```), which fixes Issue [#516 ] (https://github.com/vysheng/tg/issues/516#issuecomment-101710890 )
Also added event field to json which will be send to terminal/main_session:
"event" = "message", "read" (message got read), "service", (events only in secret chats?) "updates" (peer name change etc), "download" (file downloaded)
2015-05-15 16:06:30 +02:00
vvaltman
5935c97ed0
updated readme
2015-05-15 14:31:41 +03:00
vvaltman
a825b63209
added error codes
2015-05-15 13:31:38 +03:00
vvaltman
1823005ff5
fixed compilation error with old libjansson
2015-05-15 12:58:10 +03:00
vvaltman
611211cc09
prerelease
2015-05-14 15:48:20 +03:00
vvaltman
081c65ce8f
Merge branch 'luckydonald-tdev_id_fix'
2015-05-13 20:45:36 +03:00
vvaltman
26dba968c5
Merge branch 'tdev_id_fix' of https://github.com/luckydonald/tg into luckydonald-tdev_id_fix
2015-05-13 20:45:00 +03:00
vvaltman
df628264d5
fixed bug in load_photo ()
2015-05-13 20:43:04 +03:00
luckydonald
5174d1399a
fixed: flags were named "id" too.
2015-05-13 18:50:49 +02:00
vvaltman
4afd5d5ced
updated CHANGELOG
2015-05-13 14:29:45 +03:00
vvaltman
000f767fa8
small fix
2015-05-11 17:14:58 +03:00
vvaltman
554d78274e
increased version
2015-05-11 17:10:27 +03:00
vvaltman
402375ec43
added json support
2015-05-11 14:20:34 +03:00
vvaltman
76aec0bf15
fixed CE
2015-05-11 12:37:58 +03:00
vvaltman
4b5c2556d0
updated tgl
2015-05-07 12:05:36 +03:00
vvaltman
4f9cde9af7
fixed double free
2015-05-06 15:15:09 +03:00
vvaltman
9c13a7a491
updated readme
2015-05-06 14:43:36 +03:00
vvaltman
8eaa6119b6
added register function from lua
2015-05-06 14:39:45 +03:00
vvaltman
4734c8ba9d
some fixes in LUA. some fixes in readline completion
2015-05-05 21:08:37 +03:00
vvaltman
3f22df2a0c
updated tgl. support for captions
2015-05-05 12:48:58 +03:00
vvaltman
775f417cc2
Merge branch 'test' of github.com:vysheng/tg
2015-05-01 20:50:33 +03:00
vvaltman
1a31a20a5a
updated tgl
2015-05-01 20:50:08 +03:00
vysheng
b7128530f3
Merge pull request #503 from SyRenity/patch-1
...
Added username field to message table passed to Lua
2015-05-01 20:38:33 +03:00
vvaltman
0e2db10aa9
added key to disable link previews
2015-05-01 20:35:04 +03:00
vvaltman
ba1988b530
do not fail after receiving new geo
2015-05-01 20:26:47 +03:00
vvaltman
69839f1266
updated tgl
2015-05-01 20:19:12 +03:00
vvaltman
4240f81f2c
updated tgl
2015-05-01 19:32:06 +03:00
SyRenity
20ce2ae158
Update lua-tg.c
...
Added username field to message table passed to Lua
2015-05-01 19:20:42 +03:00
vvaltman
393b514225
updated tgl
2015-05-01 18:12:07 +03:00
vvaltman
86352f2985
updated tgl
2015-04-30 16:24:07 +03:00