Commit graph

1498 commits

Author SHA1 Message Date
Alex Root Junior
2281afe2ca
Merge pull request #41 from Olegt0rr/patch-9
Converting group to supergroup event
2018-05-22 15:13:55 +03:00
Alex Root Junior
2f9272f6a4
Merge pull request #40 from Olegt0rr/patch-8
Chat.invite_link cache
2018-05-22 15:10:32 +03:00
Oleg A
69161403ba
Add chat migrate event to dataset 2018-05-22 02:21:44 +03:00
Oleg A
4b29adf430
Converting group to supergroup event
Ability to handle group converting events by content_type. 
I.e. 
```@dp.message_handler(content_types=types.ContentType.MIGRATE_FROM_CHAT_ID)```
2018-05-22 02:10:24 +03:00
Oleg A
0331460aba
Chat.invite_link cache
Once you get invite link for chat object - it will be cached
2018-05-22 01:41:59 +03:00
Alex Root Junior
f8f6eef5f6
Merge pull request #38 from surik00/dev-1.x
Add parse_mode to all Inline Query Results
2018-05-21 15:51:49 +03:00
Suren Khorenyan
2206b0ab11 Set default parse_mode in InlineQueryResults if this parameter is present 2018-05-21 15:15:32 +03:00
Alex Root Junior
59a3fcf877
Merge pull request #39 from Olegt0rr/patch-7
Add timeout kwarg for polling
2018-05-21 00:35:31 +03:00
Oleg A
b07352e1d4
Add timeout kwarg for polling 2018-05-21 00:32:57 +03:00
Suren Khorenyan
3213310197 Arrange Inline Query Results in the same order as on API page 2018-05-20 21:38:45 +03:00
Suren Khorenyan
33ae9abc69 Add parse_mode field to all supported Inline Query Results 2018-05-20 21:23:39 +03:00
Suren Khorenyan
5116ce83fd Merge branch 'dev-1.x-upstream' into dev-1.x 2018-05-20 20:52:44 +03:00
Alex Root Junior
e1eed6ccb7 partial rollback. add TODO. 2018-05-19 19:55:55 +03:00
Alex Root Junior
84145caf03
Merge pull request #37 from Ars2014/dev-1.x
Repair RethinkDBStorage
2018-05-19 19:48:32 +03:00
Arslan Sakhapov
116719553b Repair RethinkDBStorage 2018-05-19 14:03:29 +05:00
Alex Root Junior
b767c3e8f6 Fix webhook executor. I think. 2018-05-18 22:13:12 +03:00
Alex Root Junior
5ed2b35eed Fixed RethinkDBStorage. 2018-05-18 21:13:19 +03:00
Alex Root Junior
272322ab38 Fixed slow-responses into webhook (via simple request) 2018-05-11 02:24:57 +03:00
Alex Root Junior
3076173384 New error types. 2018-05-11 02:00:32 +03:00
Alex Root Junior
1f8b2b464e Use global parse_mode in InputTextMessageContent 2018-05-11 01:51:50 +03:00
Alex Root Junior
b946caabce Fix classifiers list. 2018-05-11 00:27:18 +03:00
Alex Root Junior
f5f3555ae0 Bump license: Year. 2018-05-05 14:37:54 +03:00
Alex Root Junior
6f9cc1cfc3 Merge branch 'master' into dev-1.x
# Conflicts:
#	aiogram/__init__.py
2018-05-04 14:08:31 +03:00
Alex Root Junior
2010922809 More truthful description of the method (Executor.start(...)) 2018-05-04 13:55:53 +03:00
Alex Root Junior
cd320b3cf5 Move ToMuchMessages to MessageError group. 2018-05-04 13:47:02 +03:00
Alex Root Junior
25a328793b Cleaning the auth_widget utility 2018-05-04 13:45:17 +03:00
Alex Root Junior
65edaeb2b5 Add tests for token validator and widget util. 2018-05-04 01:19:36 +03:00
Alex Root Junior
f3580def03 Return result from executor. (Executor.start(...)) 2018-05-04 00:21:43 +03:00
Alex Root Junior
ddb6c81d9c Example: Simple broadcast messages 2018-05-04 00:19:18 +03:00
Alex Root Junior
60bf8aa0dd Cleanup 2018-05-02 18:24:23 +03:00
Alex Root Junior
b597f1e565 Fixed the RetryAfter and MigrateToChat errors 2018-05-02 18:09:51 +03:00
Alex Root Junior
8a149b1ed5 Add error: MessageTextIsEmpty 2018-05-02 18:09:01 +03:00
Alex Root Junior
8f45ebc9ed Refactoring the detection of error types 2018-05-02 18:08:36 +03:00
Alex Root Junior
0b48978bd3 Added new error types: PhotoDimensions, UnavailableMembers 2018-05-02 17:02:20 +03:00
Alex Root Junior
7df5337cb4 Unused import 2018-05-02 13:52:12 +03:00
Alex Root Junior
2a5dc531d2 Disable connections limit. 2018-05-02 13:49:31 +03:00
Alex Root Junior
dccaae4e9c Update setup.py. Remove versions util. 2018-05-02 13:45:47 +03:00
Alex Root Junior
d9abc7cee8
Merge pull request #36 from Olegt0rr/patch-5
BugFix: 'Executor._skip_updates' was never awaited
2018-04-25 13:26:52 +03:00
Oleg A
6533b99efa
BuFix: 'Executor._skip_updates' was never awaited 2018-04-25 07:54:52 +03:00
Alex Root Junior
80d2b24d7e Remove deprecated temp session. 2018-04-23 00:02:13 +03:00
Alex Root Junior
651e0ad2f1 Bump version 2018-04-22 23:53:50 +03:00
Alex Root Junior
a76d95fd71 Change stage. 2018-04-22 22:27:39 +03:00
Alex Root Junior
c672faed0b Upd proxy example. 2018-04-22 22:16:50 +03:00
Alex Root Junior
573264b422 Upd requirements. 2018-04-22 22:12:25 +03:00
Alex Root Junior
e3e1ed9ed7 Add InvalidStickersSet exception 2018-04-22 22:02:58 +03:00
Alex Root Junior
a941a00abc Deprecate temp sessions. 2018-04-22 21:32:32 +03:00
Alex Root Junior
8f9240f7ea Something strange. ModuleNotFoundError is not defined when script executed via pip. 2018-04-19 03:55:33 +03:00
Alex Root Junior
9e97cd6727 destroy_temp_session is awaitable 2018-04-19 03:32:38 +03:00
Alex Root Junior
f047bb6db3 Implemented support of Socks5 Proxy 2018-04-19 03:28:34 +03:00
Alex Root Junior
e07115a09f Add InvalidStickersSet exception 2018-04-16 00:36:14 +03:00