Lambda
|
ad7a5ea777
|
Remove useless wrapper Services
|
2024-05-14 20:21:51 -07:00 |
|
Charles Hall
|
da440934bd
|
enable doc_markdown lint
|
2024-05-14 16:34:10 -07:00 |
|
Charles Hall
|
052f3088e9
|
enable let_underscore_must_use lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
d748544f0e
|
enable unreachable_pub lint
This causes some other lints to start firing too (which is good), but
I'm going to fix them in follow-up commits to keep things organized.
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
a626e7b0f0
|
enable mod_module_files lint
|
2024-05-12 18:51:26 -07:00 |
|
Charles Hall
|
f27941d510
|
remove half-baked presence implementation
But I'm leaving behind the database state for now in case we want it
back later, so we won't need to do a migration or whatever.
|
2024-04-30 21:54:55 -07:00 |
|
Timo Kösters
|
d2817679e5
|
refactor: remove previous typing implementation and add sync wakeup for new one
|
2024-03-22 08:24:17 +01:00 |
|
Timo Kösters
|
6bd7ff4917
|
improvement: do not save typing edus in db
|
2024-03-22 07:48:44 +01:00 |
|
Timo Kösters
|
a159fff08a
|
improvement: deactivate old presence code because it slows down sync
The problem is that for each sync, it creates a new rocksdb iterator for each room, and creating iterators is somewhat expensive
|
2024-02-29 10:31:25 +01:00 |
|
Charles Hall
|
ab1fff2642
|
fix cargo clippy lints
|
2024-01-24 07:22:37 -08: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
|
6b131202b9
|
Bump ruma
|
2022-10-10 14:02:04 +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
|
a4637e2ba1
|
cargo fmt
|
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 |
|
Timo Kösters
|
057f8364cc
|
fix: some compile time errors
Only 174 errors left!
|
2022-10-10 13:25:01 +02:00 |
|
Jakub Kubík
|
1869a38b85
|
refactor(edus): split edus into separate modules
|
2022-10-09 18:23:55 +02:00 |
|
Nyaaori
|
e39358d375
|
refactor: prepare to split edus into separate modules
|
2022-10-09 18:23:55 +02:00 |
|
Nyaaori
|
c7e601eb0b
|
refactor: prepare service/rooms/edus/typing/data.rs from service/rooms/edus/data.rs
|
2022-10-09 17:38:46 +02:00 |
|
Nyaaori
|
ac4724e82c
|
refactor: prepare service/rooms/edus/read_receipt/data.rs from service/rooms/edus/data.rs
|
2022-10-09 17:38:23 +02:00 |
|
Nyaaori
|
73217f238c
|
refactor: prepare service/rooms/edus/presence/data.rs from service/rooms/edus/data.rs
|
2022-10-09 17:37:57 +02:00 |
|
Nyaaori
|
d410f08642
|
refactor: prepare src/service/rooms/edus/typing/mod.rs from src/service/rooms/edus/mod.rs
|
2022-10-09 17:36:08 +02:00 |
|
Nyaaori
|
bfccd4f136
|
refactor: prepare src/service/rooms/edus/presence/mod.rs from src/service/rooms/edus/mod.rs
|
2022-10-09 17:35:14 +02:00 |
|
Nyaaori
|
c21820083b
|
refactor: prepare src/service/rooms/edus/read_receipt/mod.rs from src/service/rooms/edus/mod.rs
|
2022-10-09 17:34:24 +02:00 |
|
Timo Kösters
|
865e35df17
|
Work on rooms/state, database, alias, directory, edus services, event_handler, lazy_loading, metadata, outlier, and pdu_metadata
|
2022-08-15 19:03:37 +02:00 |
|
Timo Kösters
|
dcdbcc0851
|
refactor: event handling code
|
2022-08-15 17:12:22 +02:00 |
|