Commit Graph

113 Commits (c6e3438e7639abeb23f6a3adf296a60efbf5bc57)

Author SHA1 Message Date
Timo Kösters c7a7c913d4
Bump ruma 2 years ago
Nyaaori 7c196f4e00
feat: Add max prev events config option, allowing adjusting limit for prev_events fetching 2 years ago
Nyaaori c86313d4fa
chore: code cleanup
https://rust-lang.github.io/rust-clippy/master/index.html#op_ref

https://rust-lang.github.io/rust-clippy/master/index.html#str_to_string

https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
2 years ago
Timo Kösters 2a04c213f9
improvement: handle restricted joins locally 2 years ago
Timo Kösters 2a0515f528
Replace println/dbg calls with corresponding macros from tracing crate 2 years ago
Timo Kösters 6d5e54a66b
fix: jaeger support 2 years ago
Timo Kösters f1d2574651
finish upgrade ruma 2 years ago
Jonas Platte d39ce1401d
WIP: Upgrade Ruma 2 years ago
Timo Kösters 5894d35eb2 Merge branch 'fixrestrictedjoin' into 'next'
fix: rejoining restricted rooms over federation

See merge request famedly/conduit!431
2 years ago
Timo Kösters b9fd6127e2
fix: rejoining restricted rooms over federation 2 years ago
Timo Kösters 9149be31af Merge branch 'logs-cleanup' into 'next'
Clean some noisy logs

See merge request famedly/conduit!423
2 years ago
Nyaaori 66bc41125c
refactor: cleanup 2 years ago
Andriy Kushnir (Orhideous) a3a1db124d
Clean some noisy logs 2 years ago
Timo Kösters 7540227388
chore: bump dependencies 2 years ago
Nyaaori 23cf39c525
Cleanly handle invalid response from trusted server instead of panicking 2 years ago
Timo Kösters 0cf6545116
fix: not sending enough state on join 2 years ago
Timo Kösters 5d691f405e
fix: stuck typing indicators 2 years ago
Timo Kösters 02dd3d32f2
fix: element android did not reset notification counts 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
Timo Kösters 3a45628e1d
fix: send unrecognized error on wrong http methods 2 years ago
Timo Kösters c948324cf2 Merge branch 'fix-admin-help' into 'next'
fix `@conduit help` not working in the admin room

See merge request famedly/conduit!392
2 years ago
Timo Kösters ac52b234fa
fix: all the e2ee problems 2 years ago
Charles Hall 7ef9fe3454
add regression tests
This way we don't regress on accident again in the future.
2 years ago
Charles Hall fc852f8be6
resolve `cargo check --features clap/deprecated`
This has no functional effects.
2 years ago
Timo Kösters 2b70d9604a
fix: element gets stuck in /initialSync 2 years ago
Nyaaori 2b7c19835b
Add room version 10 to experimental versions 2 years ago
Jim df8703cc13
Lightning bolt optional 2 years ago
Nyaaori f430b87459
cargo clippy 2 years ago
Timo Kösters ca82b2940d
fix: sending does not work
We were inserting one too many 0xff bytes
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 1a7893dbbd
fix: update state_cache on join over federation 2 years ago
Timo Kösters 5a04559cb4
fix: maintain server list again 2 years ago
Timo Kösters 8b5b7a1f63
fix: panic on launch
Now we start the admin and sending threads at a later time.
2 years ago
Timo Kösters 50b0eb9929
cargo fix 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 33a2b2b772
37 errors left 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
Nyaaori 232978087a
refactor: prepare database/key_value/media.rs from service/media.rs 2 years ago
Nyaaori 7946c5f29e
refactor: prepare service/account_data/mod.rs from service/account_data.rs 2 years ago