Commit Graph

105 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 ab1fff2642
fix `cargo clippy` lints 5 months ago
Charles Hall 92c5b6b86c
fix `cargo check` lints 5 months ago
Charles Hall 835f4ad8cf
declare 1.5 support 6 months ago
Charles Hall 9d7f7b871b
don't panic on missing presence status for a user 6 months ago
Val Lorentz 98e81c6217 Log underlying error when rejecting sendjoin response 7 months ago
Timo Kösters 75c80df271
Sliding sync improvements and redaction fixes 10 months ago
Timo Kösters c028e0553c
feat: registration tokens 11 months ago
Timo Kösters 3e518773e2 Merge branch 'improvements' into 'next'
cross signing fixes

See merge request famedly/conduit!532
11 months ago
Timo Kösters d82c26f0a9
Avatars for sliding sync DMs 11 months ago
Timo Kösters c1e2ffc0cd
improvement: maybe cross signing really works now 11 months ago
girlbossceo fbd8090b0b log room ID for invalid room topic event errors
Signed-off-by: girlbossceo <june@girlboss.ceo>
11 months ago
June 5a7bade476 update base64 to 0.21.2
Signed-off-by: June <june@girlboss.ceo>
11 months ago
Timo Kösters acfe381dd3
fix: threads get updated properly
Workaround for element web while waiting for https://github.com/matrix-org/matrix-js-sdk/pull/3635
11 months ago
girlbossceo e2c914cc11 fix: s/ok_or/ok_or_else in relevant places
Signed-off-by: girlbossceo <june@girlboss.ceo>
11 months ago
girlbossceo d7061e6984 cargo fmt
Signed-off-by: girlbossceo <june@girlboss.ceo>
11 months ago
girlbossceo cc5dcceacc Log the room ID, event ID, PDU, and event type where possible
Signed-off-by: girlbossceo <june@girlboss.ceo>
11 months ago
girlbossceo 863103450c Log the unknown login type in warning level
Signed-off-by: girlbossceo <june@girlboss.ceo>
11 months ago
Timo Kösters 90a10c84ef Merge branch 'slidingfixes' into 'next'
Better sliding sync

See merge request famedly/conduit!511
11 months ago
Timo Kösters d220641d64
Sliding sync subscriptions, e2ee, to_device messages 11 months ago
Timo Kösters caddc656fb
slightly better sliding sync 11 months ago
Timo Kösters a9ba067e77
fix: e2ee over federation 12 months ago
Timo Kösters c3966f501c
fix: nheko e2ee verification bug 12 months ago
Timo Kösters 78e7b711df
fix: better sliding sync 12 months ago
Timo Kösters e4f769963f
feat: very simple sliding sync implementation 1 year ago
Timo Kösters a2c3256ced
improvement: better memory usage and admin commands to analyze it 1 year ago
Timo Kösters 9d49d599f3
feat: space hierarchies 1 year ago
Timo Kösters fd1ccbd3ad
improvement: randomize server order for alias joins 1 year ago
Timo Kösters be877ef719
Improve sync performance with more caching and wrapping things in Arcs to avoid copies 1 year ago
Timo Kösters 72eb1972c1
Add relations endpoints, edits and threads work now 1 year ago
Timo Kösters 49a0f3a60d
fix: /context for element android. start and end must be set even with limit=0 1 year ago
Timo Kösters c7e0ea525a
feat: WIP relationships and threads 1 year ago
Timo Kösters faa9208a3e
cargo fmt 1 year ago
Timo Kösters 1ea27c4f97
fix: restricted room error is now FORBIDDEN 1 year ago
Timo Kösters 422ee40107 Merge branch 'mr-conduit-appservice-login' into 'next'
feat: support end to bridge encryption

See merge request famedly/conduit!454
1 year ago
digital 664d6baace fix: make requested changes 1 year ago
Kévin Commaille 88c6bf7595
Always return an error if a push rule is not found 1 year ago
Kévin Commaille 4635644e21
Use the ruma methods for managing rulesets 1 year ago
Kévin Commaille f53ecaa97d
Bump Ruma 1 year ago
Timo Kösters 42b12934e3
Don't crash when a room errors 1 year ago
Timo Kösters a1bd348977
fix: history visibility 1 year ago
Timo Kösters 4617ee2b6b
More logging for remote joins 1 year ago
Timo Kösters 10fa686c77
feat: respect history visibility 1 year ago
Timo Kösters eae0989c40
fix: refactor backfill and add support for search 1 year ago
Timo Kösters 7bdd9660aa
feat: ask for backfill 1 year ago
digital 4d589d9788 feat: support end to bridge encryption
by implementing appservice logins
1 year ago
Nyaaori 7cc346bc18
feat: Implement membership ban/join/leave/invite reason support 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 6d5e54a66b
fix: jaeger support 2 years ago