Commit Graph

31 Commits (9453dbc7408c2ad043c5801bd0f25edd2f1769b7)

Author SHA1 Message Date
Charles Hall 9453dbc740
update rust toolchain
It comes with a bunch of new lints (yay!) so I fixed them all so CI will
keep working.

Also apparently something about linking changed because I had to change
the checks for deciding the linker flags for static x86_64 builds to
keep working.
5 months ago
Charles Hall fe86d28428
move resolver logic into the resolver
Honestly not sure why it wasn't done like this before. This code is much
less awkward to follow and more compartmentalized.

These changes were mainly motivated by a clippy lint triggering on the
original code, which then made me wonder if I could get rid of some of
the `Box`ing. Turns out I could, and this is the result of that.
5 months ago
Tobias Bucher 69d0003222 Use upstream `reqwest` instead of vendored one
This uses the `ClientBuilder::dns_resolver` function that was added in
reqwest 0.11.13, instead of the homebrew `ClientBuilder::resolve_fn`.
5 months ago
Timo Kösters 75c80df271
Sliding sync improvements and redaction fixes 9 months ago
June 5a7bade476 update base64 to 0.21.2
Signed-off-by: June <june@girlboss.ceo>
11 months ago
Timo Kösters b8c164dc60
feat: version checker 11 months ago
girlbossceo d7061e6984 cargo fmt
Signed-off-by: girlbossceo <june@girlboss.ceo>
11 months ago
Timo Kösters 24402312c5
fix: could not verify own events 11 months ago
Timo Kösters e4f769963f
feat: very simple sliding sync implementation 12 months ago
Timo Kösters a2c3256ced
improvement: better memory usage and admin commands to analyze it 12 months ago
Timo Kösters 2a7c4693b8
fix: don't accept new requests when shutting down 1 year ago
Timo Kösters 809c9b4481
Maybe fix room joins
This is a workaround for https://github.com/hyperium/hyper/issues/2312
1 year ago
Nyaaori 7c196f4e00
feat: Add max prev events config option, allowing adjusting limit for prev_events fetching 2 years ago
Timo Kösters 2a04c213f9
improvement: handle restricted joins locally 2 years ago
Nyaaori 1e1a144dfa
Move room version 10 out of experimental/unstable 2 years ago
Nyaaori cc3e1f58cc
Bump default room version to V9; per matrix spec recommendation 2 years ago
Nyaaori 2b7c19835b
Add room version 10 to experimental versions 2 years ago
Jim df8703cc13
Lightning bolt optional 2 years ago
Timo Kösters 076e9810ba
cargo fix 2 years ago
Timo Kösters 6b131202b9
Bump ruma 2 years ago
Timo Kösters 275c6b447d
Bump some dependencies 2 years ago
Timo Kösters 7822a385bb
cargo fmt 2 years ago
Timo Kösters d5b4754cf4
0 errors left! 2 years ago
Timo Kösters f47a5cd5d5
cargo fix 2 years ago
Timo Kösters a4637e2ba1
cargo fmt 2 years ago
Timo Kösters 44fe6d1554
127 errors left 2 years ago
Timo Kösters cff52d7ebb
messing around with arcs 2 years ago
Timo Kösters face766e0f
messing with trait objects 2 years ago
Timo Kösters 8708cd3b63
431 errors left 2 years ago
Timo Kösters bd8b616ca0
Fixed more compile time errors 2 years ago
Nyaaori 785ddfc4aa
refactor: prepare for more splits 2 years ago