Timo Kösters
|
c7e0ea525a
|
feat: WIP relationships and threads
|
2023-06-25 19:40:33 +02:00 |
|
Timo Kösters
|
eae0989c40
|
fix: refactor backfill and add support for search
|
2023-03-13 10:39:17 +01:00 |
|
Timo Kösters
|
17a6431f5f
|
fix: make backfilled events reachable
|
2023-03-13 10:39:17 +01:00 |
|
Timo Kösters
|
7bdd9660aa
|
feat: ask for backfill
|
2023-03-13 10:39:17 +01:00 |
|
Timo Kösters
|
6d5e54a66b
|
fix: jaeger support
|
2022-12-18 06:37:03 +01:00 |
|
Jonas Platte
|
d39ce1401d
|
WIP: Upgrade Ruma
|
2022-12-16 11:57:32 +01:00 |
|
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
|
00996dd834
|
Cargo Clippy
|
2022-10-31 09:31:17 +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
|
3b0aa23fdf
|
Rejoin room over federation if we are not participating in it; do not include invited users in participating servers calculation
|
2022-10-15 10:38:30 +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
|
ac52b234fa
|
fix: all the e2ee problems
|
2022-10-13 10:15:35 +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
|
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
|
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
|
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
|
6d981f37a2
|
refactor: prepare database/key_value/rooms/state_accessor.rs from service/rooms/state_accessor/mod.rs
|
2022-10-10 13:19:30 +02:00 |
|
Nyaaori
|
7e0b8ec0ac
|
refactor: prepare database/key_value/rooms/user.rs from service/rooms/user/mod.rs
|
2022-10-10 13:19:30 +02:00 |
|
Jakub Kubík
|
fd0ea4bf71
|
feat(database/presence): add skeleton for presence maintenance
|
2022-10-10 13:00:55 +02:00 |
|
Timo Kösters
|
f56424bc8d
|
Refactor appservices, pusher, timeline, transactionids, users
|
2022-10-10 13:00:53 +02:00 |
|
Nyaaori
|
01bf348811
|
refactor: prepare for appservices, pusher, timeline, transactionids, and users
|
2022-10-10 13:00:06 +02:00 |
|
Nyaaori
|
bea5d1e0d8
|
refactor: prepare database/key_value/rooms/timeline.rs from service/rooms/timeline/mod.rs
|
2022-10-10 12:56:13 +02:00 |
|
Nyaaori
|
e62b0904ea
|
refactor: prepare database/key_value/pusher.rs from service/pusher.rs
|
2022-10-10 12:56:11 +02:00 |
|
Nyaaori
|
306ff5ee4e
|
refactor: prepare database/key_value/users.rs from service/users.rs
|
2022-10-10 12:56:11 +02:00 |
|
Timo Kösters
|
e045abe961
|
refactor: work on auth chain and state compressor
|
2022-10-10 11:18:53 +02:00 |
|
Nyaaori
|
0daa3209db
|
refactor: prepare for auth chain and state compressor
|
2022-10-10 11:17:43 +02:00 |
|
Nyaaori
|
8d0ed3ec51
|
refactor: prepare database/key_value/rooms/state_compressor.rs from service/rooms/state_compressor/mod.rs
|
2022-10-10 11:17:34 +02:00 |
|
Nyaaori
|
691e69847f
|
refactor: prepare database/key_value/rooms/auth_chain.rs from service/rooms/state_compressor/mod.rs
|
2022-10-10 11:17:34 +02:00 |
|