Telodendria/src/Routes
Jordan Bancino f3c4c0ac65 Add a global log configuration.
This is the easiest and cleanest way to get logging into some of the
fundamental APIs, such as the database and TLS APIs. We don't want to
have to pass logging functions to those, but they can safely use the
global logging configuration.
2023-03-22 14:52:04 +00:00
..
RouteLogin.c Rename HttpStream() to HttpServerStream() to match HttpClientStream() 2023-03-16 02:17:48 +00:00
RouteLogout.c Apply modified #57: Implement logout all. 2023-03-03 22:49:37 +00:00
RouteMatrix.c Apply #64: Registration tokens. 2023-03-14 00:37:24 +00:00
RouteRefresh.c Add a global log configuration. 2023-03-22 14:52:04 +00:00
RouteRegister.c Add a global log configuration. 2023-03-22 14:52:04 +00:00
RouteStatic.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00
RouteTokenValid.c Rename HttpStream() to HttpServerStream() to match HttpClientStream() 2023-03-16 02:17:48 +00:00
RouteWellKnown.c Move client well-known generation to MatrixClientWellKnown() function. 2023-01-16 22:02:08 +00:00
RouteWhoami.c Apply #63, make some general bug fixes. 2023-03-10 03:24:04 +00:00