Nyaaori
|
66bc41125c
|
refactor: cleanup
|
2022-11-21 20:50:39 +01:00 |
|
Timo Kösters
|
7540227388
|
chore: bump dependencies
|
2022-11-09 18:46:10 +01:00 |
|
Nyaaori
|
23cf39c525
|
Cleanly handle invalid response from trusted server instead of panicking
|
2022-10-31 12:28:30 +01:00 |
|
Timo Kösters
|
0cf6545116
|
fix: not sending enough state on join
|
2022-10-30 21:23:43 +01:00 |
|
Timo Kösters
|
5d691f405e
|
fix: stuck typing indicators
|
2022-10-30 21:22:32 +01:00 |
|
Timo Kösters
|
02dd3d32f2
|
fix: element android did not reset notification counts
|
2022-10-30 20:41:32 +01:00 |
|
Nyaaori
|
1e1a144dfa
|
Move room version 10 out of experimental/unstable
|
2022-10-15 12:17:06 +02:00 |
|
Nyaaori
|
cc3e1f58cc
|
Bump default room version to V9; per matrix spec recommendation
|
2022-10-15 12:16:02 +02:00 |
|
Timo Kösters
|
3a45628e1d
|
fix: send unrecognized error on wrong http methods
|
2022-10-15 00:28:43 +02:00 |
|
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
|
2022-10-13 11:15:49 +00:00 |
|
Timo Kösters
|
ac52b234fa
|
fix: all the e2ee problems
|
2022-10-13 10:15:35 +02:00 |
|
Charles Hall
|
7ef9fe3454
|
add regression tests
This way we don't regress on accident again in the future.
|
2022-10-12 17:58:43 -07:00 |
|
Charles Hall
|
fc852f8be6
|
resolve cargo check --features clap/deprecated
This has no functional effects.
|
2022-10-12 17:55:12 -07:00 |
|
Timo Kösters
|
2b70d9604a
|
fix: element gets stuck in /initialSync
|
2022-10-11 23:07:03 +02:00 |
|
Nyaaori
|
2b7c19835b
|
Add room version 10 to experimental versions
|
2022-10-10 15:00:44 +02:00 |
|
Jim
|
df8703cc13
|
Lightning bolt optional
|
2022-10-10 14:34:28 +02:00 |
|
Nyaaori
|
f430b87459
|
cargo clippy
|
2022-10-10 14:09:11 +02:00 |
|
Timo Kösters
|
ca82b2940d
|
fix: sending does not work
We were inserting one too many 0xff bytes
|
2022-10-10 14:02:05 +02:00 |
|
Timo Kösters
|
076e9810ba
|
cargo fix
|
2022-10-10 14:02:04 +02:00 |
|
Timo Kösters
|
6b131202b9
|
Bump ruma
|
2022-10-10 14:02:04 +02:00 |
|
Timo Kösters
|
275c6b447d
|
Bump some dependencies
|
2022-10-10 14:02:04 +02:00 |
|
Timo Kösters
|
1a7893dbbd
|
fix: update state_cache on join over federation
|
2022-10-10 14:02:03 +02:00 |
|
Timo Kösters
|
5a04559cb4
|
fix: maintain server list again
|
2022-10-10 14:02:03 +02:00 |
|
Timo Kösters
|
8b5b7a1f63
|
fix: panic on launch
Now we start the admin and sending threads at a later time.
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
50b0eb9929
|
cargo fix
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
7822a385bb
|
cargo fmt
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
d5b4754cf4
|
0 errors left!
|
2022-10-10 14:02:02 +02:00 |
|
Timo Kösters
|
f47a5cd5d5
|
cargo fix
|
2022-10-10 14:02:01 +02:00 |
|
Timo Kösters
|
a4637e2ba1
|
cargo fmt
|
2022-10-10 14:02:01 +02:00 |
|
Timo Kösters
|
33a2b2b772
|
37 errors left
|
2022-10-10 14:02:01 +02:00 |
|
Timo Kösters
|
44fe6d1554
|
127 errors left
|
2022-10-10 14:02:00 +02:00 |
|
Timo Kösters
|
cff52d7ebb
|
messing around with arcs
|
2022-10-10 14:02:00 +02:00 |
|
Timo Kösters
|
face766e0f
|
messing with trait objects
|
2022-10-10 14:02:00 +02:00 |
|
Timo Kösters
|
8708cd3b63
|
431 errors left
|
2022-10-10 14:02:00 +02:00 |
|
Timo Kösters
|
bd8b616ca0
|
Fixed more compile time errors
|
2022-10-10 13:54:00 +02:00 |
|
Nyaaori
|
785ddfc4aa
|
refactor: prepare for more splits
|
2022-10-10 13:52:52 +02:00 |
|
Nyaaori
|
232978087a
|
refactor: prepare database/key_value/media.rs from service/media.rs
|
2022-10-10 13:52:07 +02:00 |
|
Nyaaori
|
7946c5f29e
|
refactor: prepare service/account_data/mod.rs from service/account_data.rs
|
2022-10-10 13:52:07 +02:00 |
|
Nyaaori
|
efad401751
|
refactor: prepare service/account_data/data.rs from service/account_data.rs
|
2022-10-10 13:52:07 +02:00 |
|
Nyaaori
|
e1e87b8d0c
|
refactor: prepare service/admin/mod.rs from service/admin.rs
|
2022-10-10 13:52:07 +02:00 |
|
Nyaaori
|
c6d1421e81
|
refactor: prepare service/key_backups/mod.rs from service/key_backups.rs
|
2022-10-10 13:52:06 +02:00 |
|
Nyaaori
|
5a29511d34
|
refactor: prepare service/key_backups/data.rs from service/key_backups.rs
|
2022-10-10 13:52:06 +02:00 |
|
Nyaaori
|
d024d205c0
|
refactor: prepare service/media/mod.rs from service/media.rs
|
2022-10-10 13:52:06 +02:00 |
|
Nyaaori
|
4649cd82b5
|
refactor: prepare database/key_value/globals.rs from service/globals.rs
|
2022-10-10 13:52:05 +02:00 |
|
Timo Kösters
|
057f8364cc
|
fix: some compile time errors
Only 174 errors left!
|
2022-10-10 13:25:01 +02:00 |
|
Timo Kösters
|
82e7f57b38
|
refactor state accessor, state cache, user, uiaa
|
2022-10-10 13:21:09 +02:00 |
|
Nyaaori
|
3e22bbeecd
|
refactor: prepare for state accessor, state cache, user, and uiaa
|
2022-10-10 13:20:05 +02:00 |
|
Nyaaori
|
213579ee9d
|
refactor: prepare database/key_value/uiaa.rs from service/uiaa/mod.rs
|
2022-10-10 13:19:31 +02:00 |
|
Nyaaori
|
810a6baf34
|
refactor: prepare service/uiaa/data.rs from service/uiaa/mod.rs
|
2022-10-10 13:19:31 +02:00 |
|
Nyaaori
|
61f6ac0d66
|
refactor: prepare service/rooms/state_accessor/data.rs from service/rooms/state_accessor/mod.rs
|
2022-10-10 13:19:31 +02:00 |
|