strawberry
5a826d31a3
remove serde(flatten) in MSC4133 endpoints
...
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-12-15 03:23:31 -05:00
Kévin Commaille
b1790e05ce
push: Allow to add custom data for pushers
...
Due to a clarification in the spec.
2024-12-15 03:10:09 -05:00
Kévin Commaille
81611b65f8
events: Be a little smarter when removing plain reply fallback
...
Given that the default algorithm from the spec would also remove the
beginning of a message starting with a blockquote,
let's be more conservative an check that the beginning really looks like
the fallback that was defined in the spec.
2024-12-15 03:07:53 -05:00
Kévin Commaille
f05d0e03a1
api: Disallow #[serde(flatten)] for single-body-fields of requests and responses
...
`#[ruma_api(body)]` must be used instead.
2024-12-15 03:07:49 -05:00
Kévin Commaille
3ca8adaadf
client-api: Add ErrorKind::UserSuspended
...
According to MSC3823
2024-12-15 03:06:24 -05:00
Kévin Commaille
4a9dfc7b30
client-api: Remove outdated comment
...
The field is now correctly specified in the spec.
2024-12-15 02:57:17 -05:00
Kévin Commaille
0107229b3c
appservice-api: Remove outdated comment
...
The field is now correctly specified in the spec.
2024-12-15 02:57:14 -05:00
Kévin Commaille
6311fc644e
client-api: Remove sentence about optional reason being blank.
...
If it is optional it makes no sense for it to be blank. This is due to a clarification in the Matrix spec.
2024-12-15 02:57:10 -05:00
Kévin Commaille
9a765f9d2b
identifiers: Improve docs of IdZst macro
2024-12-15 02:57:05 -05:00
Kévin Commaille
fb273553b5
identifiers: Allow to set ruma_identifiers_storage cfg setting with env variable
2024-12-15 02:55:58 -05:00
Kévin Commaille
739334ac94
events: Use rename_all rule for CancelCode
...
The required rename rule exists so remove the TODO and use it.
2024-12-15 02:55:19 -05:00
Kévin Commaille
2a97aa9c4e
ruma-client: Fix doc tests with default features
2024-12-15 02:55:16 -05:00
Mathieu Velten
9af36342ff
Add a test regarding ser/de of an UserId in a DirectUserIdentifier ( #1968 )
...
Add a test to check that a serialized UserId can be deserialized to an OwnedDirectUserIdentifier.
Also fixes Clippy failures.
2024-12-15 02:55:12 -05:00
Kévin Commaille
bc8b704e5b
client-api: Add ErrorKind::ThreepidMediumNotSupported
...
According to MSC4178
2024-12-15 02:54:49 -05:00
strawberry
08f58cd323
alias MSC2409 receive_ephemeral to de.sorunome.msc2409.push_ephemeral
...
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-12-09 12:56:05 -05:00
Jason Volk
1a550585bf
state-res: parallelize fetches within some loops
...
Signed-off-by: Jason Volk <jason@zemos.net>
2024-12-03 23:56:43 +00:00
Jason Volk
9c84a3be3e
state-res: fetch event_auth state events in parallel
...
Signed-off-by: Jason Volk <jason@zemos.net>
2024-12-03 23:05:10 +00:00
Jason Volk
c1f5f3f20b
optimize PL deserialization
...
add generalized map_as_vec deserializer
Signed-off-by: Jason Volk <jason@zemos.net>
2024-12-03 13:43:30 +00:00
Jason Volk
771db61ee4
events: slightly rework benches
...
Signed-off-by: Jason Volk <jason@zemos.net>
2024-12-03 13:43:09 +00:00
Kévin Commaille
13a546056e
chore: Remove unnecessary lifetimes
2024-11-29 17:45:04 -05:00
Kévin Commaille
99081fd7d2
client-api: Remove unwanted empty line
2024-11-29 17:45:00 -05:00
Charles Hall
bab06ed375
stateres: make separate O(n) instead of O(n^2)
...
This way my poor CPU only has to do ~600,000 iterations to resolve
Matrix HQ from scratch. The old algorithm required ~85,000,000,000.
As a treat, we can also drop the dependency on itertools.
2024-11-29 17:43:43 -05:00
Charles Hall
3a2ee354fc
stateres: add tests for separate fn
...
This function has terrible perf so I want to try improving it, but I
need some examples to test against to make sure I don't break anything.
2024-11-29 17:36:48 -05:00
Kévin Commaille
9c9b1f7e93
serde: Improve docs of Raw
2024-11-29 17:36:37 -05:00
Kévin Commaille
f2b58e5e07
macros: Remove dependency to once_cell
...
Use OnceLock from std instead.
2024-11-29 17:36:33 -05:00
Damir Jelić
d82e2a02d5
events: Add support for MSC4171
2024-11-29 17:36:28 -05:00
Charles Hall
e31b9dd3a4
state-res: refactor tiebreaking logic for clarity
2024-11-29 17:35:08 -05:00
strawberry
97e2fb6df1
state-res: fix allow knock -> leave on same state_key and sender
...
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-11-20 22:57:53 -05:00
strawberry
d1f635764e
state-res: fix incorrect knock join_rule checks
...
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-11-20 19:34:39 -05:00
strawberry
82ebed457a
correct MSC3266 room_version and encryption response fields
...
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-11-20 16:30:02 -05:00
strawberry
8c323cf6e6
clarify confusing knock event auth warning
...
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-11-19 19:07:47 -05:00
Charles Hall
aff5d8532f
state-res: improve tracing spans and events
...
slight modifications, mainly just restricting these to
debug log level to prevent incurring the overhead of
the instruments, and tiny adjustments for async state res
Co-authored-by: strawberry <strawberry@puppygock.gay>
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-11-19 19:07:42 -05:00
strawberry
cf31b8798f
add more missing unspecced r0 endpoints, fix silly upload_signatures struct
...
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-11-19 19:00:37 -05:00
Mathieu Velten
2ab432fba1
ruma-events: Accept any string as a key for m.direct
account data
2024-11-15 12:23:29 -05:00
Jason Volk
8cade7a14f
client-api: add rooms/initialSync support
...
Signed-off-by: Jason Volk <jason@zemos.net>
2024-11-13 01:23:17 +00:00
Jason Volk
f674006487
state-res: update benches for async
...
Signed-off-by: Jason Volk <jason@zemos.net>
2024-11-10 21:03:40 +00:00
Jason Volk
4546be5c8e
state-res: fix changed Signatures type in bench code
...
Signed-off-by: Jason Volk <jason@zemos.net>
2024-11-10 20:38:13 +00:00
Jason Volk
dcf6d7e04a
ensure uses of canonical-json are property gated
...
Signed-off-by: Jason Volk <jason@zemos.net>
2024-11-09 06:27:02 +00:00
Andy Balaam
67ffedabbf
identifiers: Tweak doc tests to use fewer imports
2024-11-08 13:14:51 -05:00
Andy Balaam
8581f30075
identifiers: Fix compile errors in doctests
2024-11-08 13:14:46 -05:00
Andy Balaam
12f4a56ace
identifiers: Remove 'rust' from code blocks
2024-11-08 13:14:40 -05:00
Andy Balaam
c471070933
identifiers: Improve doctest layout and use type aliases
2024-11-08 13:14:36 -05:00
Andy Balaam
9ff70228d8
identifiers: Add doc tests for algorithm and key_name
2024-11-08 13:14:33 -05:00
Andy Balaam
a765bcdd1a
identifiers: Documentation for the KeyId struct
2024-11-08 13:14:30 -05:00
Andy Balaam
5db68816a9
identifiers: Make KeyId::key_name take the string after the colon, not before
2024-11-08 13:14:20 -05:00
Kévin Commaille
807b278dab
federation-api: Use Signatures in more places
2024-11-08 13:13:40 -05:00
Kévin Commaille
f87f388280
events: Use Signatures in more places
2024-11-08 13:13:37 -05:00
Kévin Commaille
5ed3718310
client-api: Use Signatures in more places
2024-11-08 13:13:33 -05:00
Kévin Commaille
0d1d549cf6
encryption: Use Signatures for the key types
2024-11-08 13:13:29 -05:00
Kévin Commaille
eb57bb2797
identifiers: Fix the bounds for Clone, Serialize and Deserialize on Signatures
2024-11-08 13:13:25 -05:00