0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-01 11:12:51 +01:00
No description
Find a file
2023-04-09 21:48:33 -07:00
construct construct: Handle SIGUSR2 to refresh slave. 2023-03-20 00:49:11 -07:00
deps
doc@a91f7dd0d9
docker docker/ubuntu: Append the config.log after a failed configure; quiet rocksdb untar. 2023-04-09 21:48:33 -07:00
include/ircd ircd::db: Inline domain::const_iterator seek(string_view). 2023-04-09 21:48:33 -07:00
ircd ircd::db: Inline domain::const_iterator seek(string_view). 2023-04-09 21:48:33 -07:00
matrix ircd:Ⓜ️:vm: Add reverse reflection of phase enum. 2023-03-23 03:29:57 -07:00
modules modules/web_hook: Add run-deletion to control panel. 2023-04-09 21:48:33 -07:00
nix
share share: Remove redundant package target name in install path. 2022-08-02 13:18:58 -07:00
tools tools/m4: Add size check comparison macro. 2023-03-28 21:02:04 -07:00
.appveyor.yml appveyor: Isolate appveyor to specific branch (disable appveyor). 2023-04-01 12:42:24 -07:00
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac configure: Prevent unsupported march=native on clang-14 aarch64. 2023-04-09 21:48:33 -07:00
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
NEWS.md Update NEWS. 2017-12-12 14:59:41 -07:00
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.