Jonas Platte
|
4c85fe9c78
|
Replace compat feature with more fine-grained compat-* features
… and document them.
|
2023-04-20 14:00:27 +02:00 |
|
Kévin Commaille
|
fa06f2f839
|
federation-api: Move support for partial state in send_join out of unstable-msc3706
According to Matrix v1.6
|
2023-02-14 22:18:05 +01:00 |
|
Kévin Commaille
|
1f83b19653
|
federation-api: Move get_event_by_timestamp out of unstable-msc3030
According to Matrix 1.6
|
2023-02-14 22:05:37 +01:00 |
|
Kévin Commaille
|
ea0ad0cbbf
|
federation-api: Fix changed spec links
|
2023-02-14 18:44:04 +01:00 |
|
Kévin Commaille
|
f159776f52
|
chore: Make all applicable spec links use the latest spec instead of a specific version
|
2023-02-12 12:39:24 +01:00 |
|
Kévin Commaille
|
5344521105
|
federation-api: Note that create_join_event v2 should include heroes for nameless rooms
According to MSC3943
|
2023-02-10 11:54:21 +01:00 |
|
Kévin Commaille
|
e58b9fcd92
|
tests: Remove unnecessary borrows
|
2023-02-06 19:11:06 +01:00 |
|
Jonas Platte
|
19006cd047
|
Clean up code blocks in doc strings
|
2023-02-01 16:58:47 +01:00 |
|
Jonas Platte
|
b859d9c8b0
|
common: Derive Debug via StringEnum derive
|
2023-01-13 13:49:59 +01:00 |
|
Kévin Commaille
|
9b239663fb
|
federation-api: Add support for partial state in send_join
According to MSC3706
|
2023-01-10 11:11:45 +01:00 |
|
Kévin Commaille
|
4d40623ae4
|
federation-api: Remove mentions of keyId in the keys query endpoints
According to MSC3938
|
2023-01-03 12:41:33 +01:00 |
|
Kévin Commaille
|
b5b74f948e
|
federation-api: Add support to get an event by timestamp
According to MSC3030
|
2023-01-03 11:24:47 +01:00 |
|
Jonas Platte
|
3211fccab0
|
Remove borrowing in requests
|
2022-11-28 14:02:35 +01:00 |
|
Jonas Platte
|
ae3394a6df
|
api: Turn metadata name and description fields into docstrings
|
2022-11-12 10:17:24 +01:00 |
|
Jonas Platte
|
80c060cb69
|
Remove usage of ruma_api!
|
2022-11-12 10:17:24 +01:00 |
|
Kévin Commaille
|
045861441a
|
doc: Update Matrix spec links to v1.4
|
2022-10-21 10:41:20 +02:00 |
|
Kévin Commaille
|
7ab6e3ed02
|
federation-api: Add the event field to RoomState
According to MSC3083
|
2022-10-19 12:17:41 +02:00 |
|
Timo Kösters
|
fba6f70c2d
|
federation-api: Remove serde aliases for blurhashes
|
2022-10-12 16:52:26 +02:00 |
|
Jonas Platte
|
1291929131
|
Rename unstable-pre-spec to unstable-unspecified
|
2022-09-20 10:39:20 +02:00 |
|
Jonas Platte
|
2b4ac40981
|
Skip serializing None value for room_type fields
|
2022-08-17 20:45:05 +02:00 |
|
Kévin Commaille
|
e0bbf16c3c
|
federation-api: Remove obsolete comment
|
2022-07-28 18:27:14 +02:00 |
|
Kévin Commaille
|
2e4e8d82ce
|
federation-api: Make some test assertions more helpful
|
2022-06-14 10:01:49 +02:00 |
|
Kévin Commaille
|
f1079c94ee
|
federation-api: Split some test assertions
|
2022-06-07 15:30:49 +02:00 |
|
Jonas Platte
|
a8e7c47bbe
|
Remove RoomName type
|
2022-06-03 11:40:33 +02:00 |
|
Jonas Platte
|
d24cbb981a
|
Add another missing semicolon
|
2022-06-03 08:48:28 +02:00 |
|
Kévin Commaille
|
0c67c6b3db
|
docs: Reword docs for StringEnum
|
2022-05-30 17:17:06 +02:00 |
|
Kévin Commaille
|
240c8bc4b8
|
macros: Derive as_str() for types that derive StringEnum
|
2022-05-30 17:17:06 +02:00 |
|
Kévin Commaille
|
7f164b3173
|
doc: Add doc link to as_str implementations
|
2022-05-30 17:17:06 +02:00 |
|
Kévin Commaille
|
c11dfb6b10
|
federation-api: Fix link to old matrix-doc repo
|
2022-05-29 10:06:15 +02:00 |
|
Jonas Platte
|
b34bfaf1f6
|
Replace matches crate with assert_matches
|
2022-05-24 18:07:29 +02:00 |
|
Jonas Platte
|
4014e6959f
|
Replace Box<MxcUri> with OwnedMxcUri
|
2022-04-25 15:16:55 +02:00 |
|
Jonas Platte
|
efe48af207
|
Replace remaining uses of boxed IDs with dedicated owned ones
|
2022-04-20 10:39:36 +02:00 |
|
Jonas Platte
|
6100a0fa12
|
Use new owned ID types in more places
|
2022-04-20 10:39:36 +02:00 |
|
Jonas Platte
|
d855ec33d6
|
identifiers: Update ToOwned implementations to use new types
… and a lot of changes that cascaded from that.
|
2022-04-20 10:39:36 +02:00 |
|
Kévin Commaille
|
688d5bf47a
|
docs: Improve string enums documentation
Mention the conversion from string.
|
2022-04-10 14:48:09 +02:00 |
|
Jonathan de Jong
|
8351076845
|
federation-api: Fix send_leave version in path
|
2022-04-03 16:07:51 +02:00 |
|
Jonas Platte
|
9f56e6e497
|
events: Rename HierarchySpaceChildStateEvent => HierarchySpaceChildEvent
|
2022-03-31 18:42:27 +02:00 |
|
Jonas Platte
|
bf6687c92d
|
federation-api: Fix unstable-pre-spec tests
|
2022-03-26 09:36:58 +01:00 |
|
Jonas Platte
|
8f054ba39c
|
federation-api: Break up some large assert_matches! invocations
|
2022-03-26 09:16:42 +01:00 |
|
Kévin Commaille
|
ded83663de
|
federation-api: Deserialize stable names for unstable features
|
2022-03-21 14:46:13 +01:00 |
|
Jonas Platte
|
7e05351f58
|
federation-api: Use fine-grained event type enums
|
2022-03-16 12:20:17 +01:00 |
|
Jonathan de Jong
|
1ffccaba18
|
federation-api: Add versions endpoint (MSC3723)
|
2022-03-14 12:03:27 +01: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 |
|
homersimpsons
|
2ec50bd03c
|
doc: migrate links from matrix-doc to matrix-spec(-proposals)
|
2022-03-08 10:24:26 +01:00 |
|
Kévin Commaille
|
c3f9a3cb70
|
common: Merge ruma-events into ruma-common
|
2022-03-04 11:45:07 +00:00 |
|
Kévin Commaille
|
f32dcb9254
|
common: Merge ruma-api into ruma-common
|
2022-03-03 14:01:51 +01:00 |
|
Kévin Commaille
|
c52e51c016
|
federation-api: Implement space summary API
According to MSC2946
|
2022-03-01 15:57:45 +01:00 |
|
Kévin Commaille
|
94dd352cc5
|
federation-api: Add cross-signing fields to get_devices::Response
|
2022-02-23 12:55:17 +01:00 |
|
Kévin Commaille
|
e7f19b41a7
|
federation-api: Add Edu::SigningKeyUpdate
According to MSC1756
|
2022-02-23 12:55:17 +01:00 |
|