0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 17:48:56 +02:00
Go to file
2022-08-11 13:28:12 -07:00
construct construct: Add conf item for output buffer size. 2022-08-05 17:57:19 -07:00
deps
doc@a91f7dd0d9
docker docker/ubuntu: Reorg tree; optimize images. 2022-08-11 13:28:12 -07:00
include/ircd ircd:Ⓜ️:media: Optimize file room writes w/ journal bypass. 2022-08-11 13:28:12 -07:00
ircd ircd::resource::method: Fix condition wait without context. 2022-08-10 18:20:52 -07:00
matrix ircd:Ⓜ️:media: Optimize file room writes w/ journal bypass. 2022-08-11 13:28:12 -07:00
modules ircd:Ⓜ️:vm: Add starting timestamp to eval state w/ specific event eval timestamp. 2022-08-10 18:20:52 -07:00
nix
share share: Remove redundant package target name in install path. 2022-08-02 13:18:58 -07:00
tools m4: Always extract major version number in CXX -dumpversion. 2022-07-25 14:08:26 -07:00
.appveyor.yml docker/ubuntu: Reorg tree; optimize images. 2022-08-11 13:28:12 -07:00
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac configure: Add check for install -C support. 2022-08-11 13:27:17 -07:00
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
NEWS.md
README.md docker/ubuntu: Reorg tree; optimize images. 2022-08-11 13:28:12 -07:00
shell.nix

This — is The Construct

Federated Messaging Server

Chat in #construct:zemos.net

📦 RUN YOUR OWN

  • git clone https://github.com/matrix-construct/construct

Fully Featured Builds Minimal Dependencies

🗒️ INSTRUCTIONS

  1. 🏗️ BUILD instructions to compile Construct from source.

  2. 🪛 SETUP instructions to run Construct for the first time.

  3. TUNING guide to optimize Construct for your deployment.

🛑 Operating a Construct server which is open to public user registration is unsafe. Local users may be able to exceed resource limitations and deny service to other users.

👷‍♀️ DEVELOPERS

📚 DOCUMENTATION

Generate doxygen using doxygen ./Doxyfile the target directory is doc/html. Browse to doc/html/index.html.

🛣️ DEPLOYMENT ROADMAP
  • Personal: Dozens of users. Few default restrictions; higher log output.
  • Company: Hundreds of users. Moderate default restrictions.
  • Public: Thousands of users. Untrusting configuration defaults.