0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-07 13:25:22 +01:00
No description
Find a file
2023-02-22 16:04:12 -08:00
construct modules/console: Improve bad command error format; improve subcommands display. 2023-02-22 16:04:12 -08:00
deps
doc@a91f7dd0d9
docker docker/ubuntu/22.04: Upgrade to llvm-15. 2023-02-11 15:38:14 -08:00
include/ircd ircd:Ⓜ️:room::missing: Move event::fetch out of loop body. 2023-02-22 16:04:12 -08:00
ircd ircd::db: Annotate the entire rocksdb API surface noexcept in one fell swoop. 2023-02-22 16:04:11 -08:00
matrix ircd:Ⓜ️:fed: Remove legacy trailing slash on key/server request. 2023-02-22 16:04:12 -08:00
modules modules/console: Improve bad command error format; improve subcommands display. 2023-02-22 16:04:12 -08:00
nix
share
tools configure: Move header check macro to tools/m4. 2023-01-26 12:31:14 -08:00
.appveyor.yml docker/ubuntu/22.04: Upgrade to llvm-15. 2023-02-11 15:38:14 -08:00
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac configure: Upgrade reorder warnings to errors. 2023-02-18 16:41:33 -08:00
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am Ensure EXTRA_*FLAGS is properly appended after other build flags. 2023-01-18 08:11:02 -08:00
NEWS.md
README.md docker/ubuntu/22.04: Upgrade to llvm-15. 2023-02-11 15:38:14 -08: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.