Commit Graph

159 Commits (3494d7759e0c371ce436ed34dcc87bd03a10ca70)

Author SHA1 Message Date
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
AndSDev e923f63c49 fix(service/rooms/timeline): fix validating for non-joined members 2 years ago
AndSDev d755a96c2c refactor(service/rooms/timeline): add cache for server_name 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
AndSDev 76f81ac201 feat(db/rooms): disable banning for last user and conduit user in admins room 2 years ago
AndSDev 912491cb28 style(db/rooms): refactor admin room pdu validating 2 years ago
AndSDev da2dbd2877 feat(db/rooms): disable leaving from admin room for last user 2 years ago
AndSDev c67f95ebff feat(db/rooms): disable leaving from admin room for conduit user 2 years ago
AndSDev 3a8321f9ad feat(db/rooms): encryption is not allowed in the admins room 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
Nyaaori efad401751
refactor: prepare service/account_data/data.rs from service/account_data.rs 2 years ago
Nyaaori e1e87b8d0c
refactor: prepare service/admin/mod.rs from service/admin.rs 2 years ago
Nyaaori c6d1421e81
refactor: prepare service/key_backups/mod.rs from service/key_backups.rs 2 years ago
Nyaaori 5a29511d34
refactor: prepare service/key_backups/data.rs from service/key_backups.rs 2 years ago
Nyaaori d024d205c0
refactor: prepare service/media/mod.rs from service/media.rs 2 years ago
Nyaaori 4649cd82b5
refactor: prepare database/key_value/globals.rs from service/globals.rs 2 years ago
Timo Kösters 057f8364cc
fix: some compile time errors
Only 174 errors left!
2 years ago
Timo Kösters 82e7f57b38
refactor state accessor, state cache, user, uiaa 2 years ago
Nyaaori 3e22bbeecd
refactor: prepare for state accessor, state cache, user, and uiaa 2 years ago
Nyaaori 213579ee9d
refactor: prepare database/key_value/uiaa.rs from service/uiaa/mod.rs 2 years ago
Nyaaori 810a6baf34
refactor: prepare service/uiaa/data.rs from service/uiaa/mod.rs 2 years ago
Nyaaori 61f6ac0d66
refactor: prepare service/rooms/state_accessor/data.rs from service/rooms/state_accessor/mod.rs 2 years ago
Nyaaori 6d981f37a2
refactor: prepare database/key_value/rooms/state_accessor.rs from service/rooms/state_accessor/mod.rs 2 years ago
Nyaaori 7e0b8ec0ac
refactor: prepare database/key_value/rooms/user.rs from service/rooms/user/mod.rs 2 years ago
Nyaaori 19743ae195
refactor: prepare service/rooms/user/data.rs from service/rooms/user/mod.rs 2 years ago
Timo Kösters f56424bc8d
Refactor appservices, pusher, timeline, transactionids, users 2 years ago
Nyaaori 01bf348811
refactor: prepare for appservices, pusher, timeline, transactionids, and users 2 years ago
Nyaaori bea5d1e0d8
refactor: prepare database/key_value/rooms/timeline.rs from service/rooms/timeline/mod.rs 2 years ago
Nyaaori e8b33e8c5a
refactor: prepare service/rooms/timeline/data.rs from service/rooms/timeline/mod.rs 2 years ago
Nyaaori dc7670f3a8
refactor: prepare service/users/mod.rs from service/users.rs 2 years ago
Nyaaori 94ce06bb76
refactor: prepare service/users/data.rs from service/users.rs 2 years ago
Nyaaori 70863260f6
refactor: prepare service/pusher/mod.rs from service/pusher.rs 2 years ago
Nyaaori cb9458122c
refactor: prepare service/pusher/data.rs from service/pusher.rs 2 years ago
Nyaaori e62b0904ea
refactor: prepare database/key_value/pusher.rs from service/pusher.rs 2 years ago
Nyaaori 306ff5ee4e
refactor: prepare database/key_value/users.rs from service/users.rs 2 years ago
Timo Kösters e045abe961
refactor: work on auth chain and state compressor 2 years ago
Nyaaori 0daa3209db
refactor: prepare for auth chain and state compressor 2 years ago
Nyaaori 8d0ed3ec51
refactor: prepare database/key_value/rooms/state_compressor.rs from service/rooms/state_compressor/mod.rs 2 years ago
Nyaaori 691e69847f
refactor: prepare database/key_value/rooms/auth_chain.rs from service/rooms/state_compressor/mod.rs 2 years ago
Nyaaori c8f64844ab
refactor: prepare service/rooms/auth_chain/mod.rs from service/rooms/state_compressor/mod.rs 2 years ago
Timo Kösters b0029c49b9
refactor: work on search 2 years ago
Jakub Kubík 1869a38b85
refactor(edus): split edus into separate modules 2 years ago
Nyaaori e39358d375
refactor: prepare to split edus into separate modules 2 years ago
Nyaaori c7e601eb0b
refactor: prepare service/rooms/edus/typing/data.rs from service/rooms/edus/data.rs 2 years ago
Nyaaori ac4724e82c
refactor: prepare service/rooms/edus/read_receipt/data.rs from service/rooms/edus/data.rs 2 years ago
Nyaaori 73217f238c
refactor: prepare service/rooms/edus/presence/data.rs from service/rooms/edus/data.rs 2 years ago
Nyaaori d410f08642
refactor: prepare src/service/rooms/edus/typing/mod.rs from src/service/rooms/edus/mod.rs 2 years ago
Nyaaori bfccd4f136
refactor: prepare src/service/rooms/edus/presence/mod.rs from src/service/rooms/edus/mod.rs 2 years ago
Nyaaori c21820083b
refactor: prepare src/service/rooms/edus/read_receipt/mod.rs from src/service/rooms/edus/mod.rs 2 years ago
Timo Kösters 865e35df17
Work on rooms/state, database, alias, directory, edus services, event_handler, lazy_loading, metadata, outlier, and pdu_metadata 2 years ago
Timo Kösters cc80152889
refactor: split up force_state 2 years ago
Timo Kösters dcdbcc0851
refactor: event handling code 2 years ago
Nyaaori 1b0477d569
refactor: Preparation commit to split src/service/rooms/state.rs and src/api/server_server.rs 2 years ago
Nyaaori e1d8c03e47
refactor: prepare splitting src/api/server_server.rs to src/service/rooms/event_handler/mod.rs 2 years ago
Nyaaori 7d2b22f58d
refactor: prepare splitting src/service/rooms/state.rs to src/service/rooms/state_accessor/mod.rs 2 years ago
Nyaaori 9efd9f06c6
refactor: prepare splitting src/service/rooms/state.rs to src/service/rooms/state/data.rs 2 years ago
Nyaaori d0cbe46ff0
refactor: prepare splitting src/service/rooms/state.rs to src/service/rooms/state/mod.rs 2 years ago
Timo Kösters 025b64befc
refactor: renames and split room.rs 2 years ago
Nyaaori 92e59f14e0
refactor: Preparation commit to split src/database/rooms.rs 2 years ago
Nyaaori 7989c7cdda
refactor: prepare splitting src/database/rooms.rs to src/service/rooms/timeline.rs 2 years ago
Nyaaori e22f5fef1f
refactor: prepare splitting src/database/rooms.rs to src/service/rooms/user.rs 2 years ago
Nyaaori 64a022a4d2
refactor: prepare splitting src/database/rooms.rs to src/service/rooms/state.rs 2 years ago
Nyaaori 751be39376
refactor: prepare splitting src/database/rooms.rs to src/service/rooms/state_cache.rs 2 years ago
Nyaaori d05b84d0f5
refactor: prepare splitting src/database/rooms.rs to src/service/rooms/state_compressor.rs 2 years ago