0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 00:14:07 +01:00
No description
Find a file
2022-10-12 18:53:53 -07: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
docker Enable io_uring on supporting platforms. (#37) 2022-09-10 12:00:48 -07:00
include/ircd ircd::simt: Consolidate timestamp counter sampling into inline. 2022-10-12 18:53:53 -07:00
ircd ircd::simt: Consolidate timestamp counter sampling into inline. 2022-10-12 18:53:53 -07:00
matrix ircd:Ⓜ️:get: Fix mismatched integer comparison. 2022-10-05 13:53:52 -07:00
modules modules/client/sync/rooms/unread_notifications: Upgrade opts w/ designated init ctor. 2022-10-12 18:53:53 -07:00
nix
share
tools tools: Add missing boost endian lib to bundled list. 2022-09-30 17:30:20 +00:00
.appveyor.yml
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac Enable io_uring on supporting platforms. (#37) 2022-09-10 12:00:48 -07:00
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
NEWS.md
README.md
shell.nix

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.