167 Commits

Author SHA1 Message Date
Jonas Platte
9b55e36ada
Make cargo-sort happy 2021-06-01 13:20:34 +02:00
Jonas Platte
dc94340d0a
Release ruma-identifiers-validation 0.4.0 2021-06-01 12:50:42 +02:00
Jonas Platte
25dd8e8e2a
identifiers: Fix a typo in function name 2021-06-01 12:49:01 +02:00
Amanda Graven
97937d384c Typo corrections
The "comforming" typo in the function name at
crates/ruma-identifiers-validation/src/user_id.rs:22:26
was not corrected as that would be a breaking change.
2021-06-01 12:45:34 +02:00
Jonas Platte
6d253c6038
Add missing docs.rs metadata to Cargo manifests 2021-06-01 12:32:29 +02:00
Jonas Platte
b1e6aa78c7
api: Add missing period in docs 2021-05-29 14:37:19 +02:00
Timo Kösters
8173a05b2c
client-api: Remove authentication for get alias endpoint 2021-05-27 14:14:59 +00:00
Jonathan de Jong
42bbb81bd2
Tolerate slightly malformed base64
* add in fixes

* cargo fmt and newline

* sort dependencies
2021-05-24 22:31:36 +02:00
Marcel
087a2b9012
events: Fix copy-paste mistake 2021-05-22 20:24:59 +02:00
Jonas Platte
f7ed9c5c44
federation-api: Enable doc_cfg feature under cfg(docsrs) 2021-05-22 15:36:46 +02:00
Jonas Platte
87856d512b
events: Add missing newline 2021-05-22 15:35:26 +02:00
Jonas Platte
b05b3aea1f
client-api: Add unstable-pre-spec ruma-events feature dependency 2021-05-21 18:10:17 +02:00
Jonas Platte
59b6b83773
client-api: Post PR login / UIAA fallback cleanup 2021-05-21 18:08:38 +02:00
Jonathan de Jong
4bfd60ffdd
client-api: Add fallbacks for UIAA and login 2021-05-21 15:51:47 +00:00
Julian Sparber
8a147f08d1
ruma-common: Add getters to [Milli]SecondsSinceUnixEpoch 2021-05-21 15:37:39 +00:00
Timo Kösters
a238a0dda5
federation-api: Improve get_keys 2021-05-21 12:37:41 +02:00
Jonas Platte
0ea3fee8a0
events: Remove elaborate no-op 2021-05-20 20:57:52 +02:00
Jonas Platte
e9f2584607
Release ruma 0.1.1 2021-05-20 18:49:18 +02:00
Jonas Platte
958d3a5812
Release ruma-events 0.22.2 2021-05-20 18:45:52 +02:00
Jonas Platte
0ffbc059aa
Release ruma-client-api 0.10.1 2021-05-20 18:44:27 +02:00
Marcel
a322c8cf08
Add support for spaces 2021-05-20 18:36:35 +02:00
Devin Ragotzy
9d0cdb8c0e
state-res: Make comments consistent and remove nested ifs 2021-05-19 17:25:28 +02:00
Kévin Commaille
52d8ff1ffd
events: Improve room::message markdown constructors
Only return an html message if some markdown formatting was detected.
2021-05-18 21:28:15 +02:00
Jonas Platte
676548a2fe
events: Fix lints 2021-05-17 17:10:21 +02:00
Jonas Platte
085f082c5b
Release ruma-events 0.22.1 2021-05-17 16:58:57 +02:00
Jonas Platte
aa31418961
events: Implement (de)serialization manually for dummy event content
The derived implementations use `null` as the serialized form of unit structs.
2021-05-17 16:58:37 +02:00
Jonas Platte
65021a26da
Release ruma 0.1.0 2021-05-17 01:56:47 +02:00
Jonas Platte
e5e2cde421
Release ruma-state-res 0.1.0 2021-05-17 01:50:19 +02:00
Jonas Platte
6f8d43ccbb
state-res: Prepare for publishing 2021-05-17 01:48:28 +02:00
Jonas Platte
504dd1cadf
Release ruma-client 0.5.0 2021-05-17 01:42:19 +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
83939ab0eb
ruma: Add missing feature re-export 2021-05-17 01:34:49 +02:00
Jonas Platte
33bb9bd8ac
Release ruma-push-gateway-api 0.1.0 2021-05-17 01:20:15 +02:00
Jonas Platte
40b45c901e
identity-service-api: Update changelog 2021-05-17 01:16:34 +02:00
Jonas Platte
a135f25a04
Release ruma-identity-service-api 0.1.0 2021-05-17 01:13:37 +02:00
Jonas Platte
51b638d7a9
identity-service-api: Update changelog 2021-05-17 01:13:21 +02:00
Jonas Platte
d2c81629ac
Release ruma-appservice-api 0.2.0 2021-05-17 01:05:10 +02:00
Jonas Platte
7de7cde6e0
Release ruma-federation-api 0.1.0 2021-05-17 01:03:29 +02:00
Jonas Platte
c3a8b8baed
Release ruma-client-api 0.10.0 2021-05-17 01:01:11 +02:00
Jonas Platte
e705fd9246
Release ruma-api 0.17.0 2021-05-17 00:56:47 +02:00
Jonas Platte
68250ae726
Release ruma-events 0.22.0 2021-05-17 00:51:09 +02:00
Jonas Platte
f50254effd
events: Update changelog 2021-05-17 00:50:58 +02:00
Jonas Platte
6667a841b9
events: Add missing syn cargo feature
`cargo check --workspace` worked without it because it was activated from elsewhere
2021-05-17 00:50:45 +02:00
Jonas Platte
4d3cb94d99
api: Remove unneeded extra-traits syn feature 2021-05-17 00:50:45 +02:00
Jonas Platte
2a2cb8c4d2
serde: Remove unneeded extra-traits syn feature 2021-05-17 00:50:45 +02:00
Jonas Platte
c12f8700b2
events: Make last remaining types non-exhaustive 2021-05-17 00:28:40 +02:00
Jonas Platte
d8ecf12c1f
events: Remove M prefix from some types 2021-05-17 00:18:34 +02:00
Jonas Platte
0d039a4ebb
events: Make remaining types in key::* non-exhaustive 2021-05-17 00:17:54 +02:00
Jonas Platte
62b68966b7
events: Remove accidental duplicate constructor 2021-05-17 00:03:42 +02:00
Jonas Platte
d7d449656c
events: Make assert_matches! invocations slight more compact 2021-05-16 23:55:46 +02:00