Ossi Herrala
|
87950e9d40
|
client: Remove isahc feature of ruma-client
|
2024-04-26 16:40:59 -04:00 |
|
Jonas Platte
|
4a02b97aa3
|
Update website URL
|
2024-04-04 13:20:58 +02:00 |
|
Jonas Platte
|
684ffc7898
|
client: Use .to_owned() instead of .parse().unwrap()
… for &str to String conversion in examples.
|
2024-01-18 16:04:13 +01:00 |
|
Jonas Platte
|
e658b8b128
|
Remove 'www.' from ruma.io URLs
|
2023-10-12 15:44:00 +02:00 |
|
Jonas Platte
|
c5782ab8aa
|
Use new owned ID macros throught the codebase
|
2023-06-20 11:47:50 +02:00 |
|
Jonas Platte
|
ff8ab6b085
|
Replace ruma_common::serde::urlencoded with serde_html_form
|
2023-01-02 17:47:33 +01:00 |
|
Jonas Platte
|
3211fccab0
|
Remove borrowing in requests
|
2022-11-28 14:02:35 +01:00 |
|
Jonas Platte
|
c745d3baf7
|
Fix clippy lint
|
2022-09-02 14:07:28 +02:00 |
|
Jonas Platte
|
8912182c56
|
Increase usage of implicit named arguments in format strings
|
2022-06-03 10:06:28 +02:00 |
|
Jonas Platte
|
c50a57387e
|
Use namespaced cargo features where possible
|
2022-06-01 15:24:38 +02:00 |
|
Jonas Platte
|
5f902851af
|
Upgrade to Rust 2021
|
2022-05-27 12:04:23 +02:00 |
|
Kévin Commaille
|
bdcf07be87
|
common: Merge ruma-serde into ruma-common
|
2022-03-10 12:11:00 +01:00 |
|
Kévin Commaille
|
088d1872b7
|
common: Merge ruma-identifiers into ruma-common
|
2022-03-09 17:46:51 +00:00 |
|
Kévin Commaille
|
f32dcb9254
|
common: Merge ruma-api into ruma-common
|
2022-03-03 14:01:51 +01:00 |
|
Jonas Platte
|
282abc9dc2
|
client: Store supported Matrix versions in Client
… and refactor creation of Client.
|
2022-02-19 00:05:38 +01:00 |
|
Jonas Platte
|
b5ddd7effd
|
client: Move the entire Client behind the client-api feature
|
2022-02-18 22:32:59 +01:00 |
|
Jonas Platte
|
41d6bcc2a6
|
Format code in doc comments
|
2022-02-18 11:33:16 +01:00 |
|
Jonathan de Jong
|
4787bab6ac
|
client-api: Transition from r0 to versioned endpoints
|
2022-02-18 11:03:55 +01:00 |
|
Jonas Platte
|
4d1ff8de23
|
client: Add some tracing spans
|
2022-02-15 12:14:48 +01:00 |
|
Jonathan de Jong
|
397727726e
|
api: Add multiple path support to OutgoingRequest
|
2022-02-12 13:44:11 +01:00 |
|
Jonas Platte
|
9621b83d49
|
Use doc_auto_cfg for automatic cfg documentation
|
2022-01-02 19:22:42 +01:00 |
|
Jonas Platte
|
b0db5e94e1
|
identifiers: Make RoomAliasId a DST
|
2021-11-26 00:04:28 +01:00 |
|
Jonas Platte
|
271491732e
|
Remove now-redundant doc(cfg) attributes
They are now implied:
https://github.com/rust-lang/rust/pull/89596
|
2021-10-08 11:52:18 +02:00 |
|
Jonas Platte
|
c9c536ed0b
|
Document ruma-client crate features
|
2021-07-03 23:21:56 +02:00 |
|
Jonas Platte
|
224b4e7707
|
Move ruma-client examples to ruma crate to avoid circular dev-dependency
|
2021-05-17 01:39:31 +02:00 |
|
Jonas Platte
|
c2957df174
|
client: Fix borken doc(cfg) attribute
|
2021-05-14 14:35:05 +02:00 |
|
Jonathan de Jong
|
b616ba8233
|
Add reasons for each doctest ignore
|
2021-05-14 13:44:49 +02:00 |
|
Jonas Platte
|
8310e10ca1
|
Fix formatting
|
2021-05-05 23:53:17 +02:00 |
|
Jonas Platte
|
cf291bd5ba
|
Clean up lint attributes
|
2021-05-05 23:39:52 +02:00 |
|
Jonas Platte
|
3db0ea7026
|
Move all crates into a new crates directory
|
2021-05-03 15:50:27 +02:00 |
|