continuwuity/src
Kurt Roeckx 699f77671f Return proper error in case of invalid UTF-8 in json_body
json_body is used in places that need authentication. In
case an unknown field is set, Ruma doesn't parse the field
and so doesn't give an error on invalid UTF-8. But Conduit
has parsed and on error makes json_body None. Return an
error to the client instead of generating an internal error.
2021-07-11 14:47:13 +02:00
..
client_server Return proper error in case of invalid UTF-8 in json_body 2021-07-11 14:47:13 +02:00
database Remove unnecessary Option-wrapping and successive unwrapping 2021-06-17 20:44:29 +02:00
appservice_server.rs Clean up reqwest::Response to http::Response conversion 2021-04-29 21:28:00 +02:00
database.rs improvement: show more users in our user directory 2021-06-12 18:40:33 +02:00
error.rs improvement: feature flags for sled, rocksdb 2021-06-12 15:13:04 +02:00
lib.rs add dbg_macro check 2021-05-05 16:14:49 +00:00
main.rs feat: /event_auth 2021-06-14 11:36:40 +02:00
pdu.rs Fix redacted_because field being sent as a string 2021-05-26 17:38:30 +02:00
ruma_wrapper.rs improvement: feature flags for sled, rocksdb 2021-06-12 15:13:04 +02:00
server_server.rs Remove unnecessary Option-wrapping and successive unwrapping 2021-06-17 20:44:29 +02:00
utils.rs Fix lots of clippy lints 2021-06-17 20:34:14 +02:00