Commit graph

2238 commits

Author SHA1 Message Date
Waffle Lapkin
101528e453
Resolve fixme (#350)
* Update redis

* Resolve fixme(waffle) related to building docs

* Fix broken links

* Reexport teloxide_core::prelude as `no_inline`
2021-03-22 00:43:19 +06:00
Hirrolot
8522759e68
Get ready for v0.4.0 (#347)
* Get ready for v0.4.0

* Export teloxide_macros as macros in lib.rs

* Use tokio v1.3 in README.md

* Return the feature 'macros' back

* Export teloxide_macros::teloxide in the prelude

* Document the 'macros' feature in README.md

* Update src/lib.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Update src/prelude.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Propagate features from teloxide-core

* teloxide-core = 0.2.1

* Fix CI

* Require teloxide-core/auto_send instead of teloxide/auto-send

* default-features = false (teloxide-core)

* Specify each teloxide-core feature separately

* Fix Cargo.toml

* JSON -> Json, CBOR -> Cbor

* Update Cargo.toml

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-21 18:34:23 +06:00
Waffle Lapkin
7bfc88ff33
Merge pull request #348 from teloxide/erase-error-in-examples
Use Box<dyn Error + Send + Sync> in the examples
2021-03-20 22:47:19 +03:00
Hirrolot
68e3c5e089
Update src/prelude.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-20 22:57:32 +06:00
Temirkhan Myrzamadi
86253edc92 Use Box<dyn Error + Send + Sync> in the examples 2021-03-19 17:58:22 +06:00
Hirrolot
f2026b238b
Merge pull request #346 from teloxide/support-new-update-kind-types
Support new UpdateKind types
2021-03-18 02:08:53 +06:00
Temirkhan Myrzamadi
9a90148114 Fix examples/dialogue_bot 2021-03-18 01:56:41 +06:00
Temirkhan Myrzamadi
f0d4bc320b Fix examples/redis_remember_bot 2021-03-18 01:50:48 +06:00
Temirkhan Myrzamadi
be7bec6fa9 Support UpdateKind::{MyChatMember, ChatMember} 2021-03-17 23:36:51 +06:00
Waffle Lapkin
0c39cc3f06
Merge pull request #337 from teloxide/integrate-teloxide-core
Integrate teloxide-core
2021-03-15 17:50:16 +03:00
Hirrolot
31e6fba58c
Update src/lib.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-15 20:26:50 +06:00
Temirkhan Myrzamadi
b1e6bc84be Remove examples/sqlite_remember_bot/db.sqlite-journal 2021-03-15 20:23:44 +06:00
Temirkhan Myrzamadi
62b979369f Fix the doc tests 2021-03-15 20:21:50 +06:00
Temirkhan Myrzamadi
823f279a60 Fix the docs 2021-03-15 09:51:00 +06:00
Temirkhan Myrzamadi
34a2eee1fa Apply review suggestions 2021-03-15 09:22:32 +06:00
Temirkhan Myrzamadi
36b314cdfc Fix this fucking bullshit 2021-03-13 23:35:48 +06:00
Temirkhan Myrzamadi
b29ef34299 Fmt 2021-03-13 23:08:35 +06:00
Temirkhan Myrzamadi
5f96da0a5f Fix the tests 2021-03-13 23:05:50 +06:00
Temirkhan Myrzamadi
1af0bfdcbc Fix the examples 2021-03-13 22:13:24 +06:00
Eric S. Londres
ea9b0c5a9d
Merge pull request #1 from slondr/slondr-patch-1
Add BeerHolderBot to community bot list
2021-03-10 16:48:43 -05:00
Eric S. Londres
5682bef908
Merge pull request #2 from slondr/slondr-patch-2
Fix formatting of basketball betting bot in readme
2021-03-10 16:48:26 -05:00
Eric S. Londres
865c3f28a0
Fix formatting of basketball betting bot in readme
Previously the title/desc of the bot was not italicized, unlike other bot names/descriptions
2021-03-10 16:48:16 -05:00
Eric S. Londres
b1201c4506
Add BeerHolderBot to community bot list 2021-03-10 16:47:05 -05:00
Temirkhan Myrzamadi
a6e0c48427 Fix the tests 2021-03-06 03:50:11 +06:00
Temirkhan Myrzamadi
30458ab724 Oops, push the examples too 2021-03-06 03:24:10 +06:00
Temirkhan Myrzamadi
6102a02ed4 Integrate teloxide-core 2021-03-06 03:18:03 +06:00
Temirkhan Myrzamadi
f33428be03 Update the dependencies 2021-02-22 08:14:33 +06:00
Goldstein
155f7aed5a
Fix typo 2021-01-31 22:15:42 +03:00
Goldstein
751af600f7
Provide new url for tg-vimhelpbot 2021-01-31 19:44:53 +03:00
Temirkhan Myrzamadi
fe6429c279
Merge pull request #332 from teloxide/fix-serde-export-master
Fix serde export
2021-01-13 20:11:46 +06:00
Waffle Lapkin
2a8f091495
fix fmt 2021-01-13 16:24:23 +03:00
Waffle Lapkin
dbc03c0769
Merge branch 'dev' into fix-serde-export-master 2021-01-13 16:20:25 +03:00
Temirkhan Myrzamadi
433b4df614 v0.3.4 2021-01-13 11:32:39 +06:00
Temirkhan Myrzamadi
086789e5ca serde::export -> std::fmt 2021-01-13 11:31:08 +06:00
Temirkhan Myrzamadi
0e5880af91 Clarify the purpose of Storage in the docs 2021-01-12 19:42:33 +06:00
Waffle Lapkin
72315876df
Merge pull request #325 from myblackbeard/dev
add community bot: myblackbeard/basketball-betting-bot
2021-01-02 21:53:16 +03:00
myblackbeard
84e9b861ac
add community bot: myblackbeard/basketball-betting-bot 2021-01-02 19:39:05 +01:00
Temirkhan Myrzamadi
bc0db9dfb5
Merge pull request #322 from teloxide/Hirrolot-patch-1
Add sschiz/janitor-bot to README.md
2020-12-13 15:19:13 +06:00
Temirkhan Myrzamadi
7a9805617a
Merge pull request #323 from teloxide/fixnetlifydocbuild
Fix netlify doc build
2020-12-13 15:18:41 +06:00
Waffle
7a6cdaa414 Fix netlify doc build 2020-12-12 19:19:06 +03:00
Temirkhan Myrzamadi
009b38baa6
Add sschiz/janitor-bot to README.md 2020-12-12 14:10:51 +06:00
Temirkhan Myrzamadi
56de17d989
Merge pull request #318 from ivan770/trace-storage
Basic implementation of TraceStorage
2020-11-24 21:43:34 +06:00
ivan770
38cee20575
Merge pull request #1 from teloxide/dev
Fix sqlx feature definitions in Cargo.toml
2020-11-24 17:34:59 +02:00
Temirkhan Myrzamadi
060f6f6413
Merge pull request #320 from teloxide/fix-sqlx-features
Specify 'runtime-tokio-native-tls' for sqlx (Cargo.toml)
2020-11-24 21:32:51 +06:00
Temirkhan Myrzamadi
57b2af965a Remove the 'runtime-tokio' feature of sqlx (Cargo.toml) 2020-11-24 21:26:16 +06:00
Temirkhan Myrzamadi
71df5bad3e Specify 'runtime-tokio-native-tls' for sqlx (Cargo.toml) 2020-11-24 21:17:49 +06:00
ivan770
704418ca9f Remove unnecessary allocation if trace level is not enabled 2020-11-19 16:54:46 +00:00
ivan770
aebb974e50
Use only one log message to nofity about dialogue transition 2020-11-18 14:04:12 +02:00
ivan770
cd2970c0f5
fmt 2020-11-18 10:19:21 +02:00
ivan770
f6a4882d1d
State that log crate is being used for logging 2020-11-18 10:09:54 +02:00