Maybe Waffle
|
88449531a6
|
Mark top-level items as pub(crate)
this way we'll get better compiler diagnostics (for example it'll warn
against unused fields and such).
|
2022-08-22 16:00:36 +04:00 |
|
Maybe Waffle
|
b16256b8ea
|
Improve error handling by adding custom Error type
|
2022-08-22 15:55:25 +04:00 |
|
Maybe Waffle
|
3580fd35c5
|
Don't use quote::__private
|
2022-08-22 15:34:30 +04:00 |
|
Maybe Waffle
|
af6e18149f
|
Remove get_or_return! , use ? /Result instead
|
2022-08-22 15:32:57 +04:00 |
|
Maybe Waffle
|
845cd453d6
|
Remove derive(DialogueState) macro
It was already deprecated and it doesn't seem valuable to keep/refactor
it.
|
2022-08-22 15:21:20 +04:00 |
|
Hirrolot
|
0808ec34be
|
Avoid ending punctuation in short list items
Former-commit-id: d0add19b29
|
2022-08-20 16:16:08 +06:00 |
|
Waffle Maybe
|
44d4603bd0
|
Merge pull request #245 from teloxide/r071
dump version
|
2022-08-19 09:52:03 +04:00 |
|
Maybe Waffle
|
3d6a5ea26f
|
dump version
|
2022-08-19 06:21:06 +04:00 |
|
Waffle Maybe
|
c9c3c7d03b
|
Merge pull request #242 from teloxide/MUST_USE
Add some `#[must_use]`s
|
2022-08-19 06:14:39 +04:00 |
|
Waffle Maybe
|
90aedd10c4
|
Merge pull request #244 from teloxide/fix_erased
Fix `Clone` implementation for `ErasedRequester`
|
2022-08-19 06:14:08 +04:00 |
|
Maybe Waffle
|
d3eb94b695
|
Fix Clone implementation for ErasedRequester
|
2022-08-19 06:10:01 +04:00 |
|
Maybe Waffle
|
d30d4f36cd
|
Remove useless parentheses
|
2022-08-15 20:10:16 +04:00 |
|
Waffle Maybe
|
e26c839d1a
|
Update CHANGELOG.md
|
2022-08-15 20:08:20 +04:00 |
|
Maybe Waffle
|
6f3aa993af
|
Add #[must_use] s
|
2022-08-15 20:05:11 +04:00 |
|
Waffle Maybe
|
61d36e3ac9
|
Merge pull request #241 from teloxide/download_error_and_from
Implement `From<_> for RequestError` for more types
|
2022-08-15 11:46:56 +04:00 |
|
Maybe Waffle
|
06608934e8
|
Update changelog
|
2022-08-04 18:22:00 +04:00 |
|
Maybe Waffle
|
353d26fa00
|
Implement From<_> for RequestError for more types
|
2022-08-04 18:16:42 +04:00 |
|
Hirrolot
|
fe10cbce67
|
Merge pull request #690 from teloxide/repls-dispatching-doc
Explain the difference between REPLs and dispatching
Former-commit-id: fde52b3988
|
2022-07-25 18:24:36 +06:00 |
|
Waffle Maybe
|
2df4dfd61b
|
Merge pull request #693 from teloxide/nicer_filter_ext_docs
Make filter ext docs a little bit nicer
Former-commit-id: acd3f4f9a2
|
2022-07-25 11:08:20 +04:00 |
|
Maybe Waffle
|
8a92959229
|
Make filter ext docs a little bit nicer
Former-commit-id: 62cbda51d2
|
2022-07-24 19:46:48 +04:00 |
|
Hirrolot
|
09ca45a67c
|
Merge pull request #691 from teloxide/hide-huge-doc
Hide the definitions of endpoints in the doc
Former-commit-id: c7af38ebe3
|
2022-07-24 21:23:06 +06:00 |
|
Maybe Waffle
|
ef46649b23
|
Improve link formatting
Former-commit-id: 1942b8f49b
|
2022-07-24 19:11:57 +04:00 |
|
Hirrolot
|
c6ea1dd894
|
Merge branch 'repls-dispatching-doc' of https://github.com/teloxide/teloxide into repls-dispatching-doc
Former-commit-id: 3f546fd637
|
2022-07-24 19:41:30 +06:00 |
|
Hirrolot
|
a654491d6f
|
Simplify the doc sentence (code review)
Former-commit-id: 0f526ebe99
|
2022-07-24 19:40:35 +06:00 |
|
Hirrolot
|
40e311d3a0
|
Apply a tiny doc review suggestion
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
Former-commit-id: ab0292649f
|
2022-07-24 19:32:09 +06:00 |
|
Hirrolot
|
8ebb4826cb
|
Expand a doc sentence according to code review
Former-commit-id: 8eaadf8f94
|
2022-07-24 19:30:41 +06:00 |
|
Hirrolot
|
cbfe068e68
|
Merge pull request #692 from teloxide/check-dialogue-doc
Make `dialogue` doc examples verifiable
Former-commit-id: 72a92ea6ea
|
2022-07-24 19:21:33 +06:00 |
|
Hirrolot
|
e7fb02e8fe
|
Make dialogue doc examples verifiable
Former-commit-id: 793dbcfcdb
|
2022-07-24 19:14:22 +06:00 |
|
Hirrolot
|
b8b1cb0496
|
Hide the definitions of endpoints in the doc
Makes scrolling a bit easier.
Former-commit-id: 4e2265a217
|
2022-07-24 19:03:50 +06:00 |
|
Hirrolot
|
839d4705ae
|
Fix formatting
Former-commit-id: a59fb0ddea
|
2022-07-24 19:01:36 +06:00 |
|
Hirrolot
|
7c1af1265b
|
A doc fix for Dispatcher
Former-commit-id: 7b18d62296
|
2022-07-24 18:57:33 +06:00 |
|
Hirrolot
|
3038892e32
|
Lay out the difference between REPLs and dispatching
Former-commit-id: 3bdd6bdcb7
|
2022-07-24 18:56:53 +06:00 |
|
Hirrolot
|
2f306fe488
|
Merge pull request #689 from teloxide/simplify-repls-impl
Simplify the implementation of REPLs
Former-commit-id: 431cdd1abb
|
2022-07-24 15:58:56 +06:00 |
|
Hirrolot
|
07652a7565
|
Simplify the implementation of REPLs
Former-commit-id: e7ad0e4c80
|
2022-07-24 14:53:28 +06:00 |
|
Hirrolot
|
e604faf5dc
|
Merge pull request #688 from teloxide/dev
Merge v0.10.1
Former-commit-id: ba545c35e8
|
2022-07-22 20:41:28 +06:00 |
|
Waffle Maybe
|
f8edb0495b
|
Merge pull request #687 from teloxide/github-dependents
Update the 'Community bots' section with GitHub dependents
Former-commit-id: b80ae1d723
|
2022-07-22 18:07:35 +04:00 |
|
Hirrolot
|
5fac8bc513
|
Update the 'Community bots' section with GitHub dependents
Former-commit-id: 24d90fcdc8
|
2022-07-22 20:03:57 +06:00 |
|
Hirrolot
|
b9e38c8663
|
Merge pull request #685 from teloxide/v0.10.1
Release v0.10.1
Former-commit-id: d391be095c
|
2022-07-22 19:00:43 +06:00 |
|
Hirrolot
|
d515fc62eb
|
Release v0.10.1
Former-commit-id: ab463df5eb
|
2022-07-22 18:55:58 +06:00 |
|
Waffle Maybe
|
d5a8c0589c
|
Merge pull request #457 from teloxide/more_must_uses
Add more `#[must_use]` attributes for appropriate functions
Former-commit-id: a36f2b03d9
|
2022-07-22 15:56:01 +04:00 |
|
Waffle Maybe
|
bd97e3cea2
|
Merge pull request #681 from teloxide/fix-img-paths
fix img paths
Former-commit-id: 6f993ce6b2
|
2022-07-22 15:54:22 +04:00 |
|
Maybe Waffle
|
611a38990e
|
fix typos
Former-commit-id: fd12e1eb06
|
2022-07-22 15:52:25 +04:00 |
|
Maybe Waffle
|
f12cac7a43
|
Add more #[must_use] attributes for appropriate functions
Former-commit-id: 52096d269f
|
2022-07-22 13:53:46 +04:00 |
|
Maybe Waffle
|
d97646b38b
|
Fix image paths in readme
Former-commit-id: b0bfbcbc72
|
2022-07-22 13:47:10 +04:00 |
|
Waffle Maybe
|
fdf147c9f7
|
Merge pull request #679 from teloxide/fix-community-bots
Remove `ArtHome12/vzmuinebot` from outdated bots
Former-commit-id: 3ce3cf7a55
|
2022-07-21 18:18:34 +04:00 |
|
Hirrolot
|
e769deff85
|
Remove ArtHome12/vzmuinebot from outdated bots
I think it was added by mistake since it uses teloxide v0.9.2, which is a relatively new version.
Former-commit-id: ecf0c36356
|
2022-07-21 20:15:44 +06:00 |
|
Hirrolot
|
4e6ce04f7e
|
Merge pull request #678 from teloxide/dev
Merge v0.10.0
Former-commit-id: 9f1a5302ef
|
2022-07-21 17:03:55 +06:00 |
|
Waffle Maybe
|
80bf7c6b16
|
Merge pull request #677 from teloxide/update_dptree
Bump version -> 0.10
Former-commit-id: 85a11a6064
|
2022-07-21 14:58:15 +04:00 |
|
Hirrolot
|
f4d99b8766
|
Update CHANGELOG.md to v0.10.0
Former-commit-id: 02ec94a08b
|
2022-07-21 16:54:37 +06:00 |
|
Hirrolot
|
3dd8787f13
|
Adjust imports a little bit in examples/purchase.rs
Former-commit-id: a22c91df6c
|
2022-07-21 16:53:52 +06:00 |
|