Jordan Bancino
8d75d8a023
You might be asking why I would just write a simple curl replacement when curl does the job just fine. Well, the most immediate reason is to test the HttpClient API, but since Telodendria's goal is to not be dependent on any third-party code if at all possible, it makes sense to have a simple HTTP client to use not only for testing Telodendria, but also for configuring it. When we move the configuration to the database, we'll ship a script that uses this tool to allow admins to easily submit API requests. Do not be concerned that HttpClient does not support TLS yet. TLS support is necessary for federation to work, so it is coming eventually. |
||
---|---|---|
.github | ||
contrib | ||
man | ||
proposals | ||
site | ||
src | ||
tools | ||
.cvsignore | ||
.exrc | ||
.indent.pro | ||
LICENSE.txt | ||
README.md | ||
README.txt | ||
TODO.txt |
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.