Commit Graph

965 Commits

Author SHA1 Message Date
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
vysheng
11090500b2 Merge pull request #594 from datamachine/master
Fix typo
2015-06-03 11:17:55 +03:00
vysheng
908e4463e5 Merge pull request #593 from jubalh/os-instructions
Add install instructions for openSUSE
2015-06-03 11:17:44 +03:00
Vincent Castellano
e14062ff83 Fix typo 2015-06-02 12:39:17 -07:00
Michael Vetter
0d0be7d079 Add install instructions for openSUSE 2015-06-02 17:26:58 +02:00
vvaltman
a433579dae Merge github.com:vysheng/tg 2015-06-02 15:08:00 +03:00
vvaltman
0723957e93 lua: added import_chat_link() 2015-06-02 15:07:36 +03:00
vysheng
5f7b5e4068 Merge pull request #589 from datamachine/master
New Python Binding Changes
2015-06-02 13:01:09 +03:00
Vincent Castellano
5af46bdcd1 Merge remote-tracking branch 'upstream/master' 2015-06-02 01:36:34 -07:00
Vincent Castellano
ff704275c3 Implement msg.load_* 2015-06-02 01:30:21 -07:00
Vincent Castellano
49951819c5 Add msg action type enum 2015-06-02 01:24:17 -07:00
Vincent Castellano
a515e0c9b4 Implement load_ functions 2015-06-02 01:20:25 -07:00
Vincent Castellano
f37588b1b9 Add constants for peer types and action types. 2015-06-02 01:02:18 -07:00
vvaltman
77cfd51d92 fixed crash on empty photo 2015-06-01 15:44:48 +03:00
vvaltman
d81da1fe8d updated tgl 2015-06-01 14:23:33 +03:00
vvaltman
6f8bb4ce0c updated tgl 2015-06-01 13:30:37 +03:00
vvaltman
e3efc4f798 Merge branch 'master' of github.com:vysheng/tg 2015-06-01 12:34:59 +03:00
vvaltman
44a20ae419 main.c: fixed indents 2015-06-01 12:33:35 +03:00
vvaltman
ba1fb083fb Merge branch 'master' of https://github.com/datamachine/tg into datamachine-master 2015-06-01 12:33:24 +03:00
vysheng
0c573a985f Merge pull request #570 from dsnipe/patch-1
Add required library for OSX
2015-06-01 12:28:45 +03:00
vvaltman
90927315a7 add "ANSWER 0" line on empty answers to socket 2015-06-01 12:07:44 +03:00
Vincent Castellano
f6b14f633c Py_RETURN_NOTIMPLEMENTED macro not available in 2.7 2015-05-31 23:24:21 -07:00
Vincent Castellano
05c52fd498 Add global link preview method tgl.set_link_preview(bool) 2015-05-31 22:20:24 -07:00
Vincent Castellano
63f64a8e70 Adding tgl.safe_exit() 2015-05-31 22:20:24 -07:00
Vincent Castellano
cbe442b7c6 Add __hash__ to tgl.Peer. 2015-05-31 22:20:24 -07:00
Vincent Castellano
c2bb5346df Adding tgl.Peer comparisons, only eq/ne 2015-05-31 22:20:24 -07:00
Vincent Castellano
13c22f3b06 Need to pass tuple to a method call 2015-05-31 22:20:23 -07:00
Vincent Castellano
a06507d49c Optionally ping the python script every time we do a loop update in tg. 2015-05-31 22:20:23 -07:00
Dmitry Tymchuk
842fd9f0fb Add required library for OSX
That library was required on `./configure` step for OSX 10.9.4. It mught be same for MacPorts, but I don't using them.
2015-05-30 12:52:01 +03:00
vvaltman
7ee1d57ed2 updated tgl 2015-05-29 14:59:06 +03:00
vvaltman
7c9f097877 Merge github.com:vysheng/tg 2015-05-28 14:57:59 +03:00
vvaltman
0305e38f13 deleted debug 2015-05-28 14:57:38 +03:00
vysheng
e14cf95a7b Merge pull request #562 from datamachine/master
Adding reply and link preview to python API.
2015-05-28 13:27:05 +03:00
vvaltman
3422ccdc0e updated tgl 2015-05-28 13:17:56 +03:00
Vincent Castellano
72d903c3dc Merge branch 'master' of github.com:datamachine/tg 2015-05-28 01:04:41 -07:00
Vincent Castellano
1b01314689 Added reply= and preview= to tgl.Peer.send_msg() 2015-05-28 01:04:07 -07:00
Vincent Castellano
7c89e61bb1 Added reply= and preview= to tgl.Peer.send_msg() 2015-05-28 00:53:41 -07:00
vvaltman
1a112a90fd test.lua reverted 2015-05-27 18:25:02 +03:00
vvaltman
a3c79800db merge fixed 2015-05-27 18:21:41 +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
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