Alex Root Junior
2f4c63c9a3
Merge branch 'dev-1.x' into dev-2.x
...
# Conflicts:
# aiogram/types/message.py
2018-06-23 17:44:09 +03:00
Alex Root Junior
8086a120c2
Try to use contextvars (partial)
2018-06-23 17:39:24 +03:00
Alex Root Junior
887e715f06
Merge pull request #50 from kolayv/patch-1
...
must be use round
2018-06-15 23:11:59 +03:00
Alex Root Junior
af72dcc13c
Merge pull request #49 from kolayv/patch-2
...
replaced int to datetime
2018-06-15 23:10:50 +03:00
Kolay
fee449a233
replaced int to datetime
2018-06-15 00:35:46 +03:00
Kolay
dd0fb98376
must be use round
2018-06-15 00:32:55 +03:00
Alex Root Junior
a139ebee6e
Merge pull request #48 from surik00/dev-1.x
...
Babel is not in requirements
2018-06-11 14:08:52 +03:00
Suren Khorenyan
3adba29c27
Fix return typing
2018-06-11 00:31:26 +03:00
Suren Khorenyan
7e601d1c8d
Update docstring for the user class
2018-06-11 00:28:14 +03:00
Suren Khorenyan
b7a67cd522
Babel is in requirements now
2018-06-10 13:41:53 +03:00
Alex Root Junior
239728ccc6
Merge pull request #46 from surik00/dev-1.x
...
Improve check in ExceptionsFilter
2018-06-07 23:47:20 +03:00
Suren Khorenyan
99bb5a9fef
Improve check in ExceptionsFilter
2018-06-07 23:38:23 +03:00
Alex Root Junior
93fe82d7f1
Merge pull request #45 from gurland/master
...
Convert tabs to spaces
2018-06-02 12:09:25 +03:00
gurland
545d470e02
Convert tabs to spaces
2018-06-02 00:54:23 +03:00
Alex Root Junior
c88ee7ed52
Bump dev version
2018-05-27 22:15:22 +03:00
Alex Root Junior
e8e108ecae
Oops. Bump [2]
2018-05-27 21:55:56 +03:00
Alex Root Junior
fae989879e
Merge remote-tracking branch 'origin/master'
2018-05-27 21:54:54 +03:00
Alex Root Junior
7f5cb03dc6
Bump version
2018-05-27 21:52:39 +03:00
Alex Root Junior
c167c559d8
Add new error types: ButtonURLInvalid, URLHostIsEmpty, StartParamInvalid, ButtonDataInvalid.
2018-05-27 21:49:52 +03:00
Alex Root Junior
dc3f1b1c82
Merge remote-tracking branch 'origin/dev-1.x' into dev-1.x
2018-05-27 21:42:38 +03:00
Alex Root Junior
b39786e81a
Fix crashing of polling process.
2018-05-27 21:42:26 +03:00
Alex Root Junior
11c25c6969
Merge pull request #44 from Olegt0rr/patch-12
...
CantRestrictSelf exception
2018-05-26 04:57:54 +03:00
Oleg A
693571f275
CantRestrictSelf exception
...
Exception CantRestrictSelf happens if admin try to restrict self
2018-05-26 01:13:04 +03:00
Alex Root Junior
5beaf866be
Merge pull request #43 from Olegt0rr/patch-11
...
Update Chat method and get_link method fix
2018-05-25 00:43:32 +03:00
Oleg A
09f540cc68
Update Chat method and get_link method fix
2018-05-25 00:21:30 +03:00
Alex Root Junior
232fc23fc3
Merge pull request #42 from Olegt0rr/patch-10
...
Add Chat.get_url() method
2018-05-23 00:15:52 +03:00
Oleg A
b109523cda
Add .get_url() method
...
Use this method to get chat link.
Private chat returns user link.
Other chat types return either username link (if they are public) or invite link (if they are private).
2018-05-23 00:10:34 +03:00
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