Commit graph

1048 commits

Author SHA1 Message Date
Alex Root Junior
66849ec770
Merge pull request #160 from Ars2014/dev-2.x
Fix #135
2019-07-14 01:18:24 +03:00
Arslan Sakhapov
a0ad19888e
Fix typo 2019-07-14 03:11:41 +05:00
Arslan 'Ars2014' Sakhapov
54e3cf4bf7 Merge branch 'dev-2.x' of https://github.com/Ars2014/aiogram into dev-2.x 2019-07-14 03:00:23 +05:00
Arslan Sakhapov
5410efca24
Merge pull request #3 from aiogram/dev-2.x
Update repository
2019-07-14 02:59:38 +05:00
Arslan 'Ars2014' Sakhapov
6cd63cb7bc Add warn in validate_ip
Refer to issue #135
2019-07-14 02:43:15 +05:00
Alex Root Junior
ca68d3d177
Merge pull request #159 from flomllr/patch-1
Typo fix
2019-07-13 11:56:55 +03:00
Florian Müller
9d44ed1a46
Typo fix 2019-07-13 10:43:53 +02:00
Alex Root Junior
87c46bab07
Merge pull request #158 from amirho3inf/patch-1
fix BotKicked
2019-07-13 10:18:24 +03:00
AmirHossein Falahati
4a4eb5cff9
fix BotKicked 2019-07-13 02:33:02 +04:30
Alex Root Junior
c7038dcc4e
Merge pull request #154 from Birdi7/keyboards-example
Add keyboards usage examples
2019-07-10 14:13:53 +03:00
Alex Root Junior
885955cc7b
Merge pull request #152 from Olegt0rr/mdlwr-logging-fix
logged callback sender id instead of message sender id
2019-07-10 13:49:05 +03:00
birdi
31b92e1b95 Add inline keyboard usage example 2019-07-10 12:16:00 +03:00
birdi
af889ad6b2 Add regular keyboard usage example 2019-07-10 12:04:03 +03:00
Oleg A
1dd462fcf3 added user 2019-07-09 12:38:54 +03:00
Oleg A
49e15545fa added originally posted by to callback 2019-07-09 12:29:53 +03:00
Oleg A
a1531d4e20 logged callback sender id instead of message sender id 2019-07-08 23:39:24 +03:00
Alex Root Junior
b6a2d895db
Merge pull request #148 from aiogram/revert-140-dev-2.x
Revert "Send data from middlewares to filters "
2019-07-02 10:07:19 +03:00
Alex Root Junior
a339b7c571
Revert "Send data from middlewares to filters " 2019-07-02 10:05:10 +03:00
Alex Root Junior
c899e04539
Merge pull request #147 from setazer/patch-1
FSM example: unify finishing state machine interaction
2019-07-02 09:36:31 +03:00
SetazeR
eae7dc5a2e
unify finishing state machine interaction 2019-07-01 09:19:31 +07:00
Alex Root Junior
0c732236fc
Merge pull request #145 from gabbhack/redis_storage
Redis storage update
2019-06-28 19:42:03 +03:00
Gabben
607e3ea135 Update redis.py 2019-06-28 15:26:07 +05:00
Gabben
8a819eb7ed Fix update_bucket 2019-06-27 21:00:25 +05:00
Gabben
e2842944fa Update redis.py
Update docstrings
2019-06-27 20:39:26 +05:00
Gabben
c6accd1a53 Add "expire" argument
Add "expire" argument to all set_ and update_ methods in RedisStorage2
2019-06-27 19:34:38 +05:00
Alex Root Junior
5d880e6f65
Merge pull request #140 from Forevka69/dev-2.x
Send data from middlewares to filters
2019-06-27 09:45:45 +03:00
Alex Root Junior
dc530a5833
Merge pull request #144 from brainmorsel/dev-2.x
Fix #143: Imposible to download file into directory
2019-06-26 22:38:33 +03:00
Ilya Makarov
cf95a9080c Fix #143: Imposible to download file into directory 2019-06-26 22:28:39 +03:00
Alex Root Junior
8302e722a7
Merge pull request #142 from Kylmakalle/i18n-pluralization
Update i18n example
2019-06-26 00:09:25 +03:00
Kylmakalle
0b12501498 Update i18n example 2019-06-26 00:04:30 +03:00
bohdan.lushchyk
61d5c3a41a data to filter from middlwares 2019-06-21 15:06:36 +03:00
Alex Root Junior
550c41e175
Update FUNDING.yml
Cleanup
2019-06-11 15:09:39 +03:00
Alex RootJunior
5b9d82f1ca Bump dev version 2019-06-10 20:58:02 +03:00
Alex RootJunior
9b9c1b086d Remove unused import 2019-06-09 21:55:41 +03:00
Alex RootJunior
2083bfb965 Bump version 2019-06-09 21:55:06 +03:00
Alex RootJunior
35b0e150c2 Change deprecated until versions 2019-06-09 21:54:53 +03:00
Alex RootJunior
7aa6dc4efe Fix Message.reply_markup 2019-06-09 21:49:56 +03:00
Alex Root Junior
403d93d490
Merge pull request #130 from gabbhack/different_bot_tokens
Different bot tokens
2019-06-09 21:30:28 +03:00
Alex Root Junior
a394e68ed2
Merge pull request #134 from unintended/update_exception_matchers
update exception matcher and fix tests
2019-06-02 14:54:10 +03:00
Ilya Samartsev
5421982482 update exception matcher and fix tests 2019-06-02 14:39:17 +03:00
Alex RootJunior
fb991570d2 Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2019-06-01 15:23:11 +03:00
Alex Root Junior
3701642bd3
Merge pull request #132 from uburuntu/patch-1
Typo: data -> bucket in update_bucket
2019-06-01 15:22:59 +03:00
Alex RootJunior
b70778fcdb Update to 4.3 Bot API. LoginUrl. 2019-06-01 15:16:28 +03:00
Alex Root Junior
9c0bc2d489
Merge pull request #133 from 0623forbidden/get_downloadable_url
Add get_url method for Downloadable
2019-05-24 21:44:34 +02:00
0623forbidden
71466c4960 Add get_url method for Downloadable 2019-05-24 17:54:48 +07:00
Alex Root Junior
13e64d6394
Create FUNDING.yml 2019-05-24 08:46:31 +02:00
Ramzan Bekbulatov
9c43c7fdde
fix: typo: data -> bucket in update_bucket 2019-05-19 02:04:35 +03:00
Alex Root Junior
1df2b9f23c
Merge pull request #131 from gabbhack/fix_check_result
Make check_result func sync
2019-05-17 17:23:48 +03:00
Nikita
1e1becd88e Make check_result func sync 2019-05-12 11:40:44 +05:00
Nikita
9ef3a630d1 Update base.py 2019-05-12 11:35:45 +05:00