Dan
05b3be1e88
Info log DC number on connection
2018-09-08 19:33:47 +02:00
Dan
8ff413c7e7
Make get_chat_members_count async
2018-09-08 19:30:12 +02:00
Dan
8011997512
Merge branch 'develop' into asyncio
2018-09-08 19:28:46 +02:00
Dan
ea39062d2d
Add get_chat_members_count method
2018-09-08 19:16:51 +02:00
Dan
b588b55358
Remove old commented (non-async) code from tcp.py
2018-09-07 00:44:31 +02:00
Dan
45a32ddd88
Remove old commented code on session.py
2018-09-07 00:42:45 +02:00
Dan
38442bf3c1
Add missing await
2018-09-07 00:41:01 +02:00
Dan
cc7901adf8
Merge branch 'develop' into asyncio
2018-09-06 20:05:01 +02:00
Dan
b07c13a513
Remove useless definition
...
PyCharm will complain about Long not being a bytes, let's not care.
2018-09-05 16:50:38 +02:00
Dan
024e3280c1
Remove unneeded file
2018-09-05 16:44:07 +02:00
Dan
b64d661305
Restore original Makefile
2018-09-05 16:41:46 +02:00
Konstantin Klimov
392f0070fb
Fixed decode error in api.core.primitives.string.py
2018-09-04 08:25:56 +03:00
Dan
b619818c40
Clear recv_queue on session stop. Fixes #103
2018-09-03 16:35:22 +02:00
Dan
db6042e91b
Fetch ChatForbidden and ChannelForbidden peers
...
This fixes unwanted PEER_ID_INVALID errors in cases where a user or a
bot was kicked/banned from a group, supergroup or channel
2018-09-02 13:04:29 +02:00
Dan
4c9d9d84f2
Change the way int to bytes conversion is used
...
Maybe at some point I should switch to struct
2018-09-01 01:27:22 +02:00
Dan
10f3829c93
Merge branch 'develop' into asyncio
...
# Conflicts:
# pyrogram/client/client.py
# pyrogram/connection/connection.py
# pyrogram/connection/transport/tcp/tcp.py
# pyrogram/connection/transport/tcp/tcp_intermediate.py
# pyrogram/session/session.py
2018-09-01 01:05:25 +02:00
Dan
07a9cce8ef
Add missing InputMedia types to docs
2018-09-01 00:58:44 +02:00
Dan
f576fc899d
Remove TODO
2018-08-31 13:12:13 +02:00
Dan
a5979a3ac7
Update tgcrypto function names
2018-08-31 12:56:05 +02:00
zeroone2numeral2
d5ca99dfff
Allow to set audio thumbnail when using send_audio
...
With the Bot API 4.0 update (https://core.telegram.org/bots/api#july-26-2018 ), sendAudio allows bots to pass a thumbnail - making it possible for pyrogram to include a 'thumb' parameter in its convenience method 'send_audio'
2018-08-30 11:50:09 +02:00
Dan
9f4d7854e8
Fix ipv6 branch merge mess
2018-08-30 01:23:19 +02:00
Dan
2a78dff79c
Minor style fixes
2018-08-30 01:17:51 +02:00
Dan
ca15778ac8
Make clean default to all
2018-08-30 01:17:35 +02:00
Dan
5e4a769c01
Rename "build" to "generate"
...
It was interfering with the built-in command "install"
2018-08-30 01:17:13 +02:00
Dan
43483a1ccd
Remove info logs from protocol impls
2018-08-29 22:20:32 +02:00
Dan
ef9fc969d3
Info log connection settings
2018-08-29 22:20:00 +02:00
Dan
49f2cbe04f
Move CURRENT_DH_PRIME into Prime namespace
2018-08-29 22:04:04 +02:00
Dan
b845544e63
Info log device and system parameters
2018-08-28 12:39:14 +02:00
Dan
f50638772c
Minor fix: update info log
2018-08-28 12:38:02 +02:00
Dan
a0c1018a1b
Minor style fix
2018-08-28 12:25:08 +02:00
Dan
973ccfcd03
Use compact IPv6 addresses
2018-08-28 12:23:22 +02:00
Dan
4b3b647245
Merge branch 'ipv6' into develop
...
# Conflicts:
# pyrogram/client/client.py
# pyrogram/session/session.py
2018-08-28 12:19:37 +02:00
Dan
2779e33d13
Rename "token" to "bot_token"
2018-09-10 19:55:53 +02:00
Dan
00f0051bd6
Merge branch 'develop' into asyncio
...
# Conflicts:
# pyrogram/__init__.py
2018-08-26 19:28:32 +02:00
Dan
ccc3cb0c87
Rename generate to build
...
Replaces the default build behaviour
2018-08-26 19:18:14 +02:00
Dan
47f8a4eb34
Add generate command to setup.py
2018-08-25 15:14:51 +02:00
Dan
d6a0fcf4ad
Also clean docs generated files
2018-08-25 14:22:19 +02:00
Dan
c9a946bc02
Turn version and readme into function
2018-08-25 14:00:04 +02:00
Dan
1e56f70b93
Also clean generated filed
2018-08-25 13:58:55 +02:00
Dan
a48f2e965b
Add clean command to setup.py
2018-08-25 13:53:48 +02:00
Dan
77a1d58714
Normalize "0.8.0dev1" to "0.8.0.dev1"
2018-08-24 18:13:07 +02:00
Dan
0b6b598059
Log unknown constructors
2018-08-24 17:39:55 +02:00
Dan
caecbef2f6
Add phone_number type of entity to docs
2018-08-24 16:03:52 +02:00
Dan
b78b72d7dc
Merge branch 'develop' into asyncio
...
# Conflicts:
# pyrogram/client/methods/messages/edit_message_media.py
2018-08-23 21:22:29 +02:00
Dan
2617618cef
Add support for Document message edits
2018-08-23 21:21:27 +02:00
Dan
4f9b38765e
Add missing async/await keywords
2018-08-23 21:07:19 +02:00
Dan
aaaba4b847
Update async branch version
2018-08-23 20:43:46 +02:00
Dan
7bfa87c11b
Update API scheme to Layer 85
2018-08-23 20:42:42 +02:00
Dan
c3cf924ddd
Fix small merge issues
2018-08-22 10:32:57 +02:00
Dan
3f7b0b25af
Merge branch 'develop' into asyncio
...
# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/methods/chats/get_chat_members.py
# pyrogram/client/methods/chats/get_dialogs.py
# pyrogram/client/methods/messages/send_animation.py
# pyrogram/client/methods/messages/send_venue.py
2018-08-22 10:30:25 +02:00