Commit Graph

1035 Commits

Author SHA1 Message Date
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
Vincent Castellano
03bd7fbc50 Added error handling to failed calls to get peer. 2015-05-20 15:16:16 -07:00
Vincent Castellano
faec9c9251 Fix autoconf script for python detection. 2015-05-20 12:41:55 -07: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
Vincent Castellano
5576d7a094 Python build fixes 2015-05-20 10:55:06 -07:00
luckydonald
d30885e9dc added optional status to send_typing command. 2015-05-20 19:39:33 +02:00
Vincent Castellano
f1eda8acff Start test suite, WIP 2015-05-20 01:28:23 -07:00
Vincent Castellano
354aa64ae1 Implement reprs and fix dates 2015-05-20 01:15:26 -07:00
Vincent Castellano
b547ca7158 Add custom exceptions 2015-05-20 01:15:26 -07:00
Vincent Castellano
7f2fc476eb Migrate API to completely use new python objects. 2015-05-20 01:15:26 -07:00
Vincent Castellano
fe030a69e2 Initial python class implementation complete. 2015-05-20 01:15:26 -07:00