1423 Commits (fdfc5cbf7ce3ecdc78147a6b366bcded68474550)

Author SHA1 Message Date
Matthias Ahouansou e33d8430d3
typo: colsures -> closures 2 years ago
Matthias Ahouansou c58af8485d
revert: remove dependency on async_recursion 2 years ago
Matthias Ahouansou becaad677f
refactor: use async-aware RwLocks and Mutexes where possible 2 years ago
Matthias Ahouansou 4934020ee7
style: remove unnecessary else block 2 years ago
Matthias Ahouansou da5975d727 fix: avoid panics when admin room is not available 2 years ago
Matthias Ahouansou e06e15d4ec
fix(accounts): don't give guests admin 2 years ago
Timo Kösters a159fff08a
improvement: deactivate old presence code because it slows down sync 2 years ago
Timo Kösters 62dda7a43f
improvement: delete old rocksdb LOG files 2 years ago
Timo Kösters d7fd89df49
fix: avoid panic when client is confused about rooms 2 years ago
Timo Kösters f4e57fdb22
Avoid federation when it is not necessary 2 years ago
Matthias Ahouansou 21a5fa3ef0 refactor: use re-exported JsOption from ruma rather than directly adding it as a dependency 2 years ago
Matthias Ahouansou 8aa915acb9 bump ruma, support deprecated user login field 2 years ago
Matthias Ahouansou ace9637bc2 replace unwraps with expects 2 years ago
Matthias Ahouansou 976a73a0e5 style: appease rustfmt 2 years ago
Matthias Ahouansou 4c06f329c4 refactor: appease clippy 2 years ago
strawberry 6dcc8b6cf1 bump ruma to latest commit (syncv3 JsOption and push optional power levels) 2 years ago
strawberry a2ac491c54 bump ruma, add wrong room keys error code, tiny logging change 2 years ago
Charles Hall 1274b48ebb
run `cargo update` 2 years ago
Charles Hall 3e389256f5
switch lint config to `manifest-lint` feature 2 years ago
Charles Hall 9453dbc740
update rust toolchain 2 years ago
Charles Hall fe86d28428
move resolver logic into the resolver 2 years ago
Tobias Bucher 69d0003222 Use upstream `reqwest` instead of vendored one 2 years ago
Charles Hall 0d17aedae5
fix `cargo doc` lints 2 years ago
Charles Hall ab1fff2642
fix `cargo clippy` lints 2 years ago
Charles Hall 92c5b6b86c
fix `cargo check` lints 2 years ago
Charles Hall 835f4ad8cf
declare 1.5 support 2 years ago
Val Lorentz 8175bc1246 Explicitly match RoomVersionId::V11 2 years ago
Val Lorentz eb7ac91cd5 Reuse existing get_room_version 2 years ago
Charles Hall 9d7f7b871b
don't panic on missing presence status for a user 2 years ago
Val Lorentz 98e81c6217 Log underlying error when rejecting sendjoin response 2 years ago
Val Lorentz 5a7bb1e8f1 Return error instead of panic when first event is not m.room.create 2 years ago
Val Lorentz 520806d413 Use Ruma's redact_content_in_place instead of custom implementation 2 years ago
Val Lorentz 9646439a94 Enable support for room v11 2 years ago
Val Lorentz fac995036a create_hash_and_sign_event: Use actual version of RoomCreate events, instead of the default 2 years ago
Val Lorentz 18bfd79ef2 Remove "creator" key when upgrading rooms to v11 2 years ago
Val Lorentz a3b8eea9b4 Move "redacts" key to "content" in redaction events in v11 rooms 2 years ago
Val Lorentz d39d30008a Remove "creator" property from rooms >= v11 2 years ago
AndSDev f3b6b3e222 feat: send push notification on invite to invited user and etc 3 years ago
Timo Kösters 75c80df271
Sliding sync improvements and redaction fixes 3 years ago
Timo Kösters 9b55ce933a
Back off from more events, don't retry auth events 3 years ago
Timo Kösters f73a657a23
fix: ACL error shouldn't break the whole request 3 years ago
Timo Kösters 11103a92ed
Do not show "Invalid room version" errors when server is not in room 3 years ago
girlbossceo ce2017a10e log handling previous event time as debug 3 years ago
Timo Kösters 19bfee1835
improvement: matrix.org is default trusted server if unspecified 3 years ago
Timo Kösters 606b25b9e7
improvement: more forgiving admin command syntax 3 years ago
Timo Kösters fd9e52a559
More sanity checks 3 years ago
Timo Kösters 183558150d
fix: don't show removed rooms in space 3 years ago
Timo Kösters c028e0553c
feat: registration tokens 3 years ago
Timo Kösters d82c26f0a9
Avatars for sliding sync DMs 3 years ago
Timo Kösters c1e2ffc0cd
improvement: maybe cross signing really works now 3 years ago