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 644733c74e Add a static JsonEncodeString() method.
Right now it just calls fprintf(), but in the future, it will
properly encode a string for JSON output.
2022-07-26 09:10:17 -04:00
.idea Initial revision 2022-07-22 20:19:12 -04:00
contrib Initial revision 2022-07-22 20:19:12 -04:00
site Update Json to-dos. 2022-07-25 23:02:50 -04:00
src Add a static JsonEncodeString() method. 2022-07-26 09:10:17 -04:00
.cvsignore Add a release script. 2022-07-23 13:44:55 -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
make.sh Remove backup file if indent was successful. 2022-07-25 22:54:56 -04:00
README.txt Add a simple README directing people to the documentation. 2022-07-24 11:43:09 -04:00

Telodendria
===========

This is the source code for Telodendria, a Matrix homeserver written
in C. All of the documentation is available at https://telodendria.io,
or in site/index.html.