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 4707f0f4c8 Clean up some NonPosix.h stuff so we can build on Linux.
It appears that SOCK_NONBLOCK is not actually POSIX. According to the
OpenBSD man page, it will be soon, and according to the Linux man page,
it is a Linux extension. However, fcntl() with O_NONBLOCK seems to be
portable across both systems.
2022-10-15 10:08:52 -04:00
contrib Remove chroot option; log into the data directory automatically. 2022-10-11 12:00:36 -04:00
man Allow logging to the syslog 2022-10-14 20:55:15 -04:00
site Add onboarding 2022-10-10 21:06:59 -04:00
src Clean up some NonPosix.h stuff so we can build on Linux. 2022-10-15 10:08:52 -04:00
tests Add extremely basic unit test framework. 2022-08-05 22:19:59 -04:00
tools As promised, we can now build on Windows with Cygwin. 2022-10-14 19:53:11 -04:00
.cvsignore Add development data directory 2022-10-11 12:01:17 -04: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.txt Update some docs 2022-10-12 21:25:59 -04:00
TODO.txt Allow logging to the syslog 2022-10-14 20:55:15 -04:00

README.txt

=======================================================
|_   _|__| | ___   __| | ___ _ __   __| |_ __(_) __ _ 
  | |/ _ \ |/ _ \ / _` |/ _ \ '_ \ / _` | '__| |/ _` |
  | |  __/ | (_) | (_| |  __/ | | | (_| | |  | | (_| |
  |_|\___|_|\___/ \__,_|\___|_| |_|\__,_|_|  |_|\__,_|
=======================================================
Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net>

This is the source code for Telodendria, a Matrix homeserver written
in C. All of the documentation is available as man pages in the
man/ directory, or online at https://telodendria.io

If information is missing from the documentation, please feel free
to reach out to #telodendria-general:bancino.net on Matrix.