a very cool, featureful fork of conduit (rust matrix homeserver)
Find a file
Jason Volk a0b28aa602 Database Refactor
combine service/users data w/ mod unit

split sliding sync related out of service/users

instrument database entry points

remove increment crap from database interface

de-wrap all database get() calls

de-wrap all database insert() calls

de-wrap all database remove() calls

refactor database interface for async streaming

add query key serializer for database

implement Debug for result handle

add query deserializer for database

add deserialization trait for option handle

start a stream utils suite

de-wrap/asyncify/type-query count_one_time_keys()

de-wrap/asyncify users count

add admin query users command suite

de-wrap/asyncify users exists

de-wrap/partially asyncify user filter related

asyncify/de-wrap users device/keys related

asyncify/de-wrap user auth/misc related

asyncify/de-wrap users blurhash

asyncify/de-wrap account_data get; merge Data into Service

partial asyncify/de-wrap uiaa; merge Data into Service

partially asyncify/de-wrap transaction_ids get; merge Data into Service

partially asyncify/de-wrap key_backups; merge Data into Service

asyncify/de-wrap pusher service getters; merge Data into Service

asyncify/de-wrap rooms alias getters/some iterators

asyncify/de-wrap rooms directory getters/iterator

partially asyncify/de-wrap rooms lazy-loading

partially asyncify/de-wrap rooms metadata

asyncify/dewrap rooms outlier

asyncify/dewrap rooms pdu_metadata

dewrap/partially asyncify rooms read receipt

de-wrap rooms search service

de-wrap/partially asyncify rooms user service

partial de-wrap rooms state_compressor

de-wrap rooms state_cache

de-wrap room state et al

de-wrap rooms timeline service

additional users device/keys related

de-wrap/asyncify sender

asyncify services

refactor database to TryFuture/TryStream

refactor services for TryFuture/TryStream

asyncify api handlers

additional asyncification for admin module

abstract stream related; support reverse streams

additional stream conversions

asyncify state-res related

Signed-off-by: Jason Volk <jason@zemos.net>
2024-10-21 22:07:37 +00:00
.gitea Update ci.yml 2024-08-27 13:56:43 -04:00
.github/workflows ci: enable cachix after restoring the cache 2024-09-13 05:09:10 +02:00
.gitlab docs: build docs using mdBook, build in CI, deploy to gitlab pages 2024-03-19 00:17:41 -04:00
arch Bind Mount the old matrix-conduit directory 2024-07-01 17:19:50 -04:00
bin ci: retry attic push 3 times, and continue on errors 2024-09-08 20:51:34 +02:00
debian debian: remove --verbose from postinst 2024-08-07 12:06:09 -04:00
deps/rust-rocksdb bump rocksdb to 9.6.1, add binutils to devshell 2024-09-08 19:21:23 +02:00
docs Update generic.md 2024-10-19 12:35:20 -04:00
nix/pkgs docs: ignore development.md and contributing.md from lychee 2024-09-08 10:24:38 -04:00
src Database Refactor 2024-10-21 22:07:37 +00:00
tests update complement results for TestFederationThumbnail 2024-09-08 16:22:02 -04:00
theme docs: add slight theme changes, better title 2024-06-16 20:58:17 -04:00
.dockerignore replace all mentions of docker compose v1 2024-04-26 02:03:40 -04:00
.editorconfig .editorconfig: use tabs for rust files 2024-08-24 05:11:38 +02:00
.envrc load .env file before initializing flake to use DIRENV_DEVSHELL in .env 2024-06-03 00:10:28 -04:00
.git-blame-ignore-revs fix git blame ignore revs 2024-03-26 22:24:24 -04:00
.gitignore envrc: allow loading env vars from .env if it exists 2024-05-06 03:45:10 -04:00
.gitlab-ci.yml bump cargo.lock and deps 2024-10-05 22:33:58 -04:00
.markdownlintignore add markdownlint and run lychee in documentation CI workflow 2024-07-03 11:30:16 -04:00
book.toml docs: add slight theme changes, better title 2024-06-16 20:58:17 -04:00
Cargo.lock Database Refactor 2024-10-21 22:07:37 +00:00
Cargo.toml Database Refactor 2024-10-21 22:07:37 +00:00
clippy.toml Database Refactor 2024-10-21 22:07:37 +00:00
CODE_OF_CONDUCT.md auto-fix some markdown lints 2024-07-03 11:30:16 -04:00
conduwuit-example.toml automatically scale conduwuit caches by CPU-core-count 2024-10-05 17:07:37 -07:00
CONTRIBUTING.md docs: add some more conduwuit development info 2024-09-06 20:33:02 -04:00
default.nix feat: support non-flake users 2024-02-11 21:56:55 -05:00
development.md docs: add some more conduwuit development info 2024-09-06 20:33:02 -04:00
engage.toml docs: ignore development.md and contributing.md from lychee 2024-09-08 10:24:38 -04:00
flake.lock bump rocksdb to 9.6.1, add binutils to devshell 2024-09-08 19:21:23 +02:00
flake.nix bump rocksdb to 9.6.1, add binutils to devshell 2024-09-08 19:21:23 +02:00
LICENSE remove nightly only feature, small housekeeping stuff 2023-11-29 21:59:18 -05:00
README.md fix one header in readme 2024-09-01 12:08:38 -04:00
renovate.json renovate: exclude rust deps we forked / cant easily bump or upgrade 2024-08-30 12:57:50 -04:00
rust-toolchain.toml bump rust to 1.81.0 2024-09-06 21:08:21 -04:00
rustfmt.toml use chain_width 60 2024-03-26 22:24:24 -04:00

conduwuit

main: CI and
Artifacts

a very cool, featureful fork of Conduit

Visit the Conduwuit documentation for more information.

What is Matrix?

Matrix is an open network for secure and decentralized communication. Users from every Matrix homeserver can chat with users from all other Matrix servers. You can even use bridges (also called Matrix Appservices) to communicate with users outside of Matrix, like a community on Discord.

What is the goal?

An efficient Matrix homeserver that's easy to set up and just works. You can install it on a mini-computer like the Raspberry Pi to host Matrix for your family, friends or company.

Can I try it out?

An official conduwuit server ran by me is available at transfem.dev (element.transfem.dev / cinny.transfem.dev)

transfem.dev is a public homeserver that can be used, it is not a "test only homeserver". This means there are rules, so please read the rules: https://transfem.dev/homeserver_rules.txt

transfem.dev is also listed at servers.joinmatrix.org

What is the current status?

conduwuit is a hard fork of Conduit which is in beta, meaning you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.

Contact

If you run into any question, feel free to

Donate

Original repo and Matrix room picture was from bran (<3). Current banner image and logo is directly from this cohost post.

Is it conduwuit or Conduwuit?

Both, but I prefer conduwuit.

Mirrors of conduwuit