jrootjunior
|
8a4b2a16dd
|
Fix typing
|
2019-11-14 15:21:22 +02:00 |
|
jrootjunior
|
b54805662f
|
Allow to customize JSON library
|
2019-11-14 15:07:57 +02:00 |
|
jrootjunior
|
a2bc73e347
|
Allow to send datetime/timedelta values
|
2019-11-14 14:56:09 +02:00 |
|
jrootjunior
|
4189c3e798
|
Regenerate code
|
2019-11-14 14:44:17 +02:00 |
|
jrootjunior
|
5d1c54aa17
|
Allow to send thumbs
|
2019-11-14 12:24:27 +02:00 |
|
jrootjunior
|
dd0ee7124b
|
Allow to send media groups
|
2019-11-14 11:58:44 +02:00 |
|
Alex Root Junior
|
5797ab6c99
|
Allow to send files
|
2019-11-14 02:05:08 +02:00 |
|
Alex Root Junior
|
9d980c4b61
|
Update methods. Add generated files configurator
|
2019-11-14 00:44:09 +02:00 |
|
Alex Root Junior
|
87393f2475
|
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x
# Conflicts:
# README.md
# README.rst
# aiogram/__init__.py
# aiogram/bot/bot.py
# aiogram/contrib/fsm_storage/redis.py
# aiogram/contrib/middlewares/logging.py
# aiogram/dispatcher/dispatcher.py
# aiogram/dispatcher/filters/__init__.py
# aiogram/dispatcher/filters/builtin.py
# aiogram/dispatcher/filters/filters.py
# aiogram/dispatcher/filters/state.py
# aiogram/dispatcher/handler.py
# aiogram/dispatcher/webhook.py
# aiogram/types/base.py
# aiogram/types/chat.py
# aiogram/types/chat_member.py
# aiogram/types/input_media.py
# aiogram/types/message.py
# aiogram/utils/callback_data.py
# aiogram/utils/deprecated.py
# aiogram/utils/exceptions.py
# aiogram/utils/executor.py
# aiogram/utils/helper.py
# aiogram/utils/json.py
# aiogram/utils/mixins.py
# aiogram/utils/payload.py
# dev_requirements.txt
# docs/source/index.rst
# examples/callback_data_factory.py
# examples/check_user_language.py
# examples/echo_bot.py
# examples/finite_state_machine_example.py
# examples/i18n_example.py
# examples/inline_bot.py
# examples/media_group.py
# examples/middleware_and_antiflood.py
# examples/payments.py
# examples/proxy_and_emojize.py
# examples/regexp_commands_filter_example.py
# examples/throtling_example.py
# examples/webhook_example.py
# examples/webhook_example_2.py
# setup.py
# tests/test_bot.py
# tests/test_token.py
# tests/types/dataset.py
|
2019-11-03 22:19:44 +02:00 |
|
Alex Root Junior
|
278999761c
|
Add new autogenerated methods and types and add prototype of sessions.
|
2019-11-03 22:14:41 +02:00 |
|
Alex Root Junior
|
d5f5cea665
|
Bump version to 2.4
|
2019-10-29 22:42:31 +02:00 |
|
Alex Root Junior
|
f8d255b353
|
Prevent to serialize text as date when rapidjson is used
|
2019-10-29 22:36:43 +02:00 |
|
Alex Root Junior
|
cb4f459597
|
Fix typing for until_date argument (can be datetime or timedelta)
|
2019-10-29 21:19:55 +02:00 |
|
Alex Root Junior
|
f03e2169c3
|
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x
|
2019-10-29 21:11:14 +02:00 |
|
Alex Root Junior
|
9e6c55a609
|
Merge pull request #213 from dark0ghost/patch-4
add typing
|
2019-10-29 21:09:34 +02:00 |
|
Alex Root Junior
|
f28cfa240c
|
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x
|
2019-10-29 21:05:45 +02:00 |
|
dark0ghost
|
675def5013
|
add typing
|
2019-10-29 01:37:36 +03:00 |
|
Alex Root Junior
|
eca75dd734
|
Merge pull request #219 from eboshare/dev-2.x
Add aiohttp speedups in installation recommendations
|
2019-10-18 12:14:08 +03:00 |
|
eboshare
|
9a3c6f5ece
|
Remove typo
|
2019-10-15 18:04:14 +04:00 |
|
eboshare
|
2ed98e566e
|
Add aiohttp speedups
Add aiohttp[speedups] in instalation recomendations
Includes cchardet and aiodns.
|
2019-10-15 18:00:37 +04:00 |
|
Alex Root Junior
|
cf7786a467
|
Optimize Message.send_copy
|
2019-10-14 23:52:19 +03:00 |
|
Alex Root Junior
|
2843a66e61
|
Merge pull request #218 from Bunk100/patch-1
Update message.py
|
2019-10-14 23:50:03 +03:00 |
|
Alex Root Junior
|
9610c698be
|
Update installation docs page
|
2019-10-14 16:11:13 +03:00 |
|
Alex Root Junior
|
b88ae7a435
|
library -> framework
|
2019-10-14 16:06:35 +03:00 |
|
Alex Root Junior
|
238d1d9761
|
Pin aiohttp version
|
2019-10-14 15:01:45 +03:00 |
|
Alex Root Junior
|
bd90c726b5
|
Fix Bot.__del__ for cases when event loop is closed
|
2019-10-14 14:53:12 +03:00 |
|
Bunk100
|
a6c8e4c249
|
Update message.py
|
2019-10-12 23:06:41 +03:00 |
|
Bunk100
|
37e6428b7b
|
Update message.py
deleted parse_mode arg from send_copy args
|
2019-10-12 22:56:48 +03:00 |
|
Bunk100
|
bbfc994073
|
Update message.py
|
2019-10-12 18:42:24 +03:00 |
|
Bunk100
|
68ce9687ec
|
Update message.py
|
2019-10-12 18:38:13 +03:00 |
|
Bunk100
|
1cd4712eb4
|
Update message.py
Some fixes
|
2019-10-12 18:37:06 +03:00 |
|
Bunk100
|
b172faf89f
|
Update message.py
|
2019-10-12 18:22:44 +03:00 |
|
Bunk100
|
e57c761c40
|
Update message.py
Second attempt to fix reply_markup
|
2019-10-12 18:03:31 +03:00 |
|
Bunk100
|
1f177360c4
|
Update message.py
|
2019-10-12 17:59:32 +03:00 |
|
Bunk100
|
e32a45f4f8
|
Update message.py
Updated send_copy:
Added the ability to specify reply_markup, parse_mode
|
2019-10-12 17:52:27 +03:00 |
|
Alex Root Junior
|
7fb21ead9d
|
Merge pull request #217 from gabbhack/dev-2.x
Fix incorrect completion order.
|
2019-10-10 17:42:14 +03:00 |
|
Gabben
|
2f5415c1c9
|
Fix incorrect completion order.
|
2019-10-10 19:20:49 +05:00 |
|
Alex Root Junior
|
ef6a669761
|
Merge pull request #215 from aiogram/feature-ordered_helper
Create OrderedHelper
|
2019-10-10 17:18:41 +03:00 |
|
Suren Khorenyan
|
68a9df9222
|
Create OrderedHelper
|
2019-10-09 20:03:48 +03:00 |
|
Alex Root Junior
|
567289f368
|
Merge pull request #212 from skhortiuk/dev-2.x
Fixed missed `IsReplyFilter` import
|
2019-10-07 13:27:54 +03:00 |
|
skhortiuk
|
7ed44533bb
|
Fixed missed IsReplyFilter import
|
2019-10-07 12:51:42 +03:00 |
|
Alex Root Junior
|
7efa0fc27d
|
Fix docs status shield
|
2019-10-06 23:30:24 +03:00 |
|
Alex Root Junior
|
20e51ac84a
|
Merge pull request #210 from Arwichok/is_reply
add IsReplyFilter
|
2019-10-06 23:24:33 +03:00 |
|
Alex Root Junior
|
31f724ba4c
|
Merge pull request #211 from eboshare/patch-1
Fixed send_poll required params
|
2019-10-06 23:21:59 +03:00 |
|
Alex Root Junior
|
fb4eab7346
|
Prevent to trigger command filter with non-text messages
|
2019-10-06 23:17:49 +03:00 |
|
Vasiliy
|
f13a14c5ef
|
Fixed send_poll required params
|
2019-10-05 20:23:54 +04:00 |
|
Alex Root Junior
|
d92a77dbe2
|
Merge pull request #203 from Birdi7/fix-cache-lazy-gettext
Lazy_gettext in i18nMiddleware have enable_cache=False by default
|
2019-10-02 13:10:15 +03:00 |
|
Arwichok
|
1cd78648cc
|
Update docs/../filters.rst
|
2019-09-23 16:48:23 +03:00 |
|
Arwichok
|
496560ab0c
|
Add IsReplyFilter to docs/../filters.rst
|
2019-09-23 16:32:18 +03:00 |
|
Arwichok
|
000cd9aad8
|
Update aiogram/dispatcher/filters/builtin.py
Co-Authored-By: Alex Root Junior <jroot.junior@gmail.com>
|
2019-09-23 16:24:33 +03:00 |
|