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 e13442c122 Fix strange behavior in TlsLibreSSL.
tls_read() and tls_write() may return TLS_WANT_POLLIN or TLS_WANT_POLLOUT
if data isn't ready to be read or written yet. We have to account for this
by converting it to EAGAIN, which is how a typical read() or write()
function should behave.

Also installed a SIGPIPE handler; we do not want to be terminated by
SIGPIPE, and it's safe to ignore this signal because it should be
handled thoroughly in the code.
2023-03-23 16:39:15 +00:00
.github Add one-time donate link. 2022-11-07 13:47:33 +00:00
contrib Fix strange behavior in TlsLibreSSL. 2023-03-23 16:39:15 +00:00
man Update changelog. 2023-03-22 17:49:06 +00:00
proposals Apply modified #60 2023-03-04 21:43:41 +00:00
site Some browsers don't like this rule; making it !important seems to fix them. 2023-02-16 00:05:26 +00:00
src Fix strange behavior in TlsLibreSSL. 2023-03-23 16:39:15 +00:00
tools Fix strange behavior in TlsLibreSSL. 2023-03-23 16:39:15 +00:00
.cvsignore Ignore .patch files. 2023-02-16 02:01:14 +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 Add support for spinning up multiple HTTP servers. 2023-03-23 02:12:45 +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.