Go to file
Jason Volk 0624b69246 modules/web_hook: Add post-push handler for reacting to push events. 2023-05-01 12:45:37 -07:00
.github/workflows github/workflows/docker: Add manual dispatch arguments. 2023-04-24 14:02:24 -07:00
construct construct: Handle SIGUSR2 to refresh slave. 2023-03-20 00:49:11 -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 docker: Add --no-cache on built stage to force rebuild on runners. 2023-04-13 22:22:11 -07:00
include/ircd ircd::versions: Minor cleanup instance_list related. 2023-05-01 12:39:06 -07:00
ircd ircd::versions: Minor cleanup instance_list related. 2023-05-01 12:39:06 -07:00
matrix ircd:Ⓜ️:event::append: Add branch for bundled relations; add m.replace bundle. 2023-05-01 10:48:07 -07:00
modules modules/web_hook: Add post-push handler for reacting to push events. 2023-05-01 12:45:37 -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 tools/m4: Add size check comparison macro. 2023-03-28 21:02:04 -07:00
.appveyor.yml appveyor: Isolate appveyor to specific branch (disable appveyor). 2023-04-01 12:42:24 -07:00
.envrc nix: add default.nix and envrc/shell.nix 2020-04-22 04:44:11 +01:00
.gitignore Add *.save to gitignore. 2023-04-09 21:48:34 -07:00
.gitmodules Remove erroneous duplicate submodule for PBC library. Thanks @DanySpin97 2020-12-28 02:00:35 -08:00
.travis.yml travis.yml: Travis-CI became useless and inept I guess at some point because 14.04 is not relevant to us. 2018-09-04 23:43:49 -07:00
Doxyfile tools: fix doxyfile 2020-04-24 04:08:04 +01:00
LICENSE Update LICENSE copyright year. 2018-01-10 21:34:21 -08:00
Makefile.am Ensure EXTRA_*FLAGS is properly appended after other build flags. 2023-01-18 08:11:02 -08:00
NEWS.md Update NEWS. 2017-12-12 14:59:41 -07:00
README.md Update README; link to wiki for docker grid. [ci skip] 2023-03-23 23:43:52 -07:00
autogen.sh Move m4 to tools/m4. 2018-09-17 18:52:26 -07:00
configure.ac configure: Error on -Wabstract-final-class (clang) 2023-04-28 13:39:35 -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

🚚 GET CONSTRUCT

🗒️ INSTRUCTIONS

  1. 🏗️ BUILD to compile Construct from source.

  2. 🪛 SETUP to run Construct for the first time.

  3. TUNING 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.