Go to file
Jason Volk 55a73624d2 ircd:🆑 MESA_GLSL_CACHE_DISABLE is deprecated. 2023-04-16 19:33:31 -07:00
.github/workflows github/workflows/docker: Tweak concurrency group; prime images fail fast; comments/cleanup. 2023-04-16 15:42:20 -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
docker docker: Add --no-cache on built stage to force rebuild on runners. 2023-04-13 22:22:11 -07:00
include/ircd ircd::db: Inline domain::const_iterator seek(string_view). 2023-04-09 21:48:33 -07:00
ircd ircd:🆑 MESA_GLSL_CACHE_DISABLE is deprecated. 2023-04-16 19:33:31 -07:00
matrix Disable LTO for matrix.so due to issue w/ ld.gold for llvm-14. 2023-04-09 21:48:33 -07:00
modules modules/web_hook: Add hook/shot request suite. 2023-04-16 15:42:20 -07:00
nix
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
.gitignore Add *.save to gitignore. 2023-04-09 21:48:34 -07:00
.gitmodules
.travis.yml
Doxyfile
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 Update README; link to wiki for docker grid. [ci skip] 2023-03-23 23:43:52 -07:00
autogen.sh
configure.ac configure: Add conditionals for hardware platform / host_cpu. 2023-04-09 21:48:34 -07:00
default.nix
flake.lock
flake.nix
shell.nix

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.