0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-05 20:34:29 +01:00
No description
Find a file
2023-03-26 17:47:24 -07:00
construct construct: Handle SIGUSR2 to refresh slave. 2023-03-20 00:49:11 -07:00
deps
doc@a91f7dd0d9
docker docker/ubuntu/22.04: Fetch RocksDB source as needed without persisting into image. 2023-03-24 18:36:02 -07:00
include/ircd ircd::b64: Optimize outer loop vectorized codegen. (clang/AVX512) 2023-03-26 17:47:24 -07:00
ircd ircd::b64: Optimize outer loop vectorized codegen. (clang/AVX512) 2023-03-26 17:47:24 -07:00
matrix ircd:Ⓜ️:vm: Add reverse reflection of phase enum. 2023-03-23 03:29:57 -07:00
modules modules/console: Display m.* state in room overview cmd rather than m.room.* 2023-03-23 18:53:52 -07:00
nix
share
tools tools/boostrap: Add required mp11. (boost 1.82.0.beta1) 2023-03-24 22:47:01 -07:00
.appveyor.yml appveyor: Skip extra builds for tags; minor cleanup. 2023-03-16 22:06:01 -07:00
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac configure: Suppress deprecated/uninitialized warnings in release mode. 2023-03-24 21:23:56 -07:00
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
NEWS.md
README.md Update README; link to wiki for docker grid. [ci skip] 2023-03-23 23:43:52 -07:00
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.