Commit Graph

4428 Commits

Author SHA1 Message Date
Kévin Commaille
c52e51c016 federation-api: Implement space summary API
According to MSC2946
2022-03-01 15:57:45 +01:00
Kévin Commaille
84e1c919c9 client-api: Implement space summary API
According to MSC2946
2022-03-01 15:57:43 +01:00
Kévin Commaille
ede7601aa9 events: Fix typos 2022-02-28 13:42:12 +01:00
Kévin Commaille
f2dca60fc7 macros: Rename ruma-events-macros to ruma-macros 2022-02-27 13:54:17 +01:00
Kévin Commaille
60b2212a57 client-api: Use Raw for set_*_account_data::Request::data 2022-02-25 22:46:30 +01:00
Kévin Commaille
bff34569cf identity-api: Add room_type to store_invitation::Request
According to MSC3288
2022-02-23 21:39:54 +01:00
Kévin Commaille
557a595877 events: Move room::create::RoomType to ruma-common 2022-02-23 21:39:54 +01:00
Kévin Commaille
d987b80c56 client-api: Add new capabilities 2022-02-23 19:46:39 +01:00
Kévin Commaille
6866b2e5c2 client-api: Add LoginInfo::ApplicationService
According to MSC2778
2022-02-23 17:42:57 +01:00
Kévin Commaille
2047dbf420 common: Add join_rule to directory::PublicRoomsChunk 2022-02-23 14:18:31 +01:00
Jonathan de Jong
0be32f989b ruma-client-api: Add unstable path for MSC2432 2022-02-23 13:37:29 +01:00
Kévin Commaille
794f1185ed events: Update the description of JoinRule::Knock 2022-02-23 12:35:24 +00:00
Kévin Commaille
edc7b97d05 client-api: Fix thirdparty_id_creds according to clarification in spec 2022-02-23 13:29:49 +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
Jonathan de Jong
d0ad3aa419 client-api: Refactor backup APIs to be more descriptive and accurate 2022-02-22 20:59:26 +01:00
Kévin Commaille
771f437d9e events: Rename MessageEvent to MessageLikeEvent 2022-02-22 20:06:36 +01:00
Kévin Commaille
f78ae4ddde client-api: Make score and reason optional in room::report_content::Request 2022-02-22 19:23:43 +01:00
Kévin Commaille
412452ea2e client-api: Add is_guest to account::whoami::Response
According to MSC3069
2022-02-22 18:43:25 +01:00
Kévin Commaille
4ab4614ef0 client-api: Add device_id to account::whoami::Response
According to MSC2033
2022-02-22 18:41:15 +01:00
Kévin Commaille
04cfc7c12d client-api: Fix backup::update_backup endpoint
Method was POST instead of PUT
Docs were for the create_backup endpoint
2022-02-22 17:13:15 +01:00
Jonathan de Jong
7ca97a0f35 identifiers: Add FromStr to MatrixUri and MatrixToUri 2022-02-20 12:39:23 +01:00
stoically
1db909fbc7 events: Add simple custom state event example 2022-02-20 12:34:52 +01:00
Jonas Platte
713f20c852 Update version in README.md 2022-02-19 15:45:11 +01:00
Jonas Platte
25e5fca91b Release ruma 0.5.0 2022-02-19 15:39:41 +01:00
Jonas Platte
f9eff3d261 Release ruma-client 0.8.0 2022-02-19 15:08:13 +01:00
Jonas Platte
82436b57ba Release ruma-state-res 0.6.0 2022-02-19 15:05:41 +01:00
Jonas Platte
37a806e147 Release ruma-appservice-api 0.5.0 2022-02-19 15:04:07 +01:00
Jonas Platte
3aee3b8286 Release ruma-push-gateway-api 0.4.0 2022-02-19 15:03:09 +01:00
Jonas Platte
ef1c265327 Release ruma-federation-api 0.4.0 2022-02-19 15:00:58 +01:00
Jonas Platte
0a6b17375c Release ruma-identity-service-api 0.4.0 2022-02-19 14:59:52 +01:00
Jonas Platte
95fdb303c8 Release ruma-client-api 0.13.0 2022-02-19 14:58:41 +01:00
Jonas Platte
93b200d1a3 Release ruma-signatures 0.10.0 2022-02-19 14:56:15 +01:00
Jonas Platte
8e8be284fa Release ruma-api 0.20.0 2022-02-19 14:54:57 +01:00
Jonas Platte
b725865cba Release ruma-events 0.26.0 2022-02-19 14:53:14 +01:00
Jonas Platte
06344cdc73 Release ruma-common 0.8.0 2022-02-19 14:47:08 +01:00
Jonas Platte
43d5a06c60 Update contrib/how_to_release.md 2022-02-19 14:43:11 +01:00
Jonas Platte
2ed51f1d54 Release ruma-identifiers 0.22.0 2022-02-19 14:28:28 +01:00
Jonas Platte
91eac857c7 Release ruma-identifiers-validation 0.7.0 2022-02-19 14:27:44 +01:00
Jonas Platte
ab9994253c xtask: Fix VersionExt::is_next 2022-02-19 14:23:21 +01:00
Kévin Commaille
1b411fc622 identifiers: Add random ClientSecret generator
Requires the rand feature.
2022-02-19 14:13:31 +01:00
Kévin Commaille
be376f5bd6 identifiers: Add MatrixUri for matrix scheme URIs 2022-02-19 14:09:43 +01:00
Kévin Commaille
02008ac6e9 identifiers: Add links to the spec for identifiers 2022-02-19 12:38:24 +01:00
Kévin Commaille
e9be719a33 identifiers: Implement TryFrom<&str> for MatrixToUri 2022-02-19 11:42:58 +01:00
Kévin Commaille
f6f3ce074b identifiers-validation: Fix docs for MatrixToError 2022-02-19 11:40:35 +01:00
Kévin Commaille
384d48baaa identifiers: Rename matrix_to_url methods to matrix_to_uri
To be consistent in the naming
2022-02-19 11:39:25 +01:00
Jonas Platte
42db3b3201 Release ruma-state-res 0.5.0 2022-02-19 01:45:06 +01:00
Jonas Platte
c1ce58b461 Release ruma-api 0.19.0 2022-02-19 01:43:01 +01:00
Jonas Platte
90fd1d8f0a Release ruma-events 0.25.0 2022-02-19 01:38:25 +01:00
Jonas Platte
b29755f0c5 Release ruma-common 0.7.0 2022-02-19 01:33:25 +01:00