0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-04-18 15:47:21 +02:00
No description
Find a file
2023-05-01 12:45:37 -07:00
.github/workflows
construct construct: Handle SIGUSR2 to refresh slave. 2023-03-20 00:49:11 -07:00
deps
doc@a91f7dd0d9
docker
include/ircd ircd::versions: Minor cleanup instance_list related. 2023-05-01 12:39:06 -07:00
ircd ircd::versions: Minor cleanup instance_list related. 2023-05-01 12:39:06 -07:00
matrix ircd:Ⓜ️:event::append: Add branch for bundled relations; add m.replace bundle. 2023-05-01 10:48:07 -07:00
modules modules/web_hook: Add post-push handler for reacting to push events. 2023-05-01 12:45:37 -07:00
nix
share
tools
.appveyor.yml
.envrc nix: add default.nix and envrc/shell.nix 2020-04-22 04:44:11 +01:00
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac
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
shell.nix

This — is The Construct

FEDERATED MESSAGING SERVER

Chat in #construct:zemos.net

🚚 GET CONSTRUCT

🗒️ INSTRUCTIONS

  1. 🏗️ BUILD to compile Construct from source.

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

  3. TUNING 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.