telodendria/src
Jordan Bancino c18a9a96e6 Add job scheduler.
This will be used for expiring sessions and tokens, among other things that
need to happen periodically.
2022-12-24 21:49:37 +00:00
..
include Add job scheduler. 2022-12-24 21:49:37 +00:00
Routes Add MatrixUserValidate() and MatrixHistoricalUserValidate() 2022-12-18 20:20:08 +00:00
Array.c Make Db interfaces take varargs. 2022-11-21 20:31:37 +00:00
Base64.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
CanonicalJson.c Update license text. 2022-07-28 12:00:52 -04:00
Cron.c Add job scheduler. 2022-12-24 21:49:37 +00:00
Db.c Copy diagram from scrap paper into code for clarity. 2022-12-15 22:14:16 +00:00
HashMap.c Fix memory and connection closing errors. 2022-11-08 01:05:28 +00:00
Http.c Fix some memory bugs. 2022-12-14 18:19:20 +00:00
HttpServer.c Fix some memory bugs. 2022-12-14 18:19:20 +00:00
Json.c Fix memory leak when attempting to parse something that isn't JSON. 2022-12-14 14:54:06 +00:00
Log.c Fix references to old LOG_ constants 2022-11-24 18:51:07 +00:00
Matrix.c Fix compiler warning on some platforms. 2022-12-19 22:21:24 +00:00
Memory.c Remove Constants.h 2022-11-30 18:30:39 +00:00
Queue.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Sha2.c Turns out I don't need to do that. 2022-12-24 01:31:22 +00:00
Telodendria.c Add job scheduler. 2022-12-24 21:49:37 +00:00
TelodendriaConfig.c Convert configuration file to JSON 2022-12-09 23:57:30 +00:00
Util.c Format code. 2022-12-15 03:43:40 +00:00