summaryrefslogtreecommitdiff
path: root/src/database
AgeCommit message (Collapse)Author
2023-08-29wip: Hard-code info log sizetopic/limit_info_logscos
https://docs.rs/rocksdb/latest/rocksdb/struct.Options.html https://github.com/facebook/rocksdb/wiki/RocksDB-Troubleshooting-Guide#information-logs
2023-08-09feat: registration tokensTimo Kösters
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-26relax recovery modeCharles Hall
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-05-21chore: bump rocksdbTimo Kösters
2023-03-18Add a database migration to fix and update the default pushrulesKévin Commaille
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
2023-02-07fix: ignore bad user idsTimo Kösters
2022-12-21chore: code cleanupNyaaori
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
2022-12-18Replace println/dbg calls with corresponding macros from tracing crateTimo Kösters
2022-12-18fix: jaeger supportTimo Kösters
2022-12-16WIP: Upgrade RumaJonas Platte
2022-12-16Merge branch 'fix/pushrules_database' into 'next'Timo Kösters
Migrate database to use correct rule id in pushrules. See merge request famedly/conduit!405
2022-11-21refactor: cleanupNyaaori
2022-11-09chore: bump dependenciesTimo Kösters
2022-11-03Moving the unwraping of a variablePaul Beziau
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.
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-21Fix database version check & code formatingPaul Beziau
2022-10-18Migrate database to use correct rule id in pushrules.Paul Beziau
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
2022-10-15Merge branch 'fix_persy' into 'next'Timo Kösters
fix: update persy implementation after refactor See merge request famedly/conduit!396
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: update persy implementation after refactorTglman
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-10fix: panic on launchTimo Kösters
Now we start the admin and sending threads at a later time.
2022-10-10cargo fixTimo 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