Go to file
Jason Volk c32928981b ircd:Ⓜ️:dbs::init: Split unit; preliminary schema update vector; ctor exceptions. 2022-08-06 22:47:59 -07:00
construct construct: Add conf item for output buffer size. 2022-08-05 17:57:19 -07:00
deps configure: Update rocksdb version default. 2022-07-21 18:28:57 -07:00
doc@a91f7dd0d9 Convert doc/ into wiki submodule. 2020-05-22 20:30:52 -07:00
docker Docker: Enable buildkit; postfix tags with target. [ci skip] 2022-07-29 22:30:09 -07:00
include/ircd ircd:Ⓜ️:dbs::init: Split unit; preliminary schema update vector; ctor exceptions. 2022-08-06 22:47:59 -07:00
ircd ircd::rfc3986: Fix errant signed integer check w/ qi::int_parser. 2022-08-02 13:24:26 -07:00
matrix ircd:Ⓜ️:dbs::init: Split unit; preliminary schema update vector; ctor exceptions. 2022-08-06 22:47:59 -07:00
modules ircd:Ⓜ️:vm::eval: Use closure_bool for_each(); reduce direct instance_list iteration. 2022-08-05 17:57:19 -07:00
nix nix: move config to separate file 2020-05-13 20:17:51 +01:00
share share: Remove redundant package target name in install path. 2022-08-02 13:18:58 -07:00
tools m4: Always extract major version number in CXX -dumpversion. 2022-07-25 14:08:26 -07:00
.appveyor.yml appveyor: Parameter expansion of the message variable. 2022-06-23 14:11:24 -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
Doxyfile tools: fix doxyfile 2020-04-24 04:08:04 +01:00
LICENSE
Makefile.am
NEWS.md
README.md README: Remove extra. [ci skip] 2022-07-30 02:12:20 -07:00
autogen.sh
configure.ac configure: Use install -C so make install doesn't hose every file for single change. 2022-08-02 13:18:58 -07:00
default.nix nix: explicitly configure rocksdb in default.nix 2020-05-15 22:50:08 +01:00
flake.lock nix: init flake 2020-05-13 20:02:40 +01:00
flake.nix nix: move config to separate file 2020-05-13 20:17:51 +01:00
shell.nix nix: update shell.nix configureFlags 2020-05-15 22:52:38 +01:00

README.md

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.