summaryrefslogtreecommitdiff
path: root/src/database/key_value
AgeCommit message (Collapse)Author
2023-08-07improvement: maybe cross signing really works nowTimo Kösters
2023-07-31fix: threads get updated properlyTimo Kösters
Workaround for element web while waiting for https://github.com/matrix-org/matrix-js-sdk/pull/3635
2023-07-29feat: version checkerTimo Kösters
2023-07-16fix: e2ee over federationTimo Kösters
2023-07-10fix: nheko e2ee verification bugTimo Kösters
2023-07-10fix: actually clear memory in the admin commandsTimo Kösters
2023-07-03improvement: better memory usage and admin commands to analyze itTimo Kösters
2023-06-27Improve sync performance with more caching and wrapping things in Arcs to ↵Timo Kösters
avoid copies
2023-06-26Add relations endpoints, edits and threads work nowTimo Kösters
2023-06-25feat: WIP relationships and threadsTimo Kösters
2023-03-13fix: refactor backfill and add support for searchTimo Kösters
2023-03-13fix: make backfilled events reachableTimo Kösters
2023-03-13feat: ask for backfillTimo Kösters
2022-12-18fix: jaeger supportTimo Kösters
2022-12-16WIP: Upgrade RumaJonas Platte
2022-11-21refactor: cleanupNyaaori
2022-11-09chore: bump dependenciesTimo Kösters
2022-10-31Cargo ClippyNyaaori
2022-10-30fix: not sending enough state on joinTimo Kösters
2022-10-30fix: stuck typing indicatorsTimo Kösters
2022-10-30fix: element android did not reset notification countsTimo Kösters
2022-10-15Rejoin room over federation if we are not participating in it; do not ↵Nyaaori
include invited users in participating servers calculation
2022-10-15fix: send unrecognized error on wrong http methodsTimo Kösters
2022-10-13fix: all the e2ee problemsTimo Kösters
2022-10-10cargo clippyNyaaori
2022-10-10fix: sending does not workTimo Kösters
We were inserting one too many 0xff bytes
2022-10-10cargo fixTimo Kösters
2022-10-10Bump rumaTimo Kösters
2022-10-10fix: update state_cache on join over federationTimo Kösters
2022-10-10fix: maintain server list againTimo Kösters
2022-10-10cargo fmtTimo Kösters
2022-10-100 errors left!Timo Kösters
2022-10-10cargo fixTimo Kösters
2022-10-10cargo fmtTimo Kösters
2022-10-1037 errors leftTimo Kösters
2022-10-10127 errors leftTimo Kösters
2022-10-10messing around with arcsTimo Kösters
2022-10-10messing with trait objectsTimo Kösters
2022-10-10431 errors leftTimo Kösters
2022-10-10Fixed more compile time errorsTimo Kösters
2022-10-10refactor: prepare for more splitsNyaaori
2022-10-10refactor: prepare database/key_value/media.rs from service/media.rsNyaaori
2022-10-10refactor: prepare database/key_value/globals.rs from service/globals.rsNyaaori
2022-10-10fix: some compile time errorsTimo Kösters
Only 174 errors left!
2022-10-10refactor state accessor, state cache, user, uiaaTimo Kösters
2022-10-10refactor: prepare for state accessor, state cache, user, and uiaaNyaaori
2022-10-10refactor: prepare database/key_value/uiaa.rs from service/uiaa/mod.rsNyaaori
2022-10-10refactor: prepare database/key_value/rooms/state_accessor.rs from ↵Nyaaori
service/rooms/state_accessor/mod.rs
2022-10-10refactor: prepare database/key_value/rooms/user.rs from ↵Nyaaori
service/rooms/user/mod.rs
2022-10-10feat(database/presence): add skeleton for presence maintenanceJakub Kubík