0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00
No description
Find a file
2022-08-02 13:18:58 -07:00
construct construct: Add conf items to supplement cmd positional arguments. 2022-07-27 16:08:55 -07:00
deps
doc@a91f7dd0d9
docker Docker: Enable buildkit; postfix tags with target. [ci skip] 2022-07-29 22:30:09 -07:00
include/ircd ircd::gpt: Cache pipe::code instance in shared_ptr for task reuse. 2022-07-31 02:46:05 -07:00
ircd ircd::gpt: Cache pipe::code instance in shared_ptr for task reuse. 2022-07-31 02:46:05 -07:00
matrix ircd:Ⓜ️:fetch: Stub branch to make use of redacted_by. 2022-07-30 23:28:19 -07:00
modules modules/m_command: Support command input w/ reply-to argument context. 2022-08-02 13:18:58 -07:00
nix
share
tools
.appveyor.yml
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
NEWS.md
README.md README: Remove extra. [ci skip] 2022-07-30 02:12:20 -07:00
shell.nix nix: update shell.nix configureFlags 2020-05-15 22:52:38 +01:00

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.