0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00
Go to file
2023-01-02 19:42:21 +00:00
construct Enable io_uring on supporting platforms. (#37) 2022-09-10 12:00:48 -07:00
deps Update included boost; add version withval for checkout. 2022-09-10 11:29:29 -07:00
doc@a91f7dd0d9 Convert doc/ into wiki submodule. 2020-05-22 20:30:52 -07:00
docker Enable io_uring on supporting platforms. (#37) 2022-09-10 12:00:48 -07:00
include/ircd ircd::simt: Add hardware ident access register (AMDGCN). 2023-01-02 19:42:21 +00:00
ircd ircd::simt: Split vector reduce_add to hadd. 2023-01-01 19:16:06 -08:00
matrix ircd:Ⓜ️:get: Fix mismatched integer comparison. 2022-10-05 13:53:52 -07:00
modules modules/federation/invite: Fix invite request routing to proper handler version. 2022-11-19 15:21:04 -08:00
nix
share share: Remove redundant package target name in install path. 2022-08-02 13:18:58 -07:00
tools tools: Add missing boost endian lib to bundled list. 2022-09-30 17:30:20 +00:00
.appveyor.yml docker/ubuntu: Reorg tree; optimize images. 2022-08-11 13:28:12 -07:00
.envrc
.gitignore Add post-processed source type extensions to gitignore. 2022-06-17 21:11:53 -07:00
.gitmodules Remove erroneous duplicate submodule for PBC library. Thanks @DanySpin97 2020-12-28 02:00:35 -08:00
.travis.yml
autogen.sh
configure.ac configure: Add AMD GPU Performance API support. 2022-11-07 01:51:19 +00:00
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
NEWS.md
README.md README: Add badge for ubuntu base to minimal deps column. [ci skip] 2022-08-28 23:26:29 -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.