Telodendria is an open source Matrix homeserver implementation written from scratch in ANSI C and designed to be lightweight and simple, yet functional.
Find a file
Jordan Bancino 71a0181a6a Break out static options into an environment variable.
This allows users to turn off static compilation if the compiler or linker
throws a fit about it. Looking at you, Glibc. And PCC doesn't seem to like
static compilation either; it generates a binary that just segfaults
immediately on executation.
2023-02-05 14:46:20 +00:00
.github Add one-time donate link. 2022-11-07 13:47:33 +00:00
contrib Apply #41 2023-01-03 13:01:22 +00:00
man Fix -v option 2023-01-17 21:38:39 +00:00
proposals Fix admin endpoint to be /_telodendria/admin instead of /admin. 2023-02-04 00:24:17 +00:00
site Add onion location. We're on Tor now. 2023-01-04 01:07:48 +00:00
src Handle standard library quirks of non-conforming systems and compilers. 2023-02-05 14:20:12 +00:00
tools Break out static options into an environment variable. 2023-02-05 14:46:20 +00:00
.cvsignore Add development data directory 2022-10-11 12:01:17 -04:00
.exrc Format source code, add .exrc 2022-11-23 14:56:31 +00:00
.indent.pro Move the indent switches to .indent.pro so that indent(1) can be run on 2022-07-25 15:35:31 -04:00
LICENSE.txt Update copyright year 2022-12-26 15:52:52 +00:00
README.md Make the READMEs a little more descriptive. 2022-11-01 16:29:31 -04:00
README.txt Implement variable substitution for site files. 2022-12-14 00:54:52 +00:00
TODO.txt Fix -v option 2023-01-17 21:38:39 +00:00

Telodendria

Telodendria is an open source Matrix homeserver implementation written from scratch in ANSI C and designed to be lightweight and simple, yet functional.

Important: This project is not developed on GitHub, or even with Git. As such, GitHub Pull Requests are not accepted. But that doesn't mean we don't want your contribution! You're more than welcome to clone this repo and use Git to make changes to the project if you'd prefer it to CVS, but when it comes time to actually submit your changes to this project, use git format-patch to generate patch files, then submit them to the official Matrix room: #telodendria-patches:bancino.net.

Please see the README.txt file for the actual project README, which simply details the repository structure a little bit. All of Telodendria's user and developer documentation is available as man pages, or online.