0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 17:08:20 +02:00
Go to file
2023-02-02 18:51:03 -08:00
construct configure: Eliminate clang runtime profiling infrastructure. 2023-01-14 16:44:47 -08:00
deps Update included boost; add version withval for checkout. 2022-09-10 11:29:29 -07:00
doc@a91f7dd0d9
docker Enable io_uring on supporting platforms. (#37) 2022-09-10 12:00:48 -07:00
include/ircd ircd::ios: Increase width for latency in profile::logging debug fmt. 2023-01-28 17:11:14 -08:00
ircd configure: Apply -Wimplicit-fallthrough. 2023-02-02 18:51:03 -08:00
matrix modules/client: Add stub for dehydrated device. 2023-02-02 16:37:03 -08:00
modules modules/client: Add stub for dehydrated device. 2023-02-02 16:37:03 -08:00
nix
share
tools configure: Move header check macro to tools/m4. 2023-01-26 12:31:14 -08:00
.appveyor.yml
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac configure: Apply -Wimplicit-fallthrough. 2023-02-02 18:51:03 -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 README: Add badge for ubuntu base to minimal deps column. [ci skip] 2022-08-28 23:26:29 -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.