Commit Graph

1001 Commits

Author SHA1 Message Date
vvaltman
b43ab0a522 support for custom keyboard 2015-06-17 16:48:44 +03:00
vvaltman
b9447e6ae1 Merge github.com:vysheng/tg 2015-06-17 12:39:48 +03:00
vysheng
6148830dcb Merge pull request #643 from lyager/master
Use sizeof() to get size of sun_path.
2015-06-17 12:38:34 +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
5bb5070c10 cygwin-patch: deleted changes in loop.c 2015-06-17 12:37:51 +03:00
vvaltman
491deec2b0 Merge branch 'build-cygwin' of https://github.com/ied206/tg 2015-06-17 12:37:20 +03:00
vvaltman
3a63591250 some fixed to loop.c 2015-06-17 12:36:37 +03:00
Jesper Lyager Nielsen
de5d6de0c8 Use sizeof() to get size of sun_path.
- Size varies on platforms, OSX has 104, Linux has 108.
2015-06-17 11:19:13 +02:00
vvaltman
0faf9f80b7 some fixes. updated tgl 2015-06-17 12:05:57 +03:00
ied206
da4d26fed6 Removed old diff file 2015-06-16 14:04:10 +09:00
ied206
78680bf72d Second Patch to compile smoothly in Cygwin 2015-06-16 13:02:40 +09:00
ied206
141982f5e3 Added Cygwin Build README and patch 2015-06-16 00:52:56 +09:00
vvaltman
44286cd15e Merge branch 'fix_json_more_chat_info' of https://github.com/luckydonald/tg into luckydonald-fix_json_more_chat_info 2015-06-12 11:59:30 +03:00
vysheng
105ccd2821 Merge pull request #618 from Floens/user_status_pack_peer
Add more info to the JSON user status event
2015-06-12 11:54:06 +03:00
vysheng
ae31d58d19 Merge pull request #606 from jonnywilliamson/master
Fix  "bind: Address already in use" error
2015-06-12 11:53:21 +03:00
vysheng
706aed07cb Merge pull request #603 from datamachine/master
Python version support fixes
2015-06-12 11:51:31 +03:00
vysheng
7600da7458 Merge pull request #596 from diff-/patch-1
Adding installation method for Archlinux
2015-06-12 11:49:52 +03:00
Vincent Castellano
4c5f9b797a Add missing null check 2015-06-10 00:28:01 -07:00
luckydonald
4afe21e98a Merge commit '11090500b2f97abe3c2abce1d2ff1bf27164fb6a' into fix_json_more_chat_info
* commit '11090500b2f97abe3c2abce1d2ff1bf27164fb6a':
  Fix typo
  Add install instructions for openSUSE
  lua: added import_chat_link()
  Implement msg.load_*
  Add msg action type enum
  Implement load_ functions
  Add constants for peer types and action types.
2015-06-09 20:35:25 +02:00
luckydonald
82cf03158c Added to group chats: "admin": peer, members.<user>.inviter 2015-06-09 15:51:04 +02:00
Floens
c33e8da795 Use pack_peer instead of pack_user in user_status
Gets more info e.g. the id and flags
2015-06-07 23:21:13 +02: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
aee4b248a3 Document get_self 2015-06-07 23:19:17 +02:00
Floens
6dd3951948 Add "get_self" command
This executes user_info with our_id
2015-06-07 23:19:07 +02:00
Jonathan Williamson
90ba941804 Fix "bind: Address already in use" error if restart before socket is free 2015-06-05 09:10:03 -07:00
Vincent Castellano
5285cf2bd2 Grammar fixes. 2015-06-05 02:16:42 -07:00
Vincent Castellano
c31a7ef524 Adding doc for how to run script. 2015-06-05 02:05:24 -07:00
Vincent Castellano
c170e98bf7 Remove old docs. 2015-06-05 01:54:07 -07:00
Vincent Castellano
45aa6bf35d Add save_exit to tgl functions. 2015-06-05 01:52:49 -07:00
Vincent Castellano
b979de81ed Adding class attributes. 2015-06-05 01:49:35 -07:00
Vincent Castellano
f1ea76b9bb First pass at improved documentation. 2015-06-05 01:20:18 -07:00
Vincent Castellano
c13880e07c Adding new documentation 2015-06-04 23:37:21 -07:00
Vincent Castellano
495d33e92a Add support for tgl.import_chat_link(str)
Also fix bug with tgl.extf
2015-06-04 22:38:14 -07:00
Vincent Castellano
af9f7b6cfa Use a simple version of repr for Python < 2.7.9
This is due to a bug http://bugs.python.org/issue22023
This addresses https://github.com/vysheng/tg/issues/587
2015-06-04 21:25:49 -07:00
Vincent Castellano
ce2debce38 Merge branch 'master' of github.com:datamachine/tg 2015-06-04 21:05:03 -07:00
Vincent Castellano
0a1a3a9d7a Look for python3.2mu, specifically in Debian 7 2015-06-04 21:04:54 -07:00
Frenda
2930a63f2b Adding installation method for Archlinux 2015-06-04 14:22:37 +04:30
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