Commit Graph

946 Commits

Author SHA1 Message Date
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
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
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
vvaltman
206c17e5bd updated README 2015-05-27 16:46:37 +03:00
vvaltman
9ce0ed310f updated tgl 2015-05-27 16:25:59 +03:00
Vincent Castellano
d594d718f2 clang identified some bugs that gcc nor I did! 2015-05-23 18:47:39 -07:00
Vincent Castellano
825cfcd96f More include order issues due to python's broken define logic. 2015-05-23 18:40:56 -07:00
Vincent Castellano
f1a18dabfe Adding explicit libraries for CentOS builds. 2015-05-23 18:39:20 -07:00
Vincent Castellano
8c3adff675 Missed a _GNU_SOURCE define 2015-05-23 18:28:38 -07:00
Vincent Castellano
6aa4dabf5f fix include orders because python defines _GNU_SOURCE unconditionally and it can collide with other libs 2015-05-23 18:26:58 -07:00
Vincent Castellano
0cf690a8aa Still trying to appease the travis gods. 2015-05-23 17:57:35 -07:00
Vincent Castellano
622303ce91 Change to libpython-dev and python for travis 2015-05-23 17:53:24 -07:00
Vincent Castellano
8b5a1f98d7 Gentoo ebuild, untested changes 2015-05-23 17:43:33 -07:00
Vincent Castellano
964b210f50 typo 2015-05-23 17:38:15 -07:00
Vincent Castellano
9d9f89a1f9 Adding python to README.md 2015-05-23 17:37:29 -07:00
Vincent Castellano
16a12a7398 Adding python to travis 2015-05-23 17:29:17 -07:00
Vincent Castellano
dbdf81cfbe Add documentation. 2015-05-23 17:25:36 -07:00
Vincent Castellano
ce34da49f4 Comeplete tgl.Peer methods. 2015-05-23 17:09:08 -07:00
Vincent Castellano
ce4d9aff00 Add additional peer functions 2015-05-21 23:27:28 -07:00
Vincent Castellano
99bf18283d Add Python version to the tg startup banner. 2015-05-21 11:17:01 -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
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