Hirrolot
|
a59fb0ddea
|
Fix formatting
|
2022-07-24 19:01:36 +06:00 |
|
Hirrolot
|
7b18d62296
|
A doc fix for Dispatcher
|
2022-07-24 18:57:33 +06:00 |
|
Hirrolot
|
3bdd6bdcb7
|
Lay out the difference between REPLs and dispatching
|
2022-07-24 18:56:53 +06:00 |
|
Hirrolot
|
431cdd1abb
|
Merge pull request #689 from teloxide/simplify-repls-impl
Simplify the implementation of REPLs
|
2022-07-24 15:58:56 +06:00 |
|
Hirrolot
|
e7ad0e4c80
|
Simplify the implementation of REPLs
|
2022-07-24 14:53:28 +06:00 |
|
Hirrolot
|
ba545c35e8
|
Merge pull request #688 from teloxide/dev
Merge v0.10.1
|
2022-07-22 20:41:28 +06:00 |
|
Waffle Maybe
|
b80ae1d723
|
Merge pull request #687 from teloxide/github-dependents
Update the 'Community bots' section with GitHub dependents
|
2022-07-22 18:07:35 +04:00 |
|
Hirrolot
|
24d90fcdc8
|
Update the 'Community bots' section with GitHub dependents
|
2022-07-22 20:03:57 +06:00 |
|
Hirrolot
|
d391be095c
|
Merge pull request #685 from teloxide/v0.10.1
Release v0.10.1
|
2022-07-22 19:00:43 +06:00 |
|
Hirrolot
|
ab463df5eb
|
Release v0.10.1
|
2022-07-22 18:55:58 +06:00 |
|
Waffle Maybe
|
a36f2b03d9
|
Merge pull request #457 from teloxide/more_must_uses
Add more `#[must_use]` attributes for appropriate functions
|
2022-07-22 15:56:01 +04:00 |
|
Waffle Maybe
|
6f993ce6b2
|
Merge pull request #681 from teloxide/fix-img-paths
fix img paths
|
2022-07-22 15:54:22 +04:00 |
|
Maybe Waffle
|
fd12e1eb06
|
fix typos
|
2022-07-22 15:52:25 +04:00 |
|
Maybe Waffle
|
52096d269f
|
Add more #[must_use] attributes for appropriate functions
|
2022-07-22 13:53:46 +04:00 |
|
Maybe Waffle
|
b0bfbcbc72
|
Fix image paths in readme
|
2022-07-22 13:47:10 +04:00 |
|
Waffle Maybe
|
3ce3cf7a55
|
Merge pull request #679 from teloxide/fix-community-bots
Remove `ArtHome12/vzmuinebot` from outdated bots
|
2022-07-21 18:18:34 +04:00 |
|
Hirrolot
|
ecf0c36356
|
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.
|
2022-07-21 20:15:44 +06:00 |
|
Hirrolot
|
9f1a5302ef
|
Merge pull request #678 from teloxide/dev
Merge v0.10.0
|
2022-07-21 17:03:55 +06:00 |
|
Waffle Maybe
|
85a11a6064
|
Merge pull request #677 from teloxide/update_dptree
Bump version -> 0.10
|
2022-07-21 14:58:15 +04:00 |
|
Hirrolot
|
02ec94a08b
|
Update CHANGELOG.md to v0.10.0
|
2022-07-21 16:54:37 +06:00 |
|
Hirrolot
|
a22c91df6c
|
Adjust imports a little bit in examples/purchase.rs
|
2022-07-21 16:53:52 +06:00 |
|
Maybe Waffle
|
0cb4bfef36
|
Fix deprecation version
|
2022-07-21 13:35:48 +04:00 |
|
Maybe Waffle
|
84beedfff4
|
make schema in docs nicer
|
2022-07-21 13:32:05 +04:00 |
|
Maybe Waffle
|
627b8624f3
|
Do not ignore tests in dispatching
When test is ignored rustdoc shows a warning sign which is disturbing.
|
2022-07-21 13:32:05 +04:00 |
|
Maybe Waffle
|
dd4af30727
|
Move ctrlc handler enable function to DispatcherBuilder
This helps with consistency -- every setting is changed in builder.
Also `Self -> Self` function sometimes plays more nicely with borrowck.
|
2022-07-21 13:32:05 +04:00 |
|
Hirrolot
|
92abc22613
|
Put community bots with old teloxide into a hidden section
|
2022-07-21 14:51:22 +06:00 |
|
Hirrolot
|
ca85dfff16
|
Add zamazan4ik/npaperbot-telegram to community bots
|
2022-07-21 14:28:26 +06:00 |
|
Hirrolot
|
7e6c04643f
|
Update the API coverage badge
|
2022-07-20 20:13:44 +06:00 |
|
Hirrolot
|
d2cb46382c
|
Drop community bots using old versions of teloxide
Also, prettify the list representation a little bit.
|
2022-07-20 20:11:55 +06:00 |
|
Hirrolot
|
4fb8a120ea
|
Link Dispatcher from the docs of REPLs
|
2022-07-20 19:40:32 +06:00 |
|
Hirrolot
|
9ab3b3a1c5
|
Improve the dispatching explanation (docs)
|
2022-07-20 17:44:39 +06:00 |
|
Hirrolot
|
3d9f4ef2b0
|
Update teloxide-macros to v0.6.3
|
2022-07-19 22:02:44 +06:00 |
|
Hirrolot
|
78afa99b79
|
Test teloxide-macros with a parse_with bug fix
|
2022-07-19 21:47:09 +06:00 |
|
Hirrolot
|
d6d819afb8
|
Leave teloxide-core and dptree as GitHub deps (dev)
|
2022-07-19 20:16:08 +06:00 |
|
Waffle Maybe
|
d9a7c265f9
|
use different quotes?...
|
2022-07-19 18:12:45 +04:00 |
|
Waffle Maybe
|
9f1d0d7dd8
|
attempt to fix ci
|
2022-07-19 18:01:25 +04:00 |
|
Hirrolot
|
82c7923dea
|
Retain consistency in CHANGELOG.md
|
2022-07-19 19:43:02 +06:00 |
|
Hirrolot
|
b48f87573a
|
Ignore one doc example
|
2022-07-19 19:39:25 +06:00 |
|
Hirrolot
|
bc8b86181f
|
Update the dispatching example explanation
|
2022-07-19 19:34:35 +06:00 |
|
Hirrolot
|
ce40f04ebd
|
Remove commented dependencies in Cargo.toml
|
2022-07-19 19:34:14 +06:00 |
|
Maybe Waffle
|
4af32d21eb
|
update faq
|
2022-07-19 14:54:01 +04:00 |
|
Maybe Waffle
|
6996c7ff87
|
bump version
|
2022-07-19 14:53:42 +04:00 |
|
Maybe Waffle
|
ed88e43afa
|
Update deps
|
2022-07-19 14:30:18 +04:00 |
|
Maybe Waffle
|
eb8b384f46
|
Update dptree
|
2022-07-18 15:56:45 +04:00 |
|
Maybe Waffle
|
56f8ef90ec
|
Add a test for discussion_648
|
2022-07-18 15:56:25 +04:00 |
|
Hirrolot
|
aa43175c46
|
Merge pull request #675 from raine/dev
Add tgreddit to Community Bots
|
2022-07-08 02:16:21 +06:00 |
|
Raine Virta
|
9fc68dc73f
|
Add tgreddit to Community Bots
|
2022-07-07 22:05:31 +02:00 |
|
Waffle Maybe
|
3d4d506203
|
Merge pull request #662 from teloxide/polling_builder
Add `PollingBuilder` & friends
|
2022-07-05 00:20:54 +04:00 |
|
Maybe Waffle
|
cd63dbf1e7
|
Make fields of PollingBuilder public
|
2022-07-05 00:07:15 +04:00 |
|
Maybe Waffle
|
430df0cefb
|
Mark Polling and PollingBuilder as must_use
|
2022-07-05 00:05:29 +04:00 |
|