continuwuity/src/api
strawberry 54a3f47851 fix every clippy warning possible, remove io_uring as default feature
this project's codebase is so horrendous, im shocked that no one has ran
clippy at all. it had ~200 total lint warnings, some with performance
issues and unsoundness, and the rest just very ugly codebase. i have sat
down and fixed as many of these as possible and i am exhausted.
i haven't fixed some extremely complex ones, but i brought it down from
~200 to ~30.

i have also removed io_uring as a default feature due to it falling
under the same category as linux eBPF: major kernel attack surface for
minimal performance gains. this also makes it impossible to cross-compile
from macOS to Linux because io_uring does not exist in Darwin land.
there are far better ways to achieve better performance than io_uring on
the codebase level.

Signed-off-by: strawberry <june@girlboss.ceo>
2023-11-27 00:50:55 -05:00
..
client_server fix every clippy warning possible, remove io_uring as default feature 2023-11-27 00:50:55 -05:00
ruma_wrapper add feature flagged support for migrating from base64 file name keys to sha256 ones 2023-11-25 11:38:28 -05:00
appservice_server.rs fix clippy performance and sus warnings, remove 1 unwrap, forgot to increment db version 2023-11-26 22:14:43 -05:00
mod.rs cargo fmt 2022-10-10 14:02:01 +02:00
server_server.rs fix every clippy warning possible, remove io_uring as default feature 2023-11-27 00:50:55 -05:00