This is my personal fork that I use to make packages from and the occasional PR. You're probably looking for the main project repo at: https://git.telodendria.io/Telodendria Go there for issues and pull requests!
Find a file
Jordan Bancino b059f966f1 Make progress toward migrating TODO.txt to issues.
Still have a ways to go, but wanted to save my progress.
2023-09-05 17:09:58 -04:00
.github Add one-time donate link. 2022-11-07 13:47:33 +00:00
contrib Don't install configuration files. 2023-08-04 21:15:49 +00:00
Cytoplasm Apply #72 2023-09-04 13:30:22 +00:00
man Add admin privilege to manage room aliases. 2023-08-09 15:50:03 +00:00
proposals Begin implementing user privileges. 2023-04-16 17:51:03 +00:00
Schema Add schema for PDUs v1 and v3, the only unique PDU formats. 2023-08-10 00:08:33 +00:00
site More documentation. It never ends! 2023-04-29 19:52:51 +00:00
src Json now uses Int64 for integers. 2023-08-13 03:11:40 +00:00
tools Json now uses Int64 for integers. 2023-08-13 03:11:40 +00:00
.cvsignore Properly exclude Schema directories from showing up in CVS. 2023-08-05 14:03:08 +00: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 Update README 2023-03-07 00:50:59 +00:00
TODO.txt Make progress toward migrating TODO.txt to issues. 2023-09-05 17:09:58 -04: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.