Dan
|
8570d8a322
|
Implement file uploading
|
2017-12-14 09:34:58 +01:00 |
|
Dan
|
cc95cd62bb
|
Update to v0.1.3
|
2017-12-14 01:04:12 +01:00 |
|
Dan
|
a7970cedf5
|
Fix logo not showing up on PyPI website
|
2017-12-14 00:13:51 +01:00 |
|
Dan
|
af0c05ae3e
|
Add ENTITY_MENTION_USER_INVALID error
|
2017-12-13 10:44:50 +01:00 |
|
Dan
|
ec8140a1d9
|
Add support for user mentions
|
2017-12-13 10:44:24 +01:00 |
|
Dan
|
7f1bde662a
|
Store parsed peers instead of raw dicts
|
2017-12-13 09:53:50 +01:00 |
|
Dan
|
e4793b1f7e
|
Merge branch 'readme'
|
2017-12-12 15:49:12 +01:00 |
|
Dan
|
954d3e80d5
|
Reformat example code
|
2017-12-12 15:32:27 +01:00 |
|
Dan
|
e7c44933c2
|
Move chat actions to a separate class
|
2017-12-12 14:51:02 +01:00 |
|
Dan
|
bfe82182e1
|
Update v0.1.2
|
2017-12-12 11:20:23 +01:00 |
|
Dan
|
3d5528f2a8
|
Update links
|
2017-12-12 10:49:44 +01:00 |
|
Dan
|
3e8d452a3d
|
Merge branch 'readme'
|
2017-12-12 08:59:28 +01:00 |
|
Dan
|
3051adb5b9
|
Set info level when logging acks
|
2017-12-12 08:38:05 +01:00 |
|
Dan
|
6fa8375cb5
|
Hint the correct type
|
2017-12-12 08:07:31 +01:00 |
|
Dan
|
ff3dd4a3ba
|
Increase wait timeout
|
2017-12-11 12:55:31 +01:00 |
|
Dan
|
7374c10afd
|
Faster Object deserialization (~3x)
|
2017-12-11 11:35:38 +01:00 |
|
Dan
|
33263e9ce6
|
Warn if retrying
|
2017-12-11 10:34:14 +01:00 |
|
Dan
|
6083dec07b
|
Update README.rst
|
2017-12-11 09:21:29 +01:00 |
|
Dan
|
889611ccd0
|
Update API scheme to Layer 73
|
2017-12-11 09:19:31 +01:00 |
|
Dan
|
f558439600
|
Update README.rst
|
2017-12-11 08:59:11 +01:00 |
|
Dan
|
ec1d3094c2
|
Remove raw html directive, PyPI doesn't like it
|
2017-12-10 20:55:21 +01:00 |
|
Dan
|
b1221df4fb
|
Don't load README.rst file from setup.cfg
|
2017-12-10 20:44:45 +01:00 |
|
Dan
|
ad809a30c4
|
Update README.rst
|
2017-12-10 20:43:31 +01:00 |
|
Dan
|
6fd8e960ec
|
Add stop method for Client
|
2017-12-09 20:52:02 +01:00 |
|
Dan
|
746a4b685f
|
Correctly set the update handler when authorizing a new user
|
2017-12-09 20:34:31 +01:00 |
|
Dan
|
0a00d2a8ee
|
Reformat terms display
|
2017-12-09 17:11:09 +01:00 |
|
Dan
|
519e9c8613
|
Display notice only once
|
2017-12-09 17:09:39 +01:00 |
|
Dan
|
cbcb1c78c4
|
Don't throw errors if auth key creation fails; try again instead
|
2017-12-09 15:26:33 +01:00 |
|
Dan
|
87b2c4b1e7
|
Comment out MTProto 1.0 implementation
|
2017-12-09 02:25:14 +01:00 |
|
Dan
|
a3e5ba8862
|
Use MTProto 2.0 instead of 1.0
|
2017-12-09 02:24:21 +01:00 |
|
Dan
|
42f9a2d699
|
Add MTProto 2.0 implementation
|
2017-12-09 02:21:23 +01:00 |
|
Dan
|
e3b05cbc4e
|
Add MTProto 2.0 key derivation function
|
2017-12-09 01:10:09 +01:00 |
|
Dan
|
fe9b968ad8
|
Add basic update handler
|
2017-12-08 23:40:29 +01:00 |
|
Dan
|
315563ede0
|
Add TODO for delete_messages
|
2017-12-07 02:36:01 +01:00 |
|
Dan
|
d0feb8fb15
|
Add delete_messages method
|
2017-12-07 02:31:05 +01:00 |
|
Dan
|
e3850ce75a
|
Parse markdown on edit_message_text
|
2017-12-07 02:15:41 +01:00 |
|
Dan
|
28c3a07d84
|
Fallback to "typing" instead of throwing an error
|
2017-12-07 02:11:35 +01:00 |
|
Dan
|
88bc7b59a1
|
Fix wrong keyword argument
|
2017-12-07 02:02:51 +01:00 |
|
Dan
|
500c88ae84
|
Reformat code
|
2017-12-07 02:02:16 +01:00 |
|
Dan
|
5c11f42933
|
Rename ACTIONS -> CHAT_ACTIONS
|
2017-12-06 21:57:46 +01:00 |
|
Dan
|
e2a5deaf17
|
Add MESSAGE_NOT_MODIFIED error
|
2017-12-06 21:53:44 +01:00 |
|
Dan
|
51beaa4474
|
Add MESSAGE_ID_INVALID error
|
2017-12-06 21:51:51 +01:00 |
|
Dan
|
f561ef59bf
|
Reformat method
|
2017-12-06 21:51:23 +01:00 |
|
Dan
|
1fe651f0b0
|
Add edit_message_text method
|
2017-12-06 21:48:25 +01:00 |
|
Dan
|
79e972df85
|
Move ACTIONS outside the method
|
2017-12-06 21:33:57 +01:00 |
|
Dan
|
cb509ba4db
|
Accept optional keyword arguments
|
2017-12-06 21:27:57 +01:00 |
|
Dan
|
0a12d9c5bd
|
Add send_chat_action method
|
2017-12-06 21:25:22 +01:00 |
|
Dan
|
f60e48ab0a
|
Add send_contact method
|
2017-12-06 21:05:25 +01:00 |
|
Dan
|
a8ae43adca
|
Add send_location method
|
2017-12-06 21:01:23 +01:00 |
|
Dan
|
70e4e4e008
|
Enable fetching all user's dialogs
|
2017-12-06 20:46:21 +01:00 |
|