Commit Graph

34 Commits (9453dbc7408c2ad043c5801bd0f25edd2f1769b7)

Author SHA1 Message Date
Timo Kösters c028e0553c
feat: registration tokens 11 months ago
Timo Kösters b8c164dc60
feat: version checker 11 months ago
Timo Kösters be877ef719
Improve sync performance with more caching and wrapping things in Arcs to avoid copies 1 year ago
Timo Kösters 72eb1972c1
Add relations endpoints, edits and threads work now 1 year ago
Timo Kösters c7e0ea525a
feat: WIP relationships and threads 1 year ago
Kévin Commaille 1929ca5d9d
Add a database migration to fix and update the default pushrules 1 year ago
Timo Kösters eae0989c40
fix: refactor backfill and add support for search 1 year ago
Timo Kösters 7bdd9660aa
feat: ask for backfill 1 year ago
Timo Kösters a4f18f99ad
fix: ignore bad user ids 1 year ago
Nyaaori c86313d4fa
chore: code cleanup
https://rust-lang.github.io/rust-clippy/master/index.html#op_ref

https://rust-lang.github.io/rust-clippy/master/index.html#str_to_string

https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
2 years ago
Timo Kösters 2a0515f528
Replace println/dbg calls with corresponding macros from tracing crate 2 years ago
Timo Kösters db7a7085f4 Merge branch 'fix/pushrules_database' into 'next'
Migrate database to use correct rule id in pushrules.

See merge request famedly/conduit!405
2 years ago
Paul Beziau a2d8aec1e3 Moving the unwraping of a variable
Moving the unwraping of the variable "rule" inside the condition instead of the if body, for the migration of the database from version 11 to 12.
2 years ago
Timo Kösters 02dd3d32f2
fix: element android did not reset notification counts 2 years ago
Paul Beziau d47c1a8ba6 Fix database version check & code formating 2 years ago
Paul Beziau 9c0c74f547 Migrate database to use correct rule id in pushrules.
it convert :
- ".m.rules.call" to ".m.rule.call"
- ".m.rules.room_one_to_one" to ".m.rule.room_one_to_one"
- ".m.rules.encrypted_room_one_to_one" to ".m.rule.encrypted_room_one_to_one"
- ".m.rules.message" to ".m.rule.message"
- ".m.rules.encrypted" to ".m.rule.encrypted"

related to issue #264
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 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 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
Timo Kösters 057f8364cc
fix: some compile time errors
Only 174 errors left!
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 025b64befc
refactor: renames and split room.rs 2 years ago