Commit graph

4379 commits

Author SHA1 Message Date
Сырцев Вадим Игоревич
720c8b2c5f Fix docs styling 2024-01-10 13:51:27 +03:00
Сырцев Вадим Игоревич
2d515312d2 Update changelogs 2024-01-05 18:28:32 +03:00
Сырцев Вадим Игоревич
f3ade10d00 Add FIXME rewrite reminder for "define_message_ext" 2024-01-05 18:24:05 +03:00
Сырцев Вадим Игоревич
0993cbc5ae Improve documentation and fix typos 2024-01-05 18:03:57 +03:00
Сырцев Вадим Игоревич
f2e8e86509 update CHANGELOG.md 2024-01-03 14:37:11 +03:00
Сырцев Вадим Игоревич
0d082e0f68 Extend documentation about filter_* fns 2024-01-03 14:28:40 +03:00
Сырцев Вадим Игоревич
910abe2b4c Replace filter_* fns returning Option<&True> by fns returning bool 2024-01-03 13:23:57 +03:00
Сырцев Вадим Игоревич
882e37a4a7 Update CHANGELOG.md 2023-12-16 14:46:29 +03:00
Сырцев Вадим Игоревич
4b734893b2 Update CHANGELOG.md 2023-12-16 14:37:27 +03:00
Сырцев Вадим Игоревич
605db18b0a Add missing Message::filter_ functions 2023-12-16 14:03:30 +03:00
Tima Kinsart
d7a468c881
Merge pull request #961 from teloxide/parsemodder
Support more methods in `DefaultParseMode`
2023-12-08 21:32:08 +00:00
Waffle Maybe
23f2e829e2
Merge pull request #981 from Zagzuz/must-use-adaptors
Add `#[must_use]` to bot adaptors
2023-12-08 20:03:54 +00:00
Zagzuz
f7fd84ac32 add #[must_use] to bot adaptors 2023-12-08 14:31:35 +06:00
Tima Kinsart
f0ee575416
Merge pull request #962 from teloxide/lmao
Don't auto-add `C-main` label to all PRs
2023-12-05 20:50:36 +00:00
Waffle Maybe
cbee55056b
Merge pull request #973 from Desiders/fix-set-chat-title-title-length
Change setChatTitle title length
2023-11-25 19:43:20 +00:00
Waffle Maybe
f842a8b212
Merge pull request #971 from Desiders/fix-poll-question-length
Change poll question length
2023-11-25 19:40:19 +00:00
Desiders
bacd84110e Change setChatTitle title length 2023-11-25 19:21:21 +03:00
Desiders
6075b150f9 Change poll question length 2023-11-25 19:14:30 +03:00
Maybe Waffle
d26bd0629b Update changelog 2023-11-05 23:50:54 +01:00
Waffle Maybe
ad2d28176f
Don't auto-add C-main label to all PRs
it looks like triagebot uses `starts_with`, which makes `crate/teloxide` trigger on `crates/teloxide-core`, lmao.
2023-11-05 23:45:43 +01:00
Maybe Waffle
0017480467 Replace a couple for loops with .for_each
I will not be explaining why (maybe unless you ask me)
2023-11-05 23:39:36 +01:00
Maybe Waffle
f4dd70604c Add proper support for send_media_group and edit_message_media{,_inline} in DefaultParseMode 2023-11-05 23:37:23 +01:00
Maybe Waffle
88eb35ad95 Add proper support for answer_inline_query and answer_web_app_query in DefaultParseMode 2023-11-05 23:19:59 +01:00
Maybe Waffle
746302f851 Support CopyMessage by DefaultParseMode 2023-11-05 22:58:15 +01:00
Maybe Waffle
6fc6664be9 Re-implement DefaultParseMode adaptor, to apply parse mode at send 2023-11-05 22:49:55 +01:00
Tima Kinsart
a9d3fae987
Merge pull request #913 from jrouaix/tryable_bot
triable bot
2023-10-30 18:41:06 +00:00
Tima Kinsart
f8322d083c
Update CHANGELOG.md 2023-10-31 00:12:40 +06:00
jrx
ec7e08bf26 fmt again 2023-10-27 23:05:01 +02:00
jrx
7941dda28d made rust docs happy 2023-10-27 23:03:12 +02:00
jrx
b77b1a62c8 cargo fmt 2023-10-27 22:36:20 +02:00
jrx
af1c0b2864 removed artifact of the past in comments, all *dispatch* functions had an unused link def to ShutdownToken::shutdown 2023-10-11 21:24:43 +02:00
Jérôme Rx
d2d572cce3
Merge branch 'teloxide:master' into tryable_bot 2023-10-11 21:07:28 +02:00
Waffle Maybe
987fd70bd5
Merge pull request #953 from mikhailantoshkin/master
Fix typos in documentation
2023-10-08 02:22:54 +00:00
mikhailantoshkin
a6e53cf3b8 Update CHANGELOG.md 2023-10-08 11:12:45 +09:00
mikhailantoshkin
63636a5787 Fix typos in documentation 2023-10-08 11:05:17 +09:00
Tima Kinsart
45ff4f7bfb
Merge pull request #951 from teloxide/make-ci-actually-do-its-job
Make `ci-pass` job actually fail when some required job failed
2023-10-06 16:45:07 +00:00
Maybe Waffle
0c68c78626 Make ci-pass job actually fail when some required job failed 2023-10-05 20:14:18 +04:00
Tima Kinsart
9b593ddb54
Merge pull request #950 from teloxide/fixup-build
Fix CI
2023-10-05 15:59:42 +00:00
Maybe Waffle
81b4c248a1 Silence clippy 2023-10-04 22:19:46 +04:00
Maybe Waffle
fbd5bf66cd bump msrv 2023-10-04 22:19:46 +04:00
Maybe Waffle
e5503e6525 format cargo tomls 2023-10-04 19:42:18 +04:00
Maybe Waffle
cec2a018ff Use futures::future::select instead of tokio::select!
Pros: less macros, fixes the missing feature issue.
Cons: a bit more code because `fututres` is an annoying crate
      which does not use `either::Either` and provides its
      own `Either` which does not have `map_either`, or
      basically anything for that matter.
2023-10-04 19:37:18 +04:00
Tima Kinsart
d21ca11a54
Merge pull request #938 from teloxide/⚠️polling-in-flight⚠️
Improve graceful shutdown
2023-09-29 19:02:05 +00:00
Tima Kinsart
716f3c131d
Merge pull request #943 from teloxide/renight
Update nightly Rust
2023-09-29 13:58:05 +00:00
Maybe Waffle
729484af4c satisfy clippy 2023-09-27 13:17:11 +04:00
Maybe Waffle
4b508966a2 Update proc-macro2 to fix nightly issue 2023-09-27 13:17:11 +04:00
Maybe Waffle
3720296eea Specify resolver = "2" in Cargo.toml
it's the default for edition 2021, but somehow not the default for the
workspace...
2023-09-27 13:17:11 +04:00
Maybe Waffle
557a7c0df7 re-fmt 2023-09-27 13:17:11 +04:00
Maybe Waffle
04df142191 Update nightly rust used for development and CI 2023-09-27 13:16:53 +04:00
Waffle Maybe
d591d24507
Merge pull request #932 from kpp/command_separator
Implemend command_separator attr to split command and args
2023-09-26 18:16:18 +00:00