3485 Commits

Author SHA1 Message Date
Jonas Platte
7c6dfc52b6
Rename .cargo/{config => config.toml}
This filename has been support for a while now.
2021-07-02 22:27:43 +02:00
Jonas Platte
5b60604408
ci: Build docs (w/o publish) on pushes to any branch 2021-07-02 19:37:48 +02:00
Jonas Platte
082b561178
ci: Build docs for PRs 2021-07-02 19:33:28 +02:00
Jonas Platte
0da5151c94
ci: Run Rust checks on all branches 2021-07-02 19:23:29 +02:00
Jonas Platte
752c4808fd
Release ruma-events 0.23.2 2021-06-29 10:37:09 +02:00
Jonas Platte
e423d27c27
ci: Run unstable-pre-spec tests 2021-06-29 10:36:43 +02:00
Jonas Platte
0f2586f2d3
event: Update changelog 2021-06-29 10:14:56 +02:00
Häcker Felix
653e4c4838
events: Add missing serde rename for Relation emoji 2021-06-27 21:45:46 +02:00
Adam
f43c9c6caa
identity-service-api: Add store_invitation endpoint. (#631)
* identity-service-api: Add store_invitation endpoint.

Signed-off-by: Adam Blanchet <adamblanchet@free.fr>
2021-06-27 14:33:43 -05:00
Jonas Platte
4200d6e387
Release ruma-api 0.17.1 2021-06-24 15:02:31 +02:00
Jonas Platte
f0a33c1a12
api: Remove unused derive in macro code
… which was relying on a syn feature not explicitly activated in the crate.
2021-06-24 15:02:24 +02:00
Jonas Platte
b5f963229c
Release ruma-events 0.23.1 2021-06-24 13:43:04 +02:00
Jonas Platte
dfd8c60b89
Release ruma-identifiers 0.19.4 2021-06-24 13:38:05 +02:00
Jonas Platte
b2add295b0
xtask: Fix dependency version writing on non-child macro crates in release cmd 2021-06-24 13:36:41 +02:00
Jonas Platte
be4584b475
Release ruma-serde 0.4.1 2021-06-24 13:17:55 +02:00
Jonas Platte
7708deda4e
Allow our proc-macros to be used when re-exported from matrix-sdk 2021-06-23 16:17:53 +02:00
Jonas Platte
a54a28bfe1
Release ruma 0.2.0 2021-06-21 18:12:35 +02:00
Jonas Platte
bbd22ab1e0
Release ruma-signatures 0.8.0 2021-06-21 18:08:04 +02:00
Jonas Platte
6bf181a8d2
Release ruma-client 0.6.0 2021-06-21 18:06:37 +02:00
Jonas Platte
5a1192f158
Release ruma-state-res 0.2.0 2021-06-21 18:03:39 +02:00
Jonas Platte
9997f40985
Release ruma-appservice-api 0.3.0 2021-06-21 17:59:12 +02:00
Jonas Platte
481cab02fd
Release ruma-push-gateway-api 0.2.0 2021-06-21 17:55:47 +02:00
Jonas Platte
8c785f68ab
Release ruma-identity-service-api 0.2.0 2021-06-21 17:53:26 +02:00
Jonas Platte
721ab62c4e
Re-add MSRV exception for ruma-signatures 2021-06-21 17:50:44 +02:00
Jonas Platte
b5c1e6198a
Release ruma-federation-api 0.2.0 2021-06-21 17:43:46 +02:00
Jonas Platte
522870dbbf
Release ruma-client-api 0.11.0 2021-06-21 17:41:52 +02:00
Jonas Platte
c322efa90f
Update contrib/workspace_deps.png 2021-06-21 17:38:36 +02:00
Jonas Platte
9f9c3d74f2
Remove unused dependencies 2021-06-21 17:35:51 +02:00
Jonas Platte
50a194c532
signatures: Update changelog 2021-06-21 17:29:05 +02:00
Jonas Platte
fc99c32c3d
signatures: Upgrade pkcs8 2021-06-21 17:28:55 +02:00
Jonas Platte
55a7dd4828
Release ruma-events 0.23.0 2021-06-21 16:53:46 +02:00
Jonas Platte
1eb2f39593
identifiers: Remove allow attribute
Seems to no longer be necessary.
2021-06-21 12:24:05 +02:00
Jonas Platte
59161b842b
identifiers: Use fewer transmutes for ServerName 2021-06-21 12:23:52 +02:00
Jonas Platte
e308c70aa7
identifiers: Get rid of pointless copy in ToOwned implementations 2021-06-21 12:15:04 +02:00
Jonas Platte
d73ab8add9
events: Add AnyMessageEventContent::relation 2021-06-20 19:34:29 +02:00
Jonas Platte
61671f4440
events: Add event relation conversions 2021-06-20 19:34:29 +02:00
Jonas Platte
84829e23dc
events: Remove shared Relation type in favor of more per-event-type ones 2021-06-20 19:27:12 +02:00
Jonas Platte
1c31d31be1
events: More consistent item ordering for room::encrypted 2021-06-20 18:38:06 +02:00
Jonas Platte
de8735de0a
Exclude internal crates from docs.ruma.io 2021-06-20 12:45:28 +02:00
Jonas Platte
5db8373117
api: Add missing anonymous lifetime 2021-06-20 12:27:51 +02:00
Jonas Platte
d467eaf621
api: Ignore SendAccessToken::Always on non-client-api endpoints 2021-06-20 12:17:17 +02:00
Jonas Platte
3bb4a3e31e
events: Update changelog 2021-06-20 09:52:16 +02:00
Jonas Platte
05e28f7422
events: Add types for decrypted event payloads 2021-06-20 09:39:48 +02:00
Jonas Platte
090948e04f
events: Consistently use relates_to for Relation field name 2021-06-20 01:32:29 +02:00
Devin Ragotzy
6546add282 Fix typo favourite -> favorite 2021-06-18 22:44:00 +02:00
Devin Ragotzy
650d960b85 Enable linting for non-exhaustive structs 2021-06-18 22:44:00 +02:00
Devin Ragotzy
337b1e26ef misc: Allow exhaustive for non api related structs 2021-06-18 22:44:00 +02:00
Devin Ragotzy
6d0ff8b876 federation: Remove ctor in favor of Init struct 2021-06-18 21:02:14 +02:00
Devin Ragotzy
030f23b9e9 federation: Make all pub structs non_exhaustive 2021-06-18 21:02:14 +02:00
Devin Ragotzy
fae5385753 state-res: Make all pub structs non_exhaustive 2021-06-18 20:53:06 +02:00