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-03-16 10:21:10 -07:00
construct
deps
doc@a91f7dd0d9
docker
include/ircd ircd::net::dns::resolver: Add conf item to ease off ServFail retries. 2023-03-14 22:34:58 -07:00
ircd ircd::net::dns::resolver: Add conf item to ease off ServFail retries. 2023-03-14 22:34:58 -07:00
matrix ircd:Ⓜ️:event: Split signature generating overload w/ custom sk/pk. 2023-03-14 20:51:46 -07:00
modules modules/console: Add arg to check specific file in db check cmd. 2023-03-16 10:21:10 -07:00
nix
share
tools
.appveyor.yml Drop gcc-9; minimum required: gcc-10. 2023-03-12 13:38:45 -07:00
.envrc
.gitignore
.gitmodules
.travis.yml travis.yml: Travis-CI became useless and inept I guess at some point because 14.04 is not relevant to us. 2018-09-04 23:43:49 -07:00
autogen.sh
configure.ac
default.nix
Doxyfile tools: fix doxyfile 2020-04-24 04:08:04 +01:00
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

📦 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.