This is my fork of Telodendria (http://git.telodendria.io/Telodendria/telodendria), made for experimental stuff and changes I merge sometimes. There is generally one branch/change. You might want to look at the lda branch for *actual* changes to upstream(if it exists)
Go to file
Jordan Bancino 95342f7ad1 Simplify directory structure.
Before this commit, the directory structure was a mess. So messy,
in fact, that it would be incredibly inconvenient to modify it in
the existing repo. So, here's a new repo. That shouldn't happen
again.
2022-07-23 00:19:12 +00:00
.idea Simplify directory structure. 2022-07-23 00:19:12 +00:00
contrib Simplify directory structure. 2022-07-23 00:19:12 +00:00
man Add max-cache option to the config file 2022-10-24 13:40:21 -04:00
site Delete weird artifact of git cvsimport 2022-11-01 17:15:18 -04:00
src Simplify directory structure. 2022-07-23 00:19:12 +00:00
tests Add extremely basic unit test framework. 2022-08-05 22:19:59 -04:00
tools Apparently _DEFAULT_SOURCE is required to compile on Linux. 2022-11-01 09:04:41 -04:00
.cvsignore Simplify directory structure. 2022-07-23 00:19:12 +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 Move header.txt to LICENSE.txt 2022-09-22 17:54:56 -04:00
README.md Make the READMEs a little more descriptive. 2022-11-01 16:29:31 -04:00
README.txt Make the READMEs a little more descriptive. 2022-11-01 16:29:31 -04:00
TODO.txt Update TODO 2022-11-01 09:03:54 -04:00
Telodendria.css Simplify directory structure. 2022-07-23 00:19:12 +00:00
Telodendria.html Simplify directory structure. 2022-07-23 00:19:12 +00:00
make.sh Simplify directory structure. 2022-07-23 00:19:12 +00:00

README.md

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.