0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-21 09:21:45 +01:00
No description
Find a file
2023-05-01 12:45:37 -07:00
.github/workflows github/workflows/docker: Add manual dispatch arguments. 2023-04-24 14:02:24 -07:00
construct
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
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac configure: Error on -Wabstract-final-class (clang) 2023-04-28 13:39:35 -07:00
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
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.