Telodendria

Tel-ə-'den-drē-ə: The terminal aborizations of an axon.

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

Note: Telodendria is under heavy development and is not yet ready for use. Please see the Project Status for information about the project state, and use the links below to help fund development.

If you would like to donate to this project, you can do so with the following links:

If you would like to do a recurring donation larger than what's allowed by LiberaPay, please contact me directly on Matrix at @jordan:bancino.net.

Download

Telodendria is distributed as source tarballs, in true Unix fashion. If you want, you can verify the checksum of your download, and check the signature. To check the signature, you'll need signify, and the signify public key: telodendria-signify.pub.

Version Download Checksum Signature
0.3.0 Telodendria-v0.3.0.tar.gz sha256 signify

See the change log for release notes. If you are looking for older Telodendria versions, you can find them here.

If your operating system has an official package or port of Telodendria, you should prefer to use that instead of manually downloading the source and building it. Consult your operating system's manual for how to install packages, as well as the official repository, to see if a package is available. If your operating system's package or port is too out of date for your tastes, please contact the package's maintainers to notify them, or offer to update the package yourself.

If your operating system does not have a package or port of Telodendria, please consult the porting(7) page for guidelines related to packaging Telodendria for your system.

Documentation

Telodendria's documentation is distributed with the source code as man pages, which contain all of the information on what Telodendria is, what its goals are, how to build the source, configure it, as well as contribute to the project. The man pages are also available online for convenience:

User Documentation:

Man PageDescription
telodendria(8)Daemon command line manual for Telodendria administrators.
telodendria(7)Start here. This page contains the project introduction, and provides information about it, such as its status, how to contact the developers, and what the source code license is.
telodendria-setup(7)First-time setup instructions for Telodendria.
telodendria-contributing(7)Guide to contributing to the Telodendria project.
telodendria-config(7)Telodendria configuration.
telodendria-changelog(7)The change log for the Telodendria project.
telodendria-admin(7)Administrator API documention.

Developer Documentation:

This documentation is intended primarily for developers. It details all of the internal workings of Telodendria.

Man PageDescription
porting(7)Some guidelines for packaging Telodendria for your operating system.
tt(1)Make authenticated Matrix requests.
tp(1)Manage the official patch queue.
td(1)Telodendria build script and patch generation instructions.
send-patch(1)Submit a patch file to the Telodendria Patches Matrix room
json(1)A simple command line utility for parsing and generating JSON.
http(1)A simple command line utility for making HTTP requests.
http-debug-server(1)A simple HTTP server that logs requests to the standard output.
User(3)Convenience functions for working with local users.
Uia(3)User Interactive Authentication.
Telodendria(3)Branding and callback functions specific to Telodendria.
Routes(3)Matrix API endpoint handler functions.
RegToken(3)Manage Matrix client registration tokens.
Matrix(3)Functions for writing Matrix API Endpoints.
Html(3)Utility functions for generating static HTML pages.
Config(3)Parse the Telodendria configuration into a structure.
CanonicalJson(3)An extension of the JSON API that produces the Matrix spec's canonical JSON.

© 2023 Jordan Bancino <@jordan:bancino.net>
Updated on Sat Jun 10 09:30:29 EDT 2023.