Commit graph

11 commits

Author SHA1 Message Date
be3b73f2af Fix cache size warning 2022-11-23 00:53:06 +00:00
8e71cc833c Change behavior of "id" configuration directive. 2022-11-08 17:53:01 +00:00
fddfbf57ca Add some comments for future developers. 2022-11-01 21:50:02 +00:00
624b080d47 Add max-cache option to the config file 2022-10-24 13:40:21 -04:00
5d9b0df0bf Remove the redundant chroot option. This simplifies the config a bit. 2022-10-11 11:38:34 -04:00
45324ce77a Implement /_matrix/client/versions and /.well-known/matrix/client 2022-09-29 13:41:26 -04:00
30d055d570 Accept 29 2022-08-21 12:35:12 -04:00
9cf2266ece Make TelodendriaConfigParse() actually validate the listenPort.
I want to already have a valid port number by the time we need to bind
to it.
2022-08-11 11:50:35 -04:00
9ae05e84f2 Implement user validation. 2022-08-10 11:58:39 -04:00
2b9b6368ba Apply #25 2022-08-10 10:40:41 -04:00
cdd7808642 Prototype the configuration file parser.
Right now there's a nasty memory bug I need to fix. Will have to run this
through valgrind.
2022-08-09 20:05:41 -04:00