0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-28 17:52:54 +01:00
No description
Find a file
2023-04-28 13:04:06 -07:00
.github/workflows github/workflows/docker: Add manual dispatch arguments. 2023-04-24 14:02:24 -07:00
construct
deps
doc@a91f7dd0d9
docker docker: Add --no-cache on built stage to force rebuild on runners. 2023-04-13 22:22:11 -07:00
include/ircd ircd:Ⓜ️:user::keys: Centralize key claiming for user device and algorithm. 2023-04-27 20:41:18 -07:00
ircd ircd::net::dns::cache: Fix case sensitivities on several key mappings. (956aa7682f) 2023-04-26 19:27:04 -07:00
matrix ircd:Ⓜ️:user::keys: Centralize key claiming for user device and algorithm. 2023-04-27 20:41:18 -07:00
modules modules/client/rooms/event: Replace raw event response with client format. 2023-04-28 13:04:06 -07:00
nix
share
tools tools/m4: Add size check comparison macro. 2023-03-28 21:02:04 -07:00
.appveyor.yml
.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
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.