Go to file
Jason Volk fb9b68b4e3 ircd:Ⓜ️:push: Reenable .m.rule.message default underride (with dont_notify e7089e8e7f). 2023-03-14 13:56:34 -07:00
construct construct: Interpose IORING_SETUP_COOP_TASKRUN where supported. 2023-02-23 19:03:35 -08: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 Drop gcc-9; minimum required: gcc-10. 2023-03-12 13:38:45 -07:00
include/ircd ircd:Ⓜ️:media: Add optional file name to file room state. 2023-03-11 14:14:35 -08:00
ircd ircd::net::acceptor: Remove backreference to wrapper object. 2023-03-09 10:51:54 -08:00
matrix ircd:Ⓜ️:push: Reenable .m.rule.message default underride (with dont_notify e7089e8e7f). 2023-03-14 13:56:34 -07:00
modules ircd:Ⓜ️:push: Reenable .m.rule.message default underride (with dont_notify e7089e8e7f). 2023-03-14 13:56:34 -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 configure: Move header check macro to tools/m4. 2023-01-26 12:31:14 -08:00
.appveyor.yml Drop gcc-9; minimum required: gcc-10. 2023-03-12 13:38:45 -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 Ensure EXTRA_*FLAGS is properly appended after other build flags. 2023-01-18 08:11:02 -08:00
NEWS.md
README.md docker/ubuntu/22.04: Upgrade to llvm-15. 2023-02-11 15:38:14 -08:00
autogen.sh
configure.ac configure: Suppress -Wempty-body except in debug-mode (GCC). 2023-03-05 16:31:22 -08: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.