summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2023-07-26maximize fd limitCharles Hall
2023-07-23Turn README.Debian into a markdown filePaul van Tilburg
It is common to have a markdown file per deployment subdirectory. Still install it as `README.Debian` to `/usr/share/doc/matrix-conduit` as per Debian policy. Also update the link in the main `README.md` file.
2023-07-10bump rumaTimo Kösters
2023-07-06feat: very simple sliding sync implementationTimo Kösters
2023-07-03Merge branch 'memory' into 'next'Timo Kösters
improvement: better memory usage and admin commands to analyze it See merge request famedly/conduit!497
2023-07-03improvement: better memory usage and admin commands to analyze itTimo Kösters
2023-06-29Upgrade axum to 0.6Jonas Platte
2023-06-27Improve sync performance with more caching and wrapping things in Arcs to ↵Timo Kösters
avoid copies
2023-06-26bump rumaTimo Kösters
2023-06-26Merge branch 'unbreak' into 'next'Timo Kösters
fix rustc version, nix upkeep See merge request famedly/conduit!482
2023-06-25Disable compression, see https://en.wikipedia.org/wiki/BREACHTimo Kösters
2023-06-25feat: WIP relationships and threadsTimo Kösters
2023-06-17upgrade rust in Cargo.toml/flake.nixCharles Hall
Looks like this should've happened as part of !479.
2023-05-21chore: bump dependenciesTimo Kösters
2023-05-21chore: bump rocksdbTimo Kösters
2023-03-18Bump RumaKévin Commaille
2023-01-28docs: update nix comment for rust-version in Cargo.tomlYusuf Bera Ertan
2023-01-28build(nix): fix flake buildsYusuf Bera Ertan
2022-12-23remind people to update the hashCharles Hall
And offer help since it's pretty easy but impossible if you don't have Nix installed.
2022-12-21Bump version to 0.6.0-alphaTimo Kösters
2022-12-21Bump version to v0.5.0Timo Kösters
2022-12-21Bump rumaTimo Kösters
2022-12-18fix: jaeger supportTimo Kösters
2022-12-16WIP: Upgrade RumaJonas Platte
2022-11-27feat: add systemd feature flagVladan Popovic
2022-11-21chore: Fix MSRVNyaaori
Ruma requires Rust 1.64
2022-11-09chore: bump dependenciesTimo Kösters
2022-10-25fix(main): fix request size limit to max_request_size (axum defaults 2MB)AndSDev
2022-10-12clap v4 turned more things into optional featuresCharles Hall
So we need to re-enable some things. See their changelog[0] for details. [0]: https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#migrating
2022-10-12fix: fluffychat login works againTimo Kösters
2022-10-11fix: bump ruma again to fix state res problemsTimo Kösters
2022-10-11fix: missing field `origin` error with synapse serversTimo Kösters
2022-10-10Bump version to 0.4Timo Kösters
2022-10-10fix: sending does not workTimo Kösters
We were inserting one too many 0xff bytes
2022-10-10Use ring-compat feature so out signing keys work againTimo Kösters
2022-10-10Bump rumaTimo Kösters
2022-10-10Bump some dependenciesTimo Kösters
2022-10-10Bump rust version for const fn RwLock::newTimo Kösters
2022-10-10fix: some compile time errorsTimo Kösters
Only 174 errors left!
2022-06-19Upgrade dependenciesTimo Kösters
2022-06-18feat: more admin commands, better loggingTimo Kösters
2022-04-07Ruma upgradeTimo Kösters
2022-04-07Update rumachenyuqide
2022-04-07Update rumachenyuqide
2022-03-31Update axum feature set usedJonas Platte
2022-03-31Upgrade axum to 0.5Jonas Platte
2022-03-12Use native root CA certificates for reqwestAndrej Kacian
2022-02-18update rumaJonathan de Jong
2022-02-13take advantage of multiple pathsJonathan de Jong
2022-02-12update rumaJonathan de Jong