0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-10 15:03:54 +01:00
No description
Find a file
2023-02-05 19:57:08 -08:00
construct construct: Add -silent option to also suppress console result output. 2023-02-02 18:51:03 -08:00
deps
doc@a91f7dd0d9
docker
include/ircd ircd::resource::response::chunked::json: Use template for top object or array type. 2023-02-05 19:57:08 -08:00
ircd ircd::resource::response::chunked: Additional overload for buffer w/o headers; fix comment. 2023-02-05 18:59:00 -08:00
matrix ircd:Ⓜ️:homeserver: Replace use of instance_multimap w/ instance_map. 2023-02-05 18:47:31 -08:00
modules modules/client/room_keys/version: Stub PUT method parameter gathering. 2023-02-05 19:42:28 -08:00
nix
share
tools
.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
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.