Jonas Platte
|
ed03c0d2fa
|
federation-api: Simplify pdu_process_response::serialize
|
2023-08-28 19:31:39 +02:00 |
|
Jonas Platte
|
31331f3165
|
Bring back ruma-events
Co-authored-by: Kévin Commaille <zecakeh@tedomum.fr>
|
2023-08-28 10:23:54 +02:00 |
|
Jonas Platte
|
73b6113819
|
Rename test modules to tests
… for consistency.
|
2023-08-24 10:36:30 +02:00 |
|
Jonas Platte
|
88cc7600b4
|
Remove wildcard import in test module
|
2023-08-24 10:03:00 +02:00 |
|
Jonas Platte
|
3dac70ead9
|
Remove most unreachable visibility modifiers
|
2023-07-19 14:32:14 +02:00 |
|
Kévin Commaille
|
77d94caf11
|
chore: Use workspace-defined MSRV
|
2023-07-04 15:40:37 +02:00 |
|
Kévin Commaille
|
52aa539cf0
|
federation-api: Use SpaceRoomJoinRule for SpaceHierarchy(Parent/Child)Summary(Init)
|
2023-07-04 12:38:45 +02:00 |
|
Jonas Platte
|
c5782ab8aa
|
Use new owned ID macros throught the codebase
|
2023-06-20 11:47:50 +02:00 |
|
Jonas Platte
|
ba5bf8cfce
|
Replace assert_matches by assert_matches2
|
2023-06-08 11:37:11 +02:00 |
|
Kévin Commaille
|
631c4e6733
|
federation-api: Move create_join_event::v1 test as integration test
Otherwise cargo check always complains that we are using
a deprecated const.
See https://github.com/rust-lang/rust/issues/47238
|
2023-05-25 16:53:56 +02:00 |
|
Kévin Commaille
|
9dd55ae3bc
|
federation-api: Deprecate v1/send_join and v1/send_leave
According to a spec clarification
|
2023-05-25 16:53:56 +02:00 |
|
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
|
2874d12bc7
|
Release ruma-federation-api 0.7.1
|
2023-02-15 13:01:09 +01: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
|
cbb7d8ca1c
|
Release ruma-federation-api 0.7.0
|
2023-02-01 14:04:33 +01:00 |
|
Jonas Platte
|
b6f0a43fa3
|
Use workspace dependencies for path dependencies
|
2023-02-01 12:37:45 +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 |
|
Jonas Platte
|
d18bea570c
|
Use Cargo workspace dependencies
… for most external dependencies that are used from multiple workspace
crates.
|
2022-11-01 11:13:21 +01:00 |
|
Jonathan de Jong
|
7e1fd603e6
|
Bump MSRV to 1.64
|
2022-10-26 17:22:23 +02: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 |
|
Jonas Platte
|
3c3c6f388f
|
Merge branch 'ruma-0.7'
|
2022-10-18 09:14:16 +02:00 |
|
Jonas Platte
|
67b2ec7d34
|
Release ruma-common 0.10.5
|
2022-10-18 09:09:59 +02:00 |
|
Jonas Platte
|
6ec7fc09ea
|
Merge branch 'ruma-0.7'
|
2022-10-17 18:05:42 +02:00 |
|
Jonas Platte
|
83d60d1fab
|
Release ruma-common 0.10.4
|
2022-10-17 17:27:27 +02:00 |
|
Timo Kösters
|
fba6f70c2d
|
federation-api: Remove serde aliases for blurhashes
|
2022-10-12 16:52:26 +02:00 |
|
Jonas Platte
|
66ff4dbaad
|
Raise MSRV to 1.62
|
2022-09-20 13:49:16 +02:00 |
|
Jonas Platte
|
1291929131
|
Rename unstable-pre-spec to unstable-unspecified
|
2022-09-20 10:39:20 +02:00 |
|
Jonas Platte
|
d38fa052e2
|
Release ruma-common 0.10.3
|
2022-09-16 12:13:19 +02:00 |
|
Jonas Platte
|
4d192ff3dc
|
Release ruma-common 0.10.2
|
2022-09-16 11:55:56 +02:00 |
|
Jonas Platte
|
8460189668
|
Release ruma-common 0.10.1
|
2022-09-14 21:28:23 +02:00 |
|
Jonas Platte
|
c7631de520
|
Release ruma-federation-api 0.6.0
|
2022-09-12 21:00:28 +02:00 |
|
Jonas Platte
|
69aa77ca5f
|
Release ruma-common 0.10.0
|
2022-09-12 20:26:06 +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 |
|