187 Commits

Author SHA1 Message Date
Jonas Platte
5ca2d9eeab
identifiers: Disable buggy lint 2021-06-12 12:35:09 +02:00
Jonas Platte
d586c88321
identifiers: Fix unnecessary qualification 2021-06-12 11:53:37 +02:00
Jonas Platte
8a42c1e136
identifiers: Use from_raw / into_raw instead of transmute for opaque type conversion 2021-06-12 11:46:16 +02:00
Jonas Platte
c5653c672d
identifiers: Don't avoid prelude in hygienic crate-internal macros
It's pointless.
2021-06-12 11:45:36 +02:00
Adam
ef7dd6dd84
identity-service-api: Add 3PID bind endpoint 2021-06-10 19:59:37 +02:00
Jonas Platte
5fe1876643
Release ruma-identifiers 0.19.2 2021-06-10 15:27:09 +02:00
Jonas Platte
3a46a5837d
Release ruma-common 0.5.3 2021-06-10 15:25:13 +02:00
Isaiah Inuwa
46cf197927
identifiers: Add get method to Signatures 2021-06-10 15:22:56 +02:00
Julian Sparber
9d34524442 common: Add instance-id field to ProtocolInstance
It's not included in the specs.
See https://github.com/matrix-org/matrix-doc/issues/3203
2021-06-09 21:47:02 +02:00
Adam
76118b0ee2
identity-service-api: Add 3PID validity endpoint. (#618)
identity-service-api: Add 3PID validity endpoint.
2021-06-07 20:56:55 -05:00
Adam Blanchet
33f3a19021
Fix link in doc comment in ruma-federation-api::keys::get_keys::v1 2021-06-07 19:51:51 +01:00
Jonas Platte
0ad2e79b84
events: Use str::repeat instead of iter::repeat + collect 2021-06-06 16:34:10 +02:00
Jonas Platte
105bb9cf67
Use format_ident! in import helper functions 2021-06-06 15:59:22 +02:00
Jonas Platte
3cd6dd3dfd
events: Fix import 2021-06-06 15:26:47 +02:00
Devin Ragotzy
1f84de4c7f
ci: Add the --order flag to cargo sort 2021-06-04 20:20:36 +00:00
Jonas Platte
62cd10d568
Release ruma 0.1.2 2021-06-01 22:05:29 +02:00
Jonas Platte
d2d286bf29
Release ruma-signatures 0.7.2 2021-06-01 22:04:36 +02:00
Jonas Platte
8828f643b4
Release ruma-client-api 0.10.2 2021-06-01 21:59:41 +02:00
Jonas Platte
c49eec9867
Release ruma-common 0.5.2 2021-06-01 21:57:37 +02:00
Jonas Platte
13e3b45070
Move ThirdPartyIdentifier(Init) from client-api to common
While it's not currently used in any other crates in this repo,
synapse-admin-api does use it and it seems logical for it to be defined
alongside the other thirdparty types in common.
2021-06-01 21:53:58 +02:00
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