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 |
|
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
|
ca78825e94
|
events: rename RoomEventType to TimelineEventType
|
2023-01-03 10:36:13 +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
|
2bd5c131f4
|
client-api: Make PusherKind contain the pusher data
Since it depends on the kind
|
2022-11-07 10:21:48 +01:00 |
|
Kévin Commaille
|
045861441a
|
doc: Update Matrix spec links to v1.4
|
2022-10-21 10:41:20 +02:00 |
|
Jonas Platte
|
4fb051ba0f
|
Use Default derive for enums
|
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
|
a8e7c47bbe
|
Remove RoomName type
|
2022-06-03 11:40:33 +02:00 |
|
Jonas Platte
|
73c2963ebd
|
Enforce consistent semicolons after () -typed expressions in blocks
|
2022-06-03 08:40:16 +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 |
|
Jonas Platte
|
b4f69549f8
|
push-gateway-api: Remove PartialEq impl for NotificationCounts
|
2022-05-23 18:29:08 +02:00 |
|
Kévin Commaille
|
688d5bf47a
|
docs: Improve string enums documentation
Mention the conversion from string.
|
2022-04-10 14:48:09 +02:00 |
|
Kévin Commaille
|
0f0fe23138
|
push-gateway-api: Create proper PusherData type
It doesn't have the `url` field from ruma-common's type
|
2022-04-10 10:26:27 +02:00 |
|
Jonas Platte
|
a6a530dcc8
|
serde: Rename derive macro Outgoing to Incoming
All it does now is generate `Incoming{Self}` types.
|
2022-03-22 13:19:03 +01:00 |
|
Jonas Platte
|
88477f2ad5
|
push-gateway-api: Use fine-grained event type enums
|
2022-03-16 12:20:17 +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 |
|
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 |
|
Jonathan de Jong
|
7782e4f648
|
ruma-push-gateway-api: Refactor file structure and add docs
|
2022-02-17 21:49:38 +01:00 |
|
Jonas Platte
|
7a70d96235
|
Remove PrivOwnedStr() from Debug formatting
|
2022-02-15 17:46:27 +01:00 |
|
Jonas Platte
|
ea8d8fa981
|
push-gateway-api: Use new path metadata fields
|
2022-02-13 11:25:51 +01:00 |
|
Jonas Platte
|
ee977b48f0
|
Make the inner type of _Custom enum variants unusable
The variant itself would be private if possible, this is the solution
closest to that.
|
2022-01-13 11:38:48 +01:00 |
|
Jonas Platte
|
16b649025c
|
push-gateway-api: Rewrap comment
|
2021-12-23 22:50:01 +01:00 |
|
Jonas Platte
|
3ce578f384
|
identifiers: Make UserId a DST
|
2021-11-26 00:40:40 +01:00 |
|
Jonas Platte
|
2d4dbfe42f
|
identifiers: Make RoomId a DST
|
2021-11-26 00:04:28 +01:00 |
|
Jonas Platte
|
b0db5e94e1
|
identifiers: Make RoomAliasId a DST
|
2021-11-26 00:04:28 +01:00 |
|
Jonas Platte
|
52608cc72c
|
identifiers: Make EventId a DST
|
2021-11-25 22:34:40 +01:00 |
|
Jonas Platte
|
ac6ecc3e5e
|
push-gateway-api: Make data field of Device not an Option
All fields of the inner type are optional themselves.
|
2021-11-05 12:57:26 +01:00 |
|
Jonas Platte
|
aa5fdf9d22
|
Merge serde attributes and improve docs
|
2021-10-08 12:49:13 +02:00 |
|
Jonas Platte
|
ebd812bcda
|
Add missing semicolons
|
2021-09-13 19:02:33 +02:00 |
|
Jonas Platte
|
f32e0babe9
|
push-gateway-api: Improve Notification docs
|
2021-08-27 21:19:28 +02:00 |
|
Adam
|
63411165da
|
Move RoomName to ruma-identifiers and use it more
|
2021-08-10 15:22:47 +02:00 |
|
Devin Ragotzy
|
1489b5e1f1
|
federation/push: Make all pub enums non_exhaustive
|
2021-08-10 15:22:26 +02:00 |
|
Jonas Platte
|
5710d2740c
|
Replace uses of SystemTime with new UInt-based timestamp types
|
2021-05-14 01:13:17 +02:00 |
|
Jonathan de Jong
|
91a7325bc4
|
Remove various Box<> wrappers
|
2021-05-10 17:15:11 +02:00 |
|
Devin Ragotzy
|
c6aa2e0428
|
Fix clippy warnings across workspace
|
2021-05-06 06:16:28 -04:00 |
|
Jonas Platte
|
3db0ea7026
|
Move all crates into a new crates directory
|
2021-05-03 15:50:27 +02:00 |
|