Suren Khorenyan
|
bd8e1473c0
|
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x
|
2018-02-11 12:50:44 +03:00 |
|
Suren Khorenyan
|
3c99b171f6
|
Minor typos fixes
|
2018-02-11 12:50:28 +03:00 |
|
Alex Root Junior
|
483c1b295d
|
Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x
|
2018-02-08 21:35:01 +02:00 |
|
Alex Root Junior
|
e3b79ea81e
|
Don't set default commands.
|
2018-02-08 21:34:36 +02:00 |
|
Alex Root Junior
|
7c92907840
|
Upd description of exportChatInviteLink
|
2018-02-08 21:19:06 +02:00 |
|
Andrey Pikelner
|
01519e35e2
|
LEFT_CHAT_MEMBER switched to list
|
2018-02-03 10:01:17 +01:00 |
|
Andrey Pikelner
|
104ffd32d0
|
Added left_chat_member state to the Message class
|
2018-02-03 01:14:50 +01:00 |
|
Alex Root Junior
|
112e38f5b1
|
Change version number. Oops. I forgot commit that.
|
2018-01-27 23:35:08 +02:00 |
|
Alex Root Junior
|
67bcfb4772
|
Use User.full_name instead User.mention in User.get_mention() method.
|
2018-01-27 12:12:54 +02:00 |
|
Alex Root Junior
|
47a865aa5f
|
More usable ChatType checker. Allow to use message or chat instances.
|
2018-01-27 08:15:34 +02:00 |
|
Alex Root Junior
|
ba44ca67fa
|
Small changes.
|
2018-01-27 07:45:46 +02:00 |
|
Alex Root Junior
|
f874310965
|
Refactor webhook responses.
|
2018-01-27 07:20:52 +02:00 |
|
Alex Root Junior
|
7c40b974bb
|
Parse text mention from entities.
|
2018-01-27 05:26:51 +02:00 |
|
Alex Root Junior
|
77f5b4f03a
|
Edit/stop live location from message object.
|
2018-01-27 03:39:01 +02:00 |
|
Alex Root Junior
|
9571608f7e
|
Small changes in annotations.
|
2018-01-27 03:34:53 +02:00 |
|
Alex Root Junior
|
07b9f3ee3e
|
Fix payload generator.
|
2018-01-24 04:00:54 +02:00 |
|
Alex Root Junior
|
ee1f445845
|
#7 Change Optional[str] to Optional[Dict]
|
2018-01-24 02:35:35 +02:00 |
|
Alex Root Junior
|
a18ea82974
|
Fixed overlapping of names in context module.
|
2018-01-24 02:33:42 +02:00 |
|
Alex Root Junior
|
8490306096
|
Refactor types.
|
2018-01-24 02:29:48 +02:00 |
|
Alex Root Junior
|
f7ef84acbc
|
Merge remote-tracking branch 'origin/dev-1.x' into dev-1.x
|
2018-01-23 23:39:59 +02:00 |
|
Suren Khorenyan
|
72db167fa3
|
Minor aiogram/utils/* typos fixes
+ PEP8 formatting fixes
+ super minor code change
|
2018-01-23 15:48:21 +03:00 |
|
Suren Khorenyan
|
f68629f68b
|
Typo fix, PEP8 formatting fix
|
2018-01-23 13:50:37 +03:00 |
|
Alex Root Junior
|
7851dd65bf
|
Merge pull request #5 from Kylmakalle/patch-1
Regexp Commands Filter with usage example
|
2018-01-20 01:30:08 +02:00 |
|
Sergey
|
d1234880fa
|
Added Regexp Commands Filter
|
2018-01-20 02:12:33 +03:00 |
|
Alex Root Junior
|
44e61fc6ad
|
Set default parse mode.
|
2018-01-18 17:36:24 +02:00 |
|
Alex Root Junior
|
51b84cd78e
|
Fixed attachment of media from dict. (InputMedia<Photo/Video>, MediaGroup)
|
2018-01-16 04:24:38 +02:00 |
|
Alex Root Junior
|
ee87cb5e07
|
Merge branch 'master' into dev-1.x
# Conflicts:
# aiogram/__init__.py
|
2018-01-15 14:35:47 +02:00 |
|
Alex Root Junior
|
020332ad3a
|
Send files with correct names.
|
2018-01-15 14:34:35 +02:00 |
|
Alex Root Junior
|
68fd6521e1
|
Merge pull request #2 from Ars2014/dev-1.x
Add RethinkDB-based storage for FSM
|
2018-01-13 19:43:22 +02:00 |
|
Alex Root Junior
|
856b9e864f
|
Allow to cancel event from the Middleware.on_pre_process_<event type>
|
2018-01-12 17:44:54 +02:00 |
|
Arslan 'Ars2014' Sakhapov
|
539e67d394
|
Some improvements v2
|
2018-01-11 01:03:05 +05:00 |
|
Arslan 'Ars2014' Sakhapov
|
df74cecdef
|
Some improvements
|
2018-01-11 00:33:33 +05:00 |
|
Alex Root Junior
|
163ca0d53a
|
Increment version.
|
2018-01-10 20:45:33 +02:00 |
|
Alex Root Junior
|
0144d54e81
|
Change version
|
2018-01-10 20:41:19 +02:00 |
|
Alex Root Junior
|
1f14f8dad6
|
Merge branch 'dev-1.x'
|
2018-01-10 20:40:27 +02:00 |
|
Alex Root Junior
|
2ab33fa1f8
|
Add context middleware (with example of usage)
|
2018-01-10 20:39:56 +02:00 |
|
Alex Root Junior
|
2656cab2f1
|
TelegramObject is iterable.
|
2018-01-10 19:38:41 +02:00 |
|
Alex Root Junior
|
39c935bcd8
|
Merge remote-tracking branch 'origin/master'
|
2018-01-10 19:18:54 +02:00 |
|
Arslan 'Ars2014' Sakhapov
|
efeac6b923
|
Fix errors
|
2018-01-10 15:54:15 +05:00 |
|
Arslan 'Ars2014' Sakhapov
|
afde20eccd
|
Add 'get_states_list' and 'reset_all' methods
|
2018-01-10 14:53:14 +05:00 |
|
Arslan 'Ars2014' Sakhapov
|
f321c69f46
|
Add RethinkDB-based storage for FSM
|
2018-01-10 14:33:27 +05:00 |
|
Arslan 'Ars2014' Sakhapov
|
3e0d7e1ef5
|
Fix error replacing 'to_json' by 'to_python'
|
2018-01-09 23:10:22 +05:00 |
|
Alex Root Junior
|
e881064f6c
|
Merge branch 'dev-1.x'
# Conflicts:
# aiogram/__init__.py
|
2018-01-07 18:22:56 +02:00 |
|
Alex Root Junior
|
9de31422eb
|
Remove log message about received update in dispatcher and fix handling errors in tasks (async_task).
|
2018-01-07 18:21:09 +02:00 |
|
Alex Root Junior
|
c5b828f809
|
disable wait_closed dispatcher on executor.
|
2018-01-07 18:19:44 +02:00 |
|
Alex Root Junior
|
a812553ddb
|
Add logging middleware.
|
2018-01-07 18:17:37 +02:00 |
|
Alex Root Junior
|
30866e5a9a
|
Typo version in docstring.
|
2018-01-06 14:37:10 +02:00 |
|
Alex Root Junior
|
16a61b092f
|
More graceful stopping of long polling.
|
2018-01-06 14:31:59 +02:00 |
|
Alex Root Junior
|
62d5dda84d
|
Change error message for missing keys in the context.
|
2017-12-22 05:35:31 +02:00 |
|
Alex Root Junior
|
9bb9177e28
|
Change handler context key
|
2017-12-22 05:21:16 +02:00 |
|